diff options
author | Chris White <chriswhite@gentoo.org> | 2005-11-30 09:49:41 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-11-30 09:49:41 +0000 |
commit | 14afc7ac4f63d55e776e6880f47f1c635021b0cc (patch) | |
tree | c935d59c46497de060f501912e5e27df91538d54 /dev-php/sqlite-php | |
parent | (no commit message) (diff) | |
download | gentoo-2-14afc7ac4f63d55e776e6880f47f1c635021b0cc.tar.gz gentoo-2-14afc7ac4f63d55e776e6880f47f1c635021b0cc.tar.bz2 gentoo-2-14afc7ac4f63d55e776e6880f47f1c635021b0cc.zip |
*** empty log message ***
Diffstat (limited to 'dev-php/sqlite-php')
-rw-r--r-- | dev-php/sqlite-php/ChangeLog | 48 | ||||
-rw-r--r-- | dev-php/sqlite-php/Manifest | 5 | ||||
-rw-r--r-- | dev-php/sqlite-php/sqlite-php-0.0.5.ebuild | 21 |
3 files changed, 56 insertions, 18 deletions
diff --git a/dev-php/sqlite-php/ChangeLog b/dev-php/sqlite-php/ChangeLog index 825f1ef07b24..21cd1fead435 100644 --- a/dev-php/sqlite-php/ChangeLog +++ b/dev-php/sqlite-php/ChangeLog @@ -1,11 +1,49 @@ -# ChangeLog for dev-db/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.1 2003/07/25 10:47:21 stuart Exp $ +# ChangeLog for dev-php/sqlite-php +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/sqlite-php/ChangeLog,v 1.1.1.1 2005/11/30 09:47:56 chriswhite Exp $ -*sqlite-php-0.0.5 (24th July 2003) Stuart Herbert <stuart@gentoo.org> + 22 Apr 2005; Simon Stelling <blubb@gentoo.org> sqlite-php-0.0.5.ebuild: + stable on amd64 + + 01 Apr 2005; Aron Griffis <agriffis@gentoo.org> sqlite-php-0.0.5.ebuild: + stable on ia64 + + 29 Nov 2004; Simon Stelling <blubb@gentoo.org> sqlite-php-0.0.5.ebuild: + added ~amd64 + + 23 Oct 2004; Jason Wever <weeve@gentoo.org> sqlite-php-0.0.5.ebuild: + Added ~sparc keyword. + + 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 + + 06 Jul 2004; Michael Hanselmann <hansmi@gentoo.org> sqlite-php-0.0.5.ebuild: + Unstable on ppc. + + 04 Jul 2004; Robin H. Johnson <robbat2@gentoo.org> sqlite-php-0.0.5.ebuild: + stable on x86. + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + sqlite-php-0.0.5.ebuild: + virtual/glibc -> virtual/libc + + 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 + +*sqlite-php-0.0.5 (24 Jul 2003) + + 24 Jul 2003; Stuart Herbert <stuart@gentoo.org> Moved from dev-db/ to dev-php/ at the request of robbat2@gentoo.org -*sqlite-php-0.0.5 (4 December 2002) Bart Verwilst <verwilst@gentoo.org> +*sqlite-php-0.0.5 (4 Dec 2002) + + 04 Dec 2002; Bart Verwilst <verwilst@gentoo.org> initial ebuild diff --git a/dev-php/sqlite-php/Manifest b/dev-php/sqlite-php/Manifest index 1754e72b6ffb..228278c3eb0c 100644 --- a/dev-php/sqlite-php/Manifest +++ b/dev-php/sqlite-php/Manifest @@ -1,3 +1,4 @@ -MD5 839988002c69f821d574ebdb64f99dc3 sqlite-php-0.0.5.ebuild 764 -MD5 9f4fead7e5d703e87accfc69b3bab3af ChangeLog 448 +MD5 8623a324d392a0ff3ccafae5d944d2df ChangeLog 1531 +MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 +MD5 9c4c9750e7c62c0801c73595276a09e9 sqlite-php-0.0.5.ebuild 750 MD5 4d7095be8d652846847a3a3e459d47c2 files/digest-sqlite-php-0.0.5 63 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 d3ed2b4ce7e2..33cecf28eee4 100644 --- a/dev-php/sqlite-php/sqlite-php-0.0.5.ebuild +++ b/dev-php/sqlite-php/sqlite-php-0.0.5.ebuild @@ -1,23 +1,23 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2005 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.1 2003/07/25 10:47:21 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/sqlite-php/sqlite-php-0.0.5.ebuild,v 1.1.1.1 2005/11/30 09:47:56 chriswhite Exp $ -S=${WORKDIR}/${P} DESCRIPTION="PHP bindings for SQLite" -SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" +SRC_URI="mirror://sourceforge/sqlite-php/${P}.tgz" HOMEPAGE="http://sourceforge.net/projects/sqlite-php/" -DEPEND="virtual/glibc +DEPEND="virtual/libc >=dev-php/php-4.2 - >=dev-db/sqlite-2.7" + =dev-db/sqlite-2* + !dev-php/PECL-sqlite" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" - +KEYWORDS="x86 ppc ia64 ~sparc amd64" +IUSE="" PHP_EXT_NAME="sqlite" PHP_ZEND_EXT= -inherit php-ext-source php-ext-base +inherit php-ext-source src_compile() { myconf="${myconf} --with-sqlite=shared" @@ -27,7 +27,6 @@ src_compile() { src_install () { php-ext-source_src_install - php-ext-base_src_install - dodoc README CREDITS CHANGES + dodoc README CREDITS CHANGES } |