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-mysqlnd_qc/
Date: Tue, 12 Jul 2016 20:58:54
Message-Id: 1468357106.ddfb513e7d049297cdacaf586aca2100af793686.grknight@gentoo
1 commit: ddfb513e7d049297cdacaf586aca2100af793686
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 12 20:58:26 2016 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 12 20:58:26 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddfb513e
7
8 dev-php/pecl-mysqlnd_qc: Drop old
9
10 Package-Manager: portage-2.3.0
11
12 .../pecl-mysqlnd_qc/pecl-mysqlnd_qc-1.2.0.ebuild | 44 ----------------------
13 1 file changed, 44 deletions(-)
14
15 diff --git a/dev-php/pecl-mysqlnd_qc/pecl-mysqlnd_qc-1.2.0.ebuild b/dev-php/pecl-mysqlnd_qc/pecl-mysqlnd_qc-1.2.0.ebuild
16 deleted file mode 100644
17 index 5348e65..0000000
18 --- a/dev-php/pecl-mysqlnd_qc/pecl-mysqlnd_qc-1.2.0.ebuild
19 +++ /dev/null
20 @@ -1,44 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -PHP_EXT_NAME="mysqlnd_qc"
28 -PHP_EXT_INI="yes"
29 -PHP_EXT_ZENDEXT="no"
30 -
31 -# Fails to build with php5-6
32 -USE_PHP="php5-5 php5-4"
33 -
34 -inherit php-ext-pecl-r2 confutils flag-o-matic
35 -
36 -KEYWORDS="~amd64"
37 -
38 -DESCRIPTION="A query cache plugin for the mysqlnd library"
39 -LICENSE="PHP-3"
40 -SLOT="0"
41 -IUSE="memcached sqlite"
42 -
43 -# Specifying targets due to USE flag transition
44 -DEPEND="
45 - memcached? ( dev-libs/libmemcached )
46 - sqlite? ( dev-db/sqlite:3 )
47 - php_targets_php5-4? ( dev-lang/php:5.4[mysqlnd] )
48 - php_targets_php5-5? ( || (
49 - dev-lang/php:5.5[-libmysqlclient,mysql]
50 - dev-lang/php:5.5[-libmysqlclient,mysqli]
51 - )
52 - )
53 -"
54 -RDEPEND="${DEPEND}"
55 -
56 -src_configure() {
57 - # configure does not find pthreads when memcache is enabled
58 - use memcached && append-flags -pthread
59 - enable_extension_withonly libmemcached-dir memcached 0 "${ROOT}usr"
60 - enable_extension_enable mysqlnd_qc_memcache memcached
61 - enable_extension_withonly sqlite-dir sqlite 0 "${ROOT}usr"
62 - enable_extension_enable mysqlnd_qc_sqlite sqlite
63 - php-ext-source-r2_src_configure
64 -}