diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-01-18 20:25:56 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-01-18 20:25:56 +0000 |
commit | 30f9a3863b14f98c4ac19ae9dc960b7f6e0d5a98 (patch) | |
tree | 8687c5cc196c0d7c3ee2df9dc44ce80b252a1fac /dev-php4 | |
parent | Stable on ppc64; bug #119449 (diff) | |
download | historical-30f9a3863b14f98c4ac19ae9dc960b7f6e0d5a98.tar.gz historical-30f9a3863b14f98c4ac19ae9dc960b7f6e0d5a98.tar.bz2 historical-30f9a3863b14f98c4ac19ae9dc960b7f6e0d5a98.zip |
Stable on ppc64; bug #119450
Package-Manager: portage-2.0.53
Diffstat (limited to 'dev-php4')
-rw-r--r-- | dev-php4/pecl-sqlite/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php4/pecl-sqlite/pecl-sqlite-1.0.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-php4/pecl-sqlite/ChangeLog b/dev-php4/pecl-sqlite/ChangeLog index 9e456b926601..1f4ebda0fce9 100644 --- a/dev-php4/pecl-sqlite/ChangeLog +++ b/dev-php4/pecl-sqlite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php4/pecl-sqlite -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-sqlite/ChangeLog,v 1.7 2005/11/25 15:19:07 chtekk Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-sqlite/ChangeLog,v 1.8 2006/01/18 20:25:56 corsair Exp $ + + 18 Jan 2006; Markus Rothe <corsair@gentoo.org> pecl-sqlite-1.0.3.ebuild: + Stable on ppc64; bug #119450 25 Nov 2005; Luca Longinotti <chtekk@gentoo.org> pecl-sqlite-1.0.3.ebuild: Fix var ordering and homepage. diff --git a/dev-php4/pecl-sqlite/pecl-sqlite-1.0.3.ebuild b/dev-php4/pecl-sqlite/pecl-sqlite-1.0.3.ebuild index 6e9b59cb9b1d..ffcd6cd3f1df 100644 --- a/dev-php4/pecl-sqlite/pecl-sqlite-1.0.3.ebuild +++ b/dev-php4/pecl-sqlite/pecl-sqlite-1.0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-sqlite/pecl-sqlite-1.0.3.ebuild,v 1.11 2005/11/25 15:19:07 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-sqlite/pecl-sqlite-1.0.3.ebuild,v 1.12 2006/01/18 20:25:56 corsair Exp $ PHP_EXT_NAME="sqlite" PHP_EXT_PECL_PKG="SQLite" @@ -9,7 +9,7 @@ PHP_EXT_ZENDEXT="no" inherit php-ext-pecl-r1 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ppc64 ~s390 ~sparc ~x86" DESCRIPTION="PHP bindings for the SQLite database engine." LICENSE="PHP" SLOT="0" |