Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-memcached/
Date: Sat, 04 Mar 2017 15:06:11
Message-Id: 1488639949.274de25793e822c470a4dbc8a8d0289c56305374.grknight@gentoo
1 commit: 274de25793e822c470a4dbc8a8d0289c56305374
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 4 15:05:49 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 4 15:05:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=274de257
7
8 dev-php/pecl-memcached: Drop old revision
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11
12 .../pecl-memcached/pecl-memcached-2.2.0-r1.ebuild | 35 ----------------------
13 1 file changed, 35 deletions(-)
14
15 diff --git a/dev-php/pecl-memcached/pecl-memcached-2.2.0-r1.ebuild b/dev-php/pecl-memcached/pecl-memcached-2.2.0-r1.ebuild
16 deleted file mode 100644
17 index 94ffd86462f..00000000000
18 --- a/dev-php/pecl-memcached/pecl-memcached-2.2.0-r1.ebuild
19 +++ /dev/null
20 @@ -1,35 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -PHP_EXT_NAME="memcached"
26 -PHP_EXT_INI="yes"
27 -PHP_EXT_ZENDEXT="no"
28 -DOCS="ChangeLog README.markdown"
29 -
30 -USE_PHP="php5-4 php5-5 php5-6"
31 -
32 -inherit php-ext-pecl-r2
33 -
34 -KEYWORDS="amd64 x86"
35 -
36 -DESCRIPTION="Interface PHP with memcached via libmemcached library"
37 -LICENSE="PHP-3"
38 -SLOT="0"
39 -IUSE="+session igbinary json sasl"
40 -
41 -DEPEND="|| ( >=dev-libs/libmemcached-1.0.14 >=dev-libs/libmemcached-1.0[sasl?] )
42 - sys-libs/zlib
43 - dev-lang/php:*[session?,json?]
44 - igbinary? ( dev-php/igbinary[php_targets_php5-4?,php_targets_php5-5?,php_targets_php5-6?] )"
45 -RDEPEND="${DEPEND}"
46 -
47 -src_configure() {
48 - my_conf="--enable-memcached
49 - $(use_enable session memcached-session)
50 - $(use_enable sasl memcached-sasl)
51 - $(use_enable json memcached-json)
52 - $(use_enable igbinary memcached-igbinary)"
53 -
54 - php-ext-source-r2_src_configure
55 -}