summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-03-04 18:37:35 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-03-04 18:37:35 +0000
commit085472a9d37ba363185a369386318350c3e52a73 (patch)
tree2e5e1e044dedaf9cc06daa2ab4722928d05fc2c0 /dev-php4/pecl-zip
parentLook for CLOCK setting in /etc/conf.d/net, where it's been moved. Bug #169338... (diff)
downloadgentoo-2-085472a9d37ba363185a369386318350c3e52a73.tar.gz
gentoo-2-085472a9d37ba363185a369386318350c3e52a73.tar.bz2
gentoo-2-085472a9d37ba363185a369386318350c3e52a73.zip
Version bump, cleanup.
(Portage version: 2.1.2-r13)
Diffstat (limited to 'dev-php4/pecl-zip')
-rw-r--r--dev-php4/pecl-zip/ChangeLog8
-rw-r--r--dev-php4/pecl-zip/files/digest-pecl-zip-1.7.53
-rw-r--r--dev-php4/pecl-zip/files/digest-pecl-zip-1.8.63
-rw-r--r--dev-php4/pecl-zip/pecl-zip-1.0.ebuild9
-rw-r--r--dev-php4/pecl-zip/pecl-zip-1.8.6.ebuild (renamed from dev-php4/pecl-zip/pecl-zip-1.7.5.ebuild)9
5 files changed, 20 insertions, 12 deletions
diff --git a/dev-php4/pecl-zip/ChangeLog b/dev-php4/pecl-zip/ChangeLog
index 78e478670cb6..cf37074748a0 100644
--- a/dev-php4/pecl-zip/ChangeLog
+++ b/dev-php4/pecl-zip/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php4/pecl-zip
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-zip/ChangeLog,v 1.19 2007/02/21 23:49:56 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-zip/ChangeLog,v 1.20 2007/03/04 18:37:35 chtekk Exp $
+
+*pecl-zip-1.8.6 (04 Mar 2007)
+
+ 04 Mar 2007; Luca Longinotti <chtekk@gentoo.org> pecl-zip-1.0.ebuild,
+ -pecl-zip-1.7.5.ebuild, +pecl-zip-1.8.6.ebuild:
+ Version bump, cleanup.
21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/dev-php4/pecl-zip/files/digest-pecl-zip-1.7.5 b/dev-php4/pecl-zip/files/digest-pecl-zip-1.7.5
deleted file mode 100644
index 156c859504a2..000000000000
--- a/dev-php4/pecl-zip/files/digest-pecl-zip-1.7.5
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 e5aaeaac4e0724f95aef1e4a5f2ef8b6 zip-1.7.5.tgz 57137
-RMD160 7615cf4cb78c00209b416abe2e9224dd3ff15ab1 zip-1.7.5.tgz 57137
-SHA256 8f3164b36843b9416f5bbeae7c93a1e199a4b2b135a06f0c6cd8c31adc747c17 zip-1.7.5.tgz 57137
diff --git a/dev-php4/pecl-zip/files/digest-pecl-zip-1.8.6 b/dev-php4/pecl-zip/files/digest-pecl-zip-1.8.6
new file mode 100644
index 000000000000..2802fca28938
--- /dev/null
+++ b/dev-php4/pecl-zip/files/digest-pecl-zip-1.8.6
@@ -0,0 +1,3 @@
+MD5 a8fc816d4ae4ba470071cedcd12fce3e zip-1.8.6.tgz 66678
+RMD160 b1992907ef92a46acf9c3e7f8000772e34e62ec8 zip-1.8.6.tgz 66678
+SHA256 86428a8030101cdc8b7607d4d0f8980bbc5b83cb702e326d55c07d69e2e71189 zip-1.8.6.tgz 66678
diff --git a/dev-php4/pecl-zip/pecl-zip-1.0.ebuild b/dev-php4/pecl-zip/pecl-zip-1.0.ebuild
index bae06c497ed7..06472d8a23cd 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
+# Copyright 1999-2007 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.15 2006/01/26 19:59:06 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-zip/pecl-zip-1.0.ebuild,v 1.16 2007/03/04 18:37:35 chtekk Exp $
PHP_EXT_NAME="zip"
PHP_EXT_INI="yes"
@@ -9,12 +9,13 @@ PHP_EXT_ZENDEXT="no"
inherit php-ext-pecl-r1
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
+
DESCRIPTION="PHP zip management extension."
LICENSE="PHP"
SLOT="0"
IUSE=""
-DEPEND="${DEPEND}
- dev-libs/zziplib"
+DEPEND="dev-libs/zziplib"
+RDEPEND="${DEPEND}"
need_php_by_category
diff --git a/dev-php4/pecl-zip/pecl-zip-1.7.5.ebuild b/dev-php4/pecl-zip/pecl-zip-1.8.6.ebuild
index 024ba8efebb1..45e021ec13f1 100644
--- a/dev-php4/pecl-zip/pecl-zip-1.7.5.ebuild
+++ b/dev-php4/pecl-zip/pecl-zip-1.8.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 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.7.5.ebuild,v 1.1 2006/10/22 06:32:11 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-zip/pecl-zip-1.8.6.ebuild,v 1.1 2007/03/04 18:37:35 chtekk Exp $
PHP_EXT_NAME="zip"
PHP_EXT_INI="yes"
@@ -9,12 +9,13 @@ PHP_EXT_ZENDEXT="no"
inherit php-ext-pecl-r1
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+
DESCRIPTION="PHP zip management extension."
LICENSE="PHP"
SLOT="0"
IUSE=""
-DEPEND="${DEPEND}
- sys-libs/zlib"
+DEPEND="sys-libs/zlib"
+RDEPEND="${DEPEND}"
need_php_by_category