summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2013-03-05 09:42:16 +0000
committerOle Markus With <olemarkus@gentoo.org>2013-03-05 09:42:16 +0000
commit475765c3ade46d4cd27d1b88dbf2d901454872f7 (patch)
treebb7816e6574ce1061a3ce14591a7ab989985e0cd /dev-php/pecl-memcached
parentRemoved older ebuilds (diff)
downloadgentoo-2-475765c3ade46d4cd27d1b88dbf2d901454872f7.tar.gz
gentoo-2-475765c3ade46d4cd27d1b88dbf2d901454872f7.tar.bz2
gentoo-2-475765c3ade46d4cd27d1b88dbf2d901454872f7.zip
Removed older ebuilds. EAPI bump
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Diffstat (limited to 'dev-php/pecl-memcached')
-rw-r--r--dev-php/pecl-memcached/ChangeLog9
-rw-r--r--dev-php/pecl-memcached/pecl-memcached-1.0.2-r1.ebuild6
-rw-r--r--dev-php/pecl-memcached/pecl-memcached-2.0.1.ebuild34
-rw-r--r--dev-php/pecl-memcached/pecl-memcached-2.1.0.ebuild34
4 files changed, 10 insertions, 73 deletions
diff --git a/dev-php/pecl-memcached/ChangeLog b/dev-php/pecl-memcached/ChangeLog
index 7ce2ddefeaf3..3d26a0701b33 100644
--- a/dev-php/pecl-memcached/ChangeLog
+++ b/dev-php/pecl-memcached/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-php/pecl-memcached
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-memcached/ChangeLog,v 1.8 2012/10/21 09:13:49 maekke Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-memcached/ChangeLog,v 1.9 2013/03/05 09:42:16 olemarkus Exp $
+
+ 05 Mar 2013; Ole Markus With <olemarkus@gentoo.org>
+ -pecl-memcached-2.0.1.ebuild, -pecl-memcached-2.1.0.ebuild,
+ pecl-memcached-1.0.2-r1.ebuild:
+ Removed older ebuilds. EAPI bump
21 Oct 2012; Markus Meier <maekke@gentoo.org> pecl-memcached-2.0.1.ebuild:
x86 stable, bug #427024
diff --git a/dev-php/pecl-memcached/pecl-memcached-1.0.2-r1.ebuild b/dev-php/pecl-memcached/pecl-memcached-1.0.2-r1.ebuild
index 2df0c47e85ab..a7ea4264d0bc 100644
--- a/dev-php/pecl-memcached/pecl-memcached-1.0.2-r1.ebuild
+++ b/dev-php/pecl-memcached/pecl-memcached-1.0.2-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-memcached/pecl-memcached-1.0.2-r1.ebuild,v 1.2 2012/01/15 17:02:13 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-memcached/pecl-memcached-1.0.2-r1.ebuild,v 1.3 2013/03/05 09:42:16 olemarkus Exp $
-EAPI="2"
+EAPI="5"
PHP_EXT_NAME="memcached"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
diff --git a/dev-php/pecl-memcached/pecl-memcached-2.0.1.ebuild b/dev-php/pecl-memcached/pecl-memcached-2.0.1.ebuild
deleted file mode 100644
index 61a53b0df790..000000000000
--- a/dev-php/pecl-memcached/pecl-memcached-2.0.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-memcached/pecl-memcached-2.0.1.ebuild,v 1.3 2012/10/21 09:13:49 maekke Exp $
-
-EAPI="4"
-PHP_EXT_NAME="memcached"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS="README"
-
-USE_PHP="php5-3 php5-4"
-
-inherit php-ext-pecl-r2
-
-KEYWORDS="amd64 x86"
-
-DESCRIPTION="PHP extension for interfacing with memcached via libmemcached library"
-LICENSE="PHP-3"
-SLOT="0"
-IUSE="+session igbinary"
-
-DEPEND=">=dev-libs/libmemcached-0.38 sys-libs/zlib
- dev-lang/php[session?]
- igbinary? ( dev-php/igbinary[php_targets_php5-4?,php_targets_php5-3?] )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- my_conf="--enable-memcached
- --with-zlib-dir=/usr
- $(use_enable session memcached-session)
- $(use_enable igbinary memcached-igbinary)"
-
- php-ext-source-r2_src_configure
-}
diff --git a/dev-php/pecl-memcached/pecl-memcached-2.1.0.ebuild b/dev-php/pecl-memcached/pecl-memcached-2.1.0.ebuild
deleted file mode 100644
index 507c5b7b4c5d..000000000000
--- a/dev-php/pecl-memcached/pecl-memcached-2.1.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-memcached/pecl-memcached-2.1.0.ebuild,v 1.1 2012/08/07 08:39:03 olemarkus Exp $
-
-EAPI="4"
-PHP_EXT_NAME="memcached"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS="README"
-
-USE_PHP="php5-3 php5-4"
-
-inherit php-ext-pecl-r2
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="PHP extension for interfacing with memcached via libmemcached library"
-LICENSE="PHP-3"
-SLOT="0"
-IUSE="+session igbinary"
-
-DEPEND=">=dev-libs/libmemcached-0.38 sys-libs/zlib
- dev-lang/php[session?]
- igbinary? ( dev-php/igbinary[php_targets_php5-4?,php_targets_php5-3?] )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- my_conf="--enable-memcached
- --with-zlib-dir=/usr
- $(use_enable session memcached-session)
- $(use_enable igbinary memcached-igbinary)"
-
- php-ext-source-r2_src_configure
-}