summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2008-03-11 18:24:52 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2008-03-11 18:24:52 +0000
commit76ebd376912403782231d72330c7ffa55d628c7b (patch)
tree2f0b9493bceca3d95bf98b6775908b5727c8fc7b /dev-db/sqlite
parentextend libpaludis mask for app-portage/gatt (diff)
downloadgentoo-2-76ebd376912403782231d72330c7ffa55d628c7b.tar.gz
gentoo-2-76ebd376912403782231d72330c7ffa55d628c7b.tar.bz2
gentoo-2-76ebd376912403782231d72330c7ffa55d628c7b.zip
Add DEPEND on app-arch/unzip for use doc. Fixes bug #213055. Remove old stable mips version because we don't have a stable tcl any more.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-db/sqlite')
-rw-r--r--dev-db/sqlite/ChangeLog7
-rw-r--r--dev-db/sqlite/sqlite-2.8.16-r4.ebuild4
-rw-r--r--dev-db/sqlite/sqlite-3.3.17.ebuild100
-rw-r--r--dev-db/sqlite/sqlite-3.5.3.ebuild7
-rw-r--r--dev-db/sqlite/sqlite-3.5.6.ebuild7
5 files changed, 16 insertions, 109 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog
index 9daf8f54d3d6..f3e8607d44d2 100644
--- a/dev-db/sqlite/ChangeLog
+++ b/dev-db/sqlite/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-db/sqlite
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.180 2008/02/14 17:26:45 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.181 2008/03/11 18:24:52 betelgeuse Exp $
+
+ 11 Mar 2008; Petteri Räty <betelgeuse@gentoo.org> -sqlite-3.3.17.ebuild,
+ sqlite-3.5.3.ebuild, sqlite-3.5.6.ebuild:
+ Add DEPEND on app-arch/unzip for use doc. Fixes bug #213055. Remove old
+ stable mips version because we don't have a stable tcl any more.
14 Feb 2008; Santiago M. Mola <coldwind@gentoo.org> sqlite-3.5.3.ebuild:
amd64 stable wrt bug #205556
diff --git a/dev-db/sqlite/sqlite-2.8.16-r4.ebuild b/dev-db/sqlite/sqlite-2.8.16-r4.ebuild
index 51b8f823d493..b103769cf410 100644
--- a/dev-db/sqlite/sqlite-2.8.16-r4.ebuild
+++ b/dev-db/sqlite/sqlite-2.8.16-r4.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.16-r4.ebuild,v 1.19 2007/06/14 17:37:58 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.16-r4.ebuild,v 1.20 2008/03/11 18:24:52 betelgeuse Exp $
inherit eutils alternatives toolchain-funcs
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
DESCRIPTION="SQLite: an SQL Database Engine in a C Library."
HOMEPAGE="http://www.sqlite.org/"
diff --git a/dev-db/sqlite/sqlite-3.3.17.ebuild b/dev-db/sqlite/sqlite-3.3.17.ebuild
deleted file mode 100644
index b4a0ede214f3..000000000000
--- a/dev-db/sqlite/sqlite-3.3.17.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.3.17.ebuild,v 1.14 2007/07/24 18:42:14 armin76 Exp $
-
-inherit flag-o-matic eutils alternatives libtool
-
-DESCRIPTION="an SQL Database Engine in a C Library"
-HOMEPAGE="http://www.sqlite.org/"
-SRC_URI="http://www.sqlite.org/${P}.tar.gz"
-
-LICENSE="as-is"
-SLOT="3"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
-IUSE="debug doc nothreadsafe soundex tcl"
-RESTRICT="!tcl? ( test )"
-
-DEPEND="doc? ( dev-lang/tcl )
- tcl? ( dev-lang/tcl )"
-RDEPEND="tcl? ( dev-lang/tcl )"
-
-SOURCE="/usr/bin/lemon"
-ALTERNATIVES="${SOURCE}-3 ${SOURCE}-0"
-
-src_unpack() {
- # test
- if has test ${FEATURES}; then
- if ! has userpriv ${FEATURES}; then
- ewarn "The userpriv feature must be enabled to run tests."
- eerror "Testsuite will not be run."
- fi
- if ! use tcl; then
- ewarn "You must enable the tcl use flag if you want to run the test"
- ewarn "suite."
- eerror "Testsuite will not be run."
- fi
- fi
-
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/sqlite-3.3.3-tcl-fix.patch
-
- epatch "${FILESDIR}"/sandbox-fix2.patch
-
- # Fix broken tests that are not portable to 64bit arches
- epatch "${FILESDIR}"/sqlite-64bit-test-fix.patch
- epatch "${FILESDIR}"/sqlite-64bit-test-fix2.patch
-
- # Respect LDFLAGS wrt bug #156299
- sed -i -e 's/^LTLINK = .*/& $(LDFLAGS)/' Makefile.in
-
- elibtoolize
- epunt_cxx
-}
-
-src_compile() {
- # not available via configure and requested in bug #143794
- use soundex && append-flags -DSQLITE_SOUNDEX=1
-
- econf ${myconf} \
- $(use_enable debug) \
- $(use_enable !nothreadsafe threadsafe) \
- $(use_enable !nothreadsafe cross-thread-connections) \
- $(use_enable tcl) \
- || die "econf failed"
-
- emake all || die "emake all failed"
-
- if use doc ; then
- emake doc || die "emake doc failed"
- fi
-}
-
-src_test() {
- if use tcl ; then
- if has userpriv ${FEATURES} ; then
- cd "${S}"
- if use debug ; then
- emake fulltest || die "some test failed"
- else
- emake test || die "some test failed"
- fi
- fi
- fi
-}
-
-src_install () {
- make \
- DESTDIR="${D}" \
- TCLLIBDIR="/usr/$(get_libdir)" \
- install \
- || die "make install failed"
-
- newbin lemon lemon-${SLOT} || die
-
- dodoc README VERSION || die
- doman sqlite3.1 || die
-
- use doc && dohtml doc/* art/*.gif
-}
diff --git a/dev-db/sqlite/sqlite-3.5.3.ebuild b/dev-db/sqlite/sqlite-3.5.3.ebuild
index 9a24adfabed5..1bb7f8dc3e9f 100644
--- a/dev-db/sqlite/sqlite-3.5.3.ebuild
+++ b/dev-db/sqlite/sqlite-3.5.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.5.3.ebuild,v 1.8 2008/02/14 17:26:45 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.5.3.ebuild,v 1.9 2008/03/11 18:24:52 betelgeuse Exp $
EAPI="1"
@@ -18,8 +18,9 @@ KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd
IUSE="debug doc soundex tcl +threadsafe"
RESTRICT="!tcl? ( test )"
-DEPEND="tcl? ( dev-lang/tcl )"
-RDEPEND="${DEPEND}"
+RDEPEND="tcl? ( dev-lang/tcl )"
+DEPEND="${RDEPEND}
+ doc? ( app-arch/unzip )"
SOURCE="/usr/bin/lemon"
ALTERNATIVES="${SOURCE}-3 ${SOURCE}-0"
diff --git a/dev-db/sqlite/sqlite-3.5.6.ebuild b/dev-db/sqlite/sqlite-3.5.6.ebuild
index 5ac0c875819c..221cadc17a10 100644
--- a/dev-db/sqlite/sqlite-3.5.6.ebuild
+++ b/dev-db/sqlite/sqlite-3.5.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.5.6.ebuild,v 1.1 2008/02/10 20:57:33 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.5.6.ebuild,v 1.2 2008/03/11 18:24:52 betelgeuse Exp $
EAPI="1"
@@ -18,8 +18,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~spa
IUSE="debug doc soundex tcl +threadsafe"
RESTRICT="!tcl? ( test )"
-DEPEND="tcl? ( dev-lang/tcl )"
-RDEPEND="${DEPEND}"
+RDEPEND="tcl? ( dev-lang/tcl )"
+DEPEND="${RDEPEND}
+ doc? ( app-arch/unzip )"
SOURCE="/usr/bin/lemon"
ALTERNATIVES="${SOURCE}-3 ${SOURCE}-0"