summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2006-01-22 17:54:51 +0000
committerSimon Stelling <blubb@gentoo.org>2006-01-22 17:54:51 +0000
commitc8b6ad101b1eb897f1a0b4fc4fcd6021a7532b8f (patch)
treee48cd51c7c8e1478cb0d48440f85e5153be8decf /dev-php4/pecl-zip
parentReworked filter-flags to be more consistent; factored out common code (diff)
downloadhistorical-c8b6ad101b1eb897f1a0b4fc4fcd6021a7532b8f.tar.gz
historical-c8b6ad101b1eb897f1a0b4fc4fcd6021a7532b8f.tar.bz2
historical-c8b6ad101b1eb897f1a0b4fc4fcd6021a7532b8f.zip
stable amd64
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'dev-php4/pecl-zip')
-rw-r--r--dev-php4/pecl-zip/ChangeLog5
-rw-r--r--dev-php4/pecl-zip/pecl-zip-1.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php4/pecl-zip/ChangeLog b/dev-php4/pecl-zip/ChangeLog
index ea76900a67d5..0407b8f4a7b1 100644
--- a/dev-php4/pecl-zip/ChangeLog
+++ b/dev-php4/pecl-zip/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php4/pecl-zip
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-zip/ChangeLog,v 1.9 2006/01/21 23:20:30 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-zip/ChangeLog,v 1.10 2006/01/22 17:50:16 blubb Exp $
+
+ 22 Jan 2006; Simon Stelling <blubb@gentoo.org> pecl-zip-1.0.ebuild:
+ stable on amd64
21 Jan 2006; Jason Wever <weeve@gentoo.org> pecl-zip-1.0.ebuild:
Stable on SPARC wrt bug #119449.
diff --git a/dev-php4/pecl-zip/pecl-zip-1.0.ebuild b/dev-php4/pecl-zip/pecl-zip-1.0.ebuild
index deb0e090fbd5..bd6fee2e8093 100644
--- a/dev-php4/pecl-zip/pecl-zip-1.0.ebuild
+++ b/dev-php4/pecl-zip/pecl-zip-1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-zip/pecl-zip-1.0.ebuild,v 1.12 2006/01/21 23:20:30 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-zip/pecl-zip-1.0.ebuild,v 1.13 2006/01/22 17:50:16 blubb Exp $
PHP_EXT_NAME="zip"
PHP_EXT_INI="yes"
@@ -8,7 +8,7 @@ PHP_EXT_ZENDEXT="no"
inherit php-ext-pecl-r1
-KEYWORDS="~alpha ~amd64 arm ia64 ppc ppc64 s390 sh sparc x86"
+KEYWORDS="~alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86"
DESCRIPTION="PHP zip management extension."
LICENSE="PHP"
SLOT="0"