summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@gentoo.org>2005-07-11 18:33:27 +0000
committerSebastian Bergmann <sebastian@gentoo.org>2005-07-11 18:33:27 +0000
commit290e47072db4af1973d9747b1eb5fcb0cead0553 (patch)
tree96d30a5c97f6e91357e0ad5b1ca7befffe75f6c6 /dev-php
parent. (diff)
downloadgentoo-2-290e47072db4af1973d9747b1eb5fcb0cead0553.tar.gz
gentoo-2-290e47072db4af1973d9747b1eb5fcb0cead0553.tar.bz2
gentoo-2-290e47072db4af1973d9747b1eb5fcb0cead0553.zip
Stable on x86.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PECL-mailparse/ChangeLog8
-rw-r--r--dev-php/PECL-mailparse/PECL-mailparse-0.9.3-r1.ebuild19
-rw-r--r--dev-php/PECL-mailparse/PECL-mailparse-0.9.3.ebuild24
-rw-r--r--dev-php/PECL-mailparse/PECL-mailparse-2.0b.ebuild19
-rw-r--r--dev-php/PECL-mailparse/PECL-mailparse-2.1.1.ebuild4
-rw-r--r--dev-php/PECL-mailparse/PECL-mailparse-2.1.ebuild19
-rw-r--r--dev-php/PECL-mailparse/files/digest-PECL-mailparse-0.9.31
-rw-r--r--dev-php/PECL-mailparse/files/digest-PECL-mailparse-0.9.3-r11
-rw-r--r--dev-php/PECL-mailparse/files/digest-PECL-mailparse-2.0b1
-rw-r--r--dev-php/PECL-mailparse/files/digest-PECL-mailparse-2.11
-rw-r--r--dev-php/PECL-memcache/ChangeLog6
-rw-r--r--dev-php/PECL-memcache/PECL-memcache-1.4.ebuild4
-rw-r--r--dev-php/PECL-zip/ChangeLog6
-rw-r--r--dev-php/PECL-zip/PECL-zip-1.0.ebuild4
14 files changed, 23 insertions, 94 deletions
diff --git a/dev-php/PECL-mailparse/ChangeLog b/dev-php/PECL-mailparse/ChangeLog
index 9521d15b6f5d..a53b8165e46a 100644
--- a/dev-php/PECL-mailparse/ChangeLog
+++ b/dev-php/PECL-mailparse/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php/PECL-mailparse
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-mailparse/ChangeLog,v 1.9 2005/02/28 06:31:08 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-mailparse/ChangeLog,v 1.10 2005/07/11 18:29:22 sebastian Exp $
+
+ 11 Jul 2005; Sebastian Bergmann <sebastian@gentoo.org>
+ -PECL-mailparse-0.9.3.ebuild, -PECL-mailparse-0.9.3-r1.ebuild,
+ -PECL-mailparse-2.0b.ebuild, -PECL-mailparse-2.1.ebuild,
+ PECL-mailparse-2.1.1.ebuild:
+ Stable on x86.
*PECL-mailparse-2.1.1 (28 Feb 2005)
diff --git a/dev-php/PECL-mailparse/PECL-mailparse-0.9.3-r1.ebuild b/dev-php/PECL-mailparse/PECL-mailparse-0.9.3-r1.ebuild
deleted file mode 100644
index 5c6e769fb10c..000000000000
--- a/dev-php/PECL-mailparse/PECL-mailparse-0.9.3-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-mailparse/PECL-mailparse-0.9.3-r1.ebuild,v 1.4 2005/02/18 08:44:00 sebastian Exp $
-
-PHP_EXT_ZENDEXT="no"
-PHP_EXT_INI="yes"
-
-inherit php-ext-pecl
-
-IUSE=""
-DESCRIPTION="A PHP extension for parsing and working with RFC822 and RFC2045 (MIME) compliant messages."
-SLOT="0"
-LICENSE="PHP"
-KEYWORDS="x86 ~ppc ~alpha ~sparc"
-
-src_install() {
- php-ext-pecl_src_install
- dodoc README
-}
diff --git a/dev-php/PECL-mailparse/PECL-mailparse-0.9.3.ebuild b/dev-php/PECL-mailparse/PECL-mailparse-0.9.3.ebuild
deleted file mode 100644
index d4dac61b0a01..000000000000
--- a/dev-php/PECL-mailparse/PECL-mailparse-0.9.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-mailparse/PECL-mailparse-0.9.3.ebuild,v 1.5 2005/02/18 08:44:00 sebastian Exp $
-
-PHP_EXT_ZENDEXT="no"
-PHP_EXT_NAME="mailparse"
-PHP_EXT_INI="yes"
-
-inherit php-ext-source
-
-IUSE=""
-DESCRIPTION="A PHP extension for parsing and working with RFC822 and RFC2045 (MIME) compliant messages."
-HOMEPAGE="http://pear.php.net/mailparse"
-SLOT="0"
-MY_PN="mailparse"
-SRC_URI="http://pear.php.net/get/${MY_PN}-${PV}.tgz"
-S=${WORKDIR}/${MY_PN}-${PV}
-LICENSE="PHP"
-KEYWORDS="x86 ~ppc ~alpha ~sparc"
-
-src_install() {
- php-ext-source_src_install
- dodoc CREDITS README
-}
diff --git a/dev-php/PECL-mailparse/PECL-mailparse-2.0b.ebuild b/dev-php/PECL-mailparse/PECL-mailparse-2.0b.ebuild
deleted file mode 100644
index b203fa19150a..000000000000
--- a/dev-php/PECL-mailparse/PECL-mailparse-2.0b.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-mailparse/PECL-mailparse-2.0b.ebuild,v 1.4 2005/02/18 08:44:00 sebastian Exp $
-
-PHP_EXT_ZENDEXT="no"
-PHP_EXT_INI="yes"
-
-inherit php-ext-pecl
-
-IUSE=""
-DESCRIPTION="A PHP extension for parsing and working with RFC822 and RFC2045 (MIME) compliant messages."
-SLOT="0"
-LICENSE="PHP"
-KEYWORDS="x86 ~ppc alpha ~sparc"
-
-src_install() {
- php-ext-pecl_src_install
- dodoc README
-}
diff --git a/dev-php/PECL-mailparse/PECL-mailparse-2.1.1.ebuild b/dev-php/PECL-mailparse/PECL-mailparse-2.1.1.ebuild
index 2193249ae4ec..07192ddcb331 100644
--- a/dev-php/PECL-mailparse/PECL-mailparse-2.1.1.ebuild
+++ b/dev-php/PECL-mailparse/PECL-mailparse-2.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-mailparse/PECL-mailparse-2.1.1.ebuild,v 1.1 2005/02/28 06:31:08 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-mailparse/PECL-mailparse-2.1.1.ebuild,v 1.2 2005/07/11 18:29:22 sebastian Exp $
PHP_EXT_ZENDEXT="no"
PHP_EXT_INI="yes"
@@ -11,7 +11,7 @@ IUSE=""
DESCRIPTION="A PHP extension for parsing and working with RFC822 and RFC2045 (MIME) compliant messages."
SLOT="0"
LICENSE="PHP"
-KEYWORDS="~x86 ~ppc ~alpha ~sparc"
+KEYWORDS="x86 ~ppc ~alpha ~sparc"
src_install() {
php-ext-pecl_src_install
diff --git a/dev-php/PECL-mailparse/PECL-mailparse-2.1.ebuild b/dev-php/PECL-mailparse/PECL-mailparse-2.1.ebuild
deleted file mode 100644
index c51eec7b4141..000000000000
--- a/dev-php/PECL-mailparse/PECL-mailparse-2.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-mailparse/PECL-mailparse-2.1.ebuild,v 1.1 2005/02/18 08:44:00 sebastian Exp $
-
-PHP_EXT_ZENDEXT="no"
-PHP_EXT_INI="yes"
-
-inherit php-ext-pecl
-
-IUSE=""
-DESCRIPTION="A PHP extension for parsing and working with RFC822 and RFC2045 (MIME) compliant messages."
-SLOT="0"
-LICENSE="PHP"
-KEYWORDS="~x86 ~ppc ~alpha ~sparc"
-
-src_install() {
- php-ext-pecl_src_install
- dodoc README
-}
diff --git a/dev-php/PECL-mailparse/files/digest-PECL-mailparse-0.9.3 b/dev-php/PECL-mailparse/files/digest-PECL-mailparse-0.9.3
deleted file mode 100644
index a0cd336a0426..000000000000
--- a/dev-php/PECL-mailparse/files/digest-PECL-mailparse-0.9.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a4c0737ee32bea66730e513951856dc1 mailparse-0.9.3.tgz 33988
diff --git a/dev-php/PECL-mailparse/files/digest-PECL-mailparse-0.9.3-r1 b/dev-php/PECL-mailparse/files/digest-PECL-mailparse-0.9.3-r1
deleted file mode 100644
index a0cd336a0426..000000000000
--- a/dev-php/PECL-mailparse/files/digest-PECL-mailparse-0.9.3-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a4c0737ee32bea66730e513951856dc1 mailparse-0.9.3.tgz 33988
diff --git a/dev-php/PECL-mailparse/files/digest-PECL-mailparse-2.0b b/dev-php/PECL-mailparse/files/digest-PECL-mailparse-2.0b
deleted file mode 100644
index 1abbedceb7cb..000000000000
--- a/dev-php/PECL-mailparse/files/digest-PECL-mailparse-2.0b
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bffe5fd04341f7c869020bbb1845473b mailparse-2.0b.tgz 33547
diff --git a/dev-php/PECL-mailparse/files/digest-PECL-mailparse-2.1 b/dev-php/PECL-mailparse/files/digest-PECL-mailparse-2.1
deleted file mode 100644
index 7604d76fb07b..000000000000
--- a/dev-php/PECL-mailparse/files/digest-PECL-mailparse-2.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 48ae58e6700f28b3b20219235e30cd54 mailparse-2.1.tgz 33915
diff --git a/dev-php/PECL-memcache/ChangeLog b/dev-php/PECL-memcache/ChangeLog
index e588753532b2..7518b83b187b 100644
--- a/dev-php/PECL-memcache/ChangeLog
+++ b/dev-php/PECL-memcache/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PECL-memcache
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-memcache/ChangeLog,v 1.1 2005/07/02 07:59:55 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-memcache/ChangeLog,v 1.2 2005/07/11 18:30:55 sebastian Exp $
+
+ 11 Jul 2005; Sebastian Bergmann <sebastian@gentoo.org>
+ PECL-memcache-1.4.ebuild:
+ Stable on x86.
*PECL-memcache-1.4 (02 Jul 2005)
diff --git a/dev-php/PECL-memcache/PECL-memcache-1.4.ebuild b/dev-php/PECL-memcache/PECL-memcache-1.4.ebuild
index 1ce74bc77479..ab354adb24de 100644
--- a/dev-php/PECL-memcache/PECL-memcache-1.4.ebuild
+++ b/dev-php/PECL-memcache/PECL-memcache-1.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-memcache/PECL-memcache-1.4.ebuild,v 1.1 2005/07/02 07:59:55 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-memcache/PECL-memcache-1.4.ebuild,v 1.2 2005/07/11 18:30:55 sebastian Exp $
PHP_EXT_ZENDEXT="no"
PHP_EXT_PECL_PKG="memcache"
@@ -13,4 +13,4 @@ IUSE=""
DESCRIPTION="PHP extension for using memcached."
SLOT="0"
LICENSE="PHP"
-KEYWORDS="~x86"
+KEYWORDS="x86"
diff --git a/dev-php/PECL-zip/ChangeLog b/dev-php/PECL-zip/ChangeLog
index db4d2e59f8fe..52fc21a7abd9 100644
--- a/dev-php/PECL-zip/ChangeLog
+++ b/dev-php/PECL-zip/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PECL-zip
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-zip/ChangeLog,v 1.1 2005/03/15 17:35:42 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-zip/ChangeLog,v 1.2 2005/07/11 18:33:27 sebastian Exp $
+
+ 11 Jul 2005; Sebastian Bergmann <sebastian@gentoo.org>
+ PECL-zip-1.0.ebuild:
+ Stable on x86.
*PECL-zip-1.0 (15 Mar 2005)
diff --git a/dev-php/PECL-zip/PECL-zip-1.0.ebuild b/dev-php/PECL-zip/PECL-zip-1.0.ebuild
index dc998d1a47f4..cfbc7d1649dd 100644
--- a/dev-php/PECL-zip/PECL-zip-1.0.ebuild
+++ b/dev-php/PECL-zip/PECL-zip-1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-zip/PECL-zip-1.0.ebuild,v 1.1 2005/03/15 17:35:42 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-zip/PECL-zip-1.0.ebuild,v 1.2 2005/07/11 18:33:27 sebastian Exp $
PHP_EXT_ZENDEXT="no"
PHP_EXT_PECL_PKG="zip"
@@ -13,6 +13,6 @@ IUSE=""
DESCRIPTION="PHP zip management extension."
SLOT="0"
LICENSE="PHP"
-KEYWORDS="~x86"
+KEYWORDS="x86"
DEPEND="${DEPEND}
dev-libs/zziplib"