diff options
author | 2004-05-30 18:28:19 +0000 | |
---|---|---|
committer | 2004-05-30 18:28:19 +0000 | |
commit | 815d76d4e471a9bbe5d3bbcb31883c4fcb1fd9f0 (patch) | |
tree | 7c216b30475c6ce43d6b2b1ed071b4eab56a2bdf /dev-php/PECL-sqlite | |
parent | ver bump (diff) | |
download | gentoo-2-815d76d4e471a9bbe5d3bbcb31883c4fcb1fd9f0.tar.gz gentoo-2-815d76d4e471a9bbe5d3bbcb31883c4fcb1fd9f0.tar.bz2 gentoo-2-815d76d4e471a9bbe5d3bbcb31883c4fcb1fd9f0.zip |
Stable on alpha.
Diffstat (limited to 'dev-php/PECL-sqlite')
-rw-r--r-- | dev-php/PECL-sqlite/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/PECL-sqlite/PECL-sqlite-1.0.2.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-php/PECL-sqlite/ChangeLog b/dev-php/PECL-sqlite/ChangeLog index ad411550bb39..539993930d55 100644 --- a/dev-php/PECL-sqlite/ChangeLog +++ b/dev-php/PECL-sqlite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PECL-sqlite -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-sqlite/ChangeLog,v 1.5 2004/02/29 14:39:23 aliz Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-sqlite/ChangeLog,v 1.6 2004/05/30 18:28:19 kloeri Exp $ + + 30 May 2004; Bryan Østergaard <kloeri@gentoo.org> PECL-sqlite-1.0.2.ebuild: + Stable on alpha. *PECL-sqlite-1.0.2 (24 Jan 2004) *PECL-sqlite-1.0-r1 (24 Jan 2004) diff --git a/dev-php/PECL-sqlite/PECL-sqlite-1.0.2.ebuild b/dev-php/PECL-sqlite/PECL-sqlite-1.0.2.ebuild index 941f670323ef..279955c4af56 100644 --- a/dev-php/PECL-sqlite/PECL-sqlite-1.0.2.ebuild +++ b/dev-php/PECL-sqlite/PECL-sqlite-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-sqlite/PECL-sqlite-1.0.2.ebuild,v 1.1 2004/01/24 17:14:34 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-sqlite/PECL-sqlite-1.0.2.ebuild,v 1.2 2004/05/30 18:28:19 kloeri Exp $ PHP_EXT_ZENDEXT="no" PHP_EXT_INI="yes" @@ -16,7 +16,7 @@ DESCRIPTION="PHP bindings for the SQLite database engine" HOMEPAGE="http://pear.php.net/SQLite" SLOT="0" LICENSE="PHP" -KEYWORDS="~x86 ~ppc ~alpha ~sparc" +KEYWORDS="~x86 ~ppc alpha ~sparc" src_compile() { php-ext-pecl_src_compile |