public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-mysqlnd_qc/
@ 2016-05-21 15:47 Pacho Ramos
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2016-05-21 15:47 UTC (permalink / raw
  To: gentoo-commits

commit:     1ca085e309acc12f31d279f78799c77411c8754b
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 15:44:39 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat May 21 15:44:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca085e3

dev-php/pecl-mysqlnd_qc: Cleanup due to #321263

Package-Manager: portage-2.3.0_rc1

 dev-php/pecl-mysqlnd_qc/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-php/pecl-mysqlnd_qc/metadata.xml b/dev-php/pecl-mysqlnd_qc/metadata.xml
index 7ffbac4..fb173f7 100644
--- a/dev-php/pecl-mysqlnd_qc/metadata.xml
+++ b/dev-php/pecl-mysqlnd_qc/metadata.xml
@@ -1,9 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>olemarkus@gentoo.org</email>
-  </maintainer>
   <maintainer type="project">
     <email>php-bugs@gentoo.org</email>
     <name>PHP</name>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-mysqlnd_qc/
@ 2016-07-12 20:58 Brian Evans
  0 siblings, 0 replies; 4+ messages in thread
From: Brian Evans @ 2016-07-12 20:58 UTC (permalink / raw
  To: gentoo-commits

commit:     ddfb513e7d049297cdacaf586aca2100af793686
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 12 20:58:26 2016 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Jul 12 20:58:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddfb513e

dev-php/pecl-mysqlnd_qc: Drop old

Package-Manager: portage-2.3.0

 .../pecl-mysqlnd_qc/pecl-mysqlnd_qc-1.2.0.ebuild   | 44 ----------------------
 1 file changed, 44 deletions(-)

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
deleted file mode 100644
index 5348e65..0000000
--- a/dev-php/pecl-mysqlnd_qc/pecl-mysqlnd_qc-1.2.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PHP_EXT_NAME="mysqlnd_qc"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-
-# Fails to build with php5-6
-USE_PHP="php5-5 php5-4"
-
-inherit php-ext-pecl-r2 confutils flag-o-matic
-
-KEYWORDS="~amd64"
-
-DESCRIPTION="A query cache plugin for the mysqlnd library"
-LICENSE="PHP-3"
-SLOT="0"
-IUSE="memcached sqlite"
-
-# Specifying targets due to USE flag transition
-DEPEND="
-	memcached? ( dev-libs/libmemcached )
-	sqlite? ( dev-db/sqlite:3 )
-	php_targets_php5-4? ( dev-lang/php:5.4[mysqlnd] )
-	php_targets_php5-5? ( || (
-				 dev-lang/php:5.5[-libmysqlclient,mysql]
-				 dev-lang/php:5.5[-libmysqlclient,mysqli]
-				)
-			    )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	# configure does not find pthreads when memcache is enabled
-	use memcached && append-flags -pthread
-	enable_extension_withonly libmemcached-dir memcached 0 "${ROOT}usr"
-	enable_extension_enable mysqlnd_qc_memcache memcached
-	enable_extension_withonly sqlite-dir sqlite 0 "${ROOT}usr"
-	enable_extension_enable mysqlnd_qc_sqlite sqlite
-	php-ext-source-r2_src_configure
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-mysqlnd_qc/
@ 2016-12-01 15:47 Brian Evans
  0 siblings, 0 replies; 4+ messages in thread
From: Brian Evans @ 2016-12-01 15:47 UTC (permalink / raw
  To: gentoo-commits

commit:     05522bed6ee4b8a4f491cb3f031988773636587c
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  1 13:56:12 2016 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Dec  1 15:46:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05522bed

dev-php/pecl-mysqlnd_qc: Drop old

Package-Manager: portage-2.3.2

 .../pecl-mysqlnd_qc-1.2.0-r1.ebuild                | 55 ----------------------
 1 file changed, 55 deletions(-)

diff --git a/dev-php/pecl-mysqlnd_qc/pecl-mysqlnd_qc-1.2.0-r1.ebuild b/dev-php/pecl-mysqlnd_qc/pecl-mysqlnd_qc-1.2.0-r1.ebuild
deleted file mode 100644
index f729106..00000000
--- a/dev-php/pecl-mysqlnd_qc/pecl-mysqlnd_qc-1.2.0-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PHP_EXT_NAME="mysqlnd_qc"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-
-USE_PHP="php5-5 php5-6"
-
-inherit php-ext-pecl-r3 flag-o-matic
-
-KEYWORDS="~amd64"
-
-DESCRIPTION="A query cache plugin for the mysqlnd library"
-LICENSE="PHP-3"
-SLOT="0"
-IUSE="memcached sqlite"
-
-# Specifying targets due to USE flag transition
-DEPEND="
-	memcached? ( dev-libs/libmemcached )
-	sqlite? ( dev-db/sqlite:3 )
-	php_targets_php5-5? ( || (
-				 dev-lang/php:5.5[-libmysqlclient,mysql]
-				 dev-lang/php:5.5[-libmysqlclient,mysqli]
-				)
-			    )
-	php_targets_php5-6? ( || (
-				 dev-lang/php:5.6[-libmysqlclient,mysql]
-				 dev-lang/php:5.6[-libmysqlclient,mysqli]
-				)
-			    )
-"
-RDEPEND="${DEPEND}"
-PATCHES=( "${FILESDIR}/${P}-php56.patch" )
-
-src_configure() {
-	local PHP_EXT_ECONF_ARGS=()
-	if use memcached ; then
-		# configure does not find pthreads when memcache is enabled
-		append-flags -pthread
-		PHP_EXT_ECONF_ARGS+=( --enable-mysqlnd_qc_memcache --with-libmemcached-dir="${ROOT}usr" )
-	else
-		PHP_EXT_ECONF_ARGS+=( --disable-mysqlnd_qc_memcache )
-	fi
-	if use sqlite ; then
-		PHP_EXT_ECONF_ARGS+=( --enable-mysqlnd_qc_sqlite --with-sqlite-dir="${ROOT}usr" )
-	else
-		PHP_EXT_ECONF_ARGS+=( --disable-mysqlnd_qc_sqlite )
-	fi
-	php-ext-source-r3_src_configure
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-mysqlnd_qc/
@ 2016-12-01 15:47 Brian Evans
  0 siblings, 0 replies; 4+ messages in thread
From: Brian Evans @ 2016-12-01 15:47 UTC (permalink / raw
  To: gentoo-commits

commit:     621b22c5de22aa2805ea098b4245b4dad0cb6241
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  1 13:55:38 2016 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Dec  1 15:46:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=621b22c5

dev-php/pecl-mysqlnd_qc: Revbump to drop php 5.5 dependencies

This package has not been ported and fails with PHP 7.0.
Patches are welcome, but this package is in danger of being dropped
when PHP 5.6 becomes obsolete.

Package-Manager: portage-2.3.2

 .../pecl-mysqlnd_qc-1.2.0-r2.ebuild                | 50 ++++++++++++++++++++++
 1 file changed, 50 insertions(+)

diff --git a/dev-php/pecl-mysqlnd_qc/pecl-mysqlnd_qc-1.2.0-r2.ebuild b/dev-php/pecl-mysqlnd_qc/pecl-mysqlnd_qc-1.2.0-r2.ebuild
new file mode 100644
index 00000000..8ab11a1
--- /dev/null
+++ b/dev-php/pecl-mysqlnd_qc/pecl-mysqlnd_qc-1.2.0-r2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PHP_EXT_NAME="mysqlnd_qc"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+
+USE_PHP="php5-6"
+
+inherit php-ext-pecl-r3 flag-o-matic
+
+KEYWORDS="~amd64"
+
+DESCRIPTION="A query cache plugin for the mysqlnd library"
+LICENSE="PHP-3"
+SLOT="0"
+IUSE="memcached sqlite"
+
+# Specifying targets due to USE flag transition
+DEPEND="
+	memcached? ( dev-libs/libmemcached )
+	sqlite? ( dev-db/sqlite:3 )
+	php_targets_php5-6? ( || (
+				 dev-lang/php:5.6[-libmysqlclient,mysql]
+				 dev-lang/php:5.6[-libmysqlclient,mysqli]
+				)
+			    )
+"
+RDEPEND="${DEPEND}"
+PATCHES=( "${FILESDIR}/${P}-php56.patch" )
+
+src_configure() {
+	local PHP_EXT_ECONF_ARGS=()
+	if use memcached ; then
+		# configure does not find pthreads when memcache is enabled
+		append-flags -pthread
+		PHP_EXT_ECONF_ARGS+=( --enable-mysqlnd_qc_memcache --with-libmemcached-dir="${ROOT}usr" )
+	else
+		PHP_EXT_ECONF_ARGS+=( --disable-mysqlnd_qc_memcache )
+	fi
+	if use sqlite ; then
+		PHP_EXT_ECONF_ARGS+=( --enable-mysqlnd_qc_sqlite --with-sqlite-dir="${ROOT}usr" )
+	else
+		PHP_EXT_ECONF_ARGS+=( --disable-mysqlnd_qc_sqlite )
+	fi
+	php-ext-source-r3_src_configure
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-12-01 15:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-21 15:47 [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-mysqlnd_qc/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2016-07-12 20:58 Brian Evans
2016-12-01 15:47 Brian Evans
2016-12-01 15:47 Brian Evans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox