* [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-gearman/
@ 2016-11-28 20:57 Brian Evans
0 siblings, 0 replies; 3+ messages in thread
From: Brian Evans @ 2016-11-28 20:57 UTC (permalink / raw
To: gentoo-commits
commit: 49884fa690081dbb9b86c64e3d97567bbade06df
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 28 20:20:35 2016 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Nov 28 20:57:09 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49884fa6
dev-php/pecl-gearman: Revbump to drop php 5.4 and 5.5 dependencies
There are newer versions on github, including for 7.0, but they require
newer sys-cluster/gearmand to install.
Please update this package or it may be dropped when php 5.6 becomes
obsolete.
Package-Manager: portage-2.3.2
dev-php/pecl-gearman/pecl-gearman-1.0.2-r2.ebuild | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/dev-php/pecl-gearman/pecl-gearman-1.0.2-r2.ebuild b/dev-php/pecl-gearman/pecl-gearman-1.0.2-r2.ebuild
new file mode 100644
index 00000000..5c2d93c
--- /dev/null
+++ b/dev-php/pecl-gearman/pecl-gearman-1.0.2-r2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PHP_EXT_NAME="gearman"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+
+USE_PHP="php5-6"
+
+inherit php-ext-pecl-r3
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="PHP extension for using gearmand"
+LICENSE="PHP-3"
+SLOT="0"
+IUSE=""
+
+DEPEND=">=sys-cluster/gearmand-0.21"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-gearman/
@ 2016-11-28 20:57 Brian Evans
0 siblings, 0 replies; 3+ messages in thread
From: Brian Evans @ 2016-11-28 20:57 UTC (permalink / raw
To: gentoo-commits
commit: 2c1f4253fea5dfac93f6a3a23ac36f1ee16e0a48
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 28 20:21:10 2016 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Nov 28 20:57:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c1f4253
dev-php/pecl-gearman: Drop old
Package-Manager: portage-2.3.2
dev-php/pecl-gearman/pecl-gearman-1.0.2-r1.ebuild | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/dev-php/pecl-gearman/pecl-gearman-1.0.2-r1.ebuild b/dev-php/pecl-gearman/pecl-gearman-1.0.2-r1.ebuild
deleted file mode 100644
index 870bc7c..00000000
--- a/dev-php/pecl-gearman/pecl-gearman-1.0.2-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PHP_EXT_NAME="gearman"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-
-USE_PHP="php5-6 php5-5 php5-4 "
-
-inherit php-ext-pecl-r2
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="PHP extension for using gearmand"
-LICENSE="PHP-3"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=sys-cluster/gearmand-0.21"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-gearman/
@ 2017-10-01 10:33 Jonas Stein
0 siblings, 0 replies; 3+ messages in thread
From: Jonas Stein @ 2017-10-01 10:33 UTC (permalink / raw
To: gentoo-commits
commit: 6f924cbd86b6979d1a02e80728453780ef7db37c
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 1 10:33:12 2017 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sun Oct 1 10:33:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f924cbd
dev-php/pecl-gearman: Drop inactive proxied maintainer
jstein and gokturk had mailcontact with the proxied maintainer;
he does not maintain his packages anymore.
Package-Manager: Portage-2.3.10, Repoman-2.3.3
dev-php/pecl-gearman/metadata.xml | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/dev-php/pecl-gearman/metadata.xml b/dev-php/pecl-gearman/metadata.xml
index 6bc25f90f03..5866eae7711 100644
--- a/dev-php/pecl-gearman/metadata.xml
+++ b/dev-php/pecl-gearman/metadata.xml
@@ -1,12 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>pavel.stratil-jun@fenix.cz</email>
- <description>Proxied co-maintainer, assign bugs to him</description>
- </maintainer>
-<maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
+<!-- maintainer-needed -->
</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-10-01 10:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-28 20:57 [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-gearman/ Brian Evans
-- strict thread matches above, loose matches on Subject: below --
2017-10-01 10:33 Jonas Stein
2016-11-28 20:57 Brian Evans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox