diff options
author | 2006-01-18 20:25:56 +0000 | |
---|---|---|
committer | 2006-01-18 20:25:56 +0000 | |
commit | 0e39b8c972ccbf62ab24cc285df20542b9608dc7 (patch) | |
tree | 16d1dedaf4816e44177b4361b13ea3f6970fcd7f /dev-php4 | |
parent | Stable on ppc64; bug #119449 (diff) | |
download | gentoo-2-0e39b8c972ccbf62ab24cc285df20542b9608dc7.tar.gz gentoo-2-0e39b8c972ccbf62ab24cc285df20542b9608dc7.tar.bz2 gentoo-2-0e39b8c972ccbf62ab24cc285df20542b9608dc7.zip |
Stable on ppc64; bug #119450
(Portage version: 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" |