diff options
author | Anders Rune Jensen <arj@gentoo.org> | 2004-08-05 23:28:58 +0000 |
---|---|---|
committer | Anders Rune Jensen <arj@gentoo.org> | 2004-08-05 23:28:58 +0000 |
commit | e08b0e1c8f387200f5bf7b63c801ad2f9a7c4da7 (patch) | |
tree | 237f74f57c8dad552957face132b6ff74e36430f /dev-php | |
parent | Version bump. (diff) | |
download | historical-e08b0e1c8f387200f5bf7b63c801ad2f9a7c4da7.tar.gz historical-e08b0e1c8f387200f5bf7b63c801ad2f9a7c4da7.tar.bz2 historical-e08b0e1c8f387200f5bf7b63c801ad2f9a7c4da7.zip |
new sqlite ebuild slot
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PECL-sqlite/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PECL-sqlite/PECL-sqlite-1.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-php/PECL-sqlite/PECL-sqlite-1.0.ebuild | 4 | ||||
-rw-r--r-- | dev-php/sqlite-php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/sqlite-php/sqlite-php-0.0.5.ebuild | 4 |
5 files changed, 15 insertions, 8 deletions
diff --git a/dev-php/PECL-sqlite/ChangeLog b/dev-php/PECL-sqlite/ChangeLog index 1ac510dbbce0..a3d64a806840 100644 --- a/dev-php/PECL-sqlite/ChangeLog +++ b/dev-php/PECL-sqlite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PECL-sqlite # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-sqlite/ChangeLog,v 1.11 2004/08/03 20:28:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-sqlite/ChangeLog,v 1.12 2004/08/05 23:28:14 arj Exp $ + + 05 Aug 2004; Anders Rune Jensen <arj@gentoo.org> PECL-sqlite-1.0.ebuild, + PECL-sqlite-1.0-r1.ebuild: + Depend on version 2 of sqlite. 03 Aug 2004; <agriffis@gentoo.org> PECL-sqlite-1.0.3.ebuild: add ~ia64 #56295 diff --git a/dev-php/PECL-sqlite/PECL-sqlite-1.0-r1.ebuild b/dev-php/PECL-sqlite/PECL-sqlite-1.0-r1.ebuild index 7063eced94fc..3d62a143f0ff 100644 --- a/dev-php/PECL-sqlite/PECL-sqlite-1.0-r1.ebuild +++ b/dev-php/PECL-sqlite/PECL-sqlite-1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-sqlite/PECL-sqlite-1.0-r1.ebuild,v 1.2 2004/06/25 01:22:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-sqlite/PECL-sqlite-1.0-r1.ebuild,v 1.3 2004/08/05 23:28:14 arj Exp $ PHP_EXT_ZENDEXT="no" PHP_EXT_INI="yes" @@ -8,7 +8,7 @@ PHP_EXT_PECL_PKG="SQLite" inherit php-ext-pecl -DEPEND="${DEPEND} >=dev-db/sqlite-2.8.5 !dev-php/sqlite-php" +DEPEND="${DEPEND} =dev-db/sqlite-2* !dev-php/sqlite-php" IUSE="" DESCRIPTION="PHP bindings for the SQLite database engine" diff --git a/dev-php/PECL-sqlite/PECL-sqlite-1.0.ebuild b/dev-php/PECL-sqlite/PECL-sqlite-1.0.ebuild index 61fef6cfbb8b..3fc160ff3663 100644 --- a/dev-php/PECL-sqlite/PECL-sqlite-1.0.ebuild +++ b/dev-php/PECL-sqlite/PECL-sqlite-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-sqlite/PECL-sqlite-1.0.ebuild,v 1.4 2004/06/25 01:22:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-sqlite/PECL-sqlite-1.0.ebuild,v 1.5 2004/08/05 23:28:14 arj Exp $ PHP_EXT_ZENDEXT="no" PHP_EXT_NAME="sqlite" @@ -8,7 +8,7 @@ PHP_EXT_INI="yes" inherit php-ext-source -DEPEND="${DEPEND} >=dev-db/sqlite-2.8.5 !dev-php/sqlite-php" +DEPEND="${DEPEND} =dev-db/sqlite-2* !dev-php/sqlite-php" IUSE="" DESCRIPTION="PHP bindings for the SQLite database engine" diff --git a/dev-php/sqlite-php/ChangeLog b/dev-php/sqlite-php/ChangeLog index d9abcf860629..baaab7a7cf5e 100644 --- a/dev-php/sqlite-php/ChangeLog +++ b/dev-php/sqlite-php/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/sqlite-php # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/sqlite-php/ChangeLog,v 1.11 2004/08/03 19:14:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/sqlite-php/ChangeLog,v 1.12 2004/08/05 23:28:58 arj Exp $ + + 05 Aug 2004; Anders Rune Jensen <arj@gentoo.org> sqlite-php-0.0.5.ebuild: + Depend on version 2 of sqlite. 03 Aug 2004; <agriffis@gentoo.org> sqlite-php-0.0.5.ebuild: add ~ia64 #56295 diff --git a/dev-php/sqlite-php/sqlite-php-0.0.5.ebuild b/dev-php/sqlite-php/sqlite-php-0.0.5.ebuild index e8f21c2c7112..465cb51dc08f 100644 --- a/dev-php/sqlite-php/sqlite-php-0.0.5.ebuild +++ b/dev-php/sqlite-php/sqlite-php-0.0.5.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/sqlite-php/sqlite-php-0.0.5.ebuild,v 1.12 2004/08/03 19:14:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/sqlite-php/sqlite-php-0.0.5.ebuild,v 1.13 2004/08/05 23:28:58 arj Exp $ DESCRIPTION="PHP bindings for SQLite" SRC_URI="mirror://sourceforge/sqlite-php/${P}.tgz" HOMEPAGE="http://sourceforge.net/projects/sqlite-php/" DEPEND="virtual/libc >=dev-php/php-4.2 - >=dev-db/sqlite-2.7 + =dev-db/sqlite-2* !dev-php/PECL-sqlite" SLOT="0" |