diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-17 15:02:29 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-17 15:02:29 +0000 |
commit | c0cc4ecd5d0e889376647608d945bfdaae47bed4 (patch) | |
tree | 60d4757e4328dd10c2509d23b85761fa381df338 /dev-php/sqlite-php | |
parent | fixed newdepend (diff) | |
download | historical-c0cc4ecd5d0e889376647608d945bfdaae47bed4.tar.gz historical-c0cc4ecd5d0e889376647608d945bfdaae47bed4.tar.bz2 historical-c0cc4ecd5d0e889376647608d945bfdaae47bed4.zip |
Numerous small fixes, see ChangeLog for details.
Diffstat (limited to 'dev-php/sqlite-php')
-rw-r--r-- | dev-php/sqlite-php/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/sqlite-php/sqlite-php-0.0.5.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-php/sqlite-php/ChangeLog b/dev-php/sqlite-php/ChangeLog index c76de34d9716..1eb07e057d81 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-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/sqlite-php/ChangeLog,v 1.5 2003/10/24 12:56:37 aliz Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/sqlite-php/ChangeLog,v 1.6 2004/04/17 15:02:29 aliz Exp $ + + 17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> sqlite-php-0.0.5.ebuild: + Removed S=, added IUSE=. 13 Oct 2003; Robin H. Johnson <robbat2@gentoo.org> metadata.xml: add metadata.xml 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 20f2108c9cac..1af62af0873c 100644 --- a/dev-php/sqlite-php/sqlite-php-0.0.5.ebuild +++ b/dev-php/sqlite-php/sqlite-php-0.0.5.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # 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.6 2004/01/05 21:28:00 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/sqlite-php/sqlite-php-0.0.5.ebuild,v 1.7 2004/04/17 15:02:29 aliz Exp $ -S=${WORKDIR}/${P} DESCRIPTION="PHP bindings for SQLite" SRC_URI="mirror://sourceforge/sqlite-php/${P}.tgz" HOMEPAGE="http://sourceforge.net/projects/sqlite-php/" @@ -14,7 +13,7 @@ DEPEND="virtual/glibc SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" - +IUSE="" PHP_EXT_NAME="sqlite" PHP_ZEND_EXT= |