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-gearman/
Date: Mon, 28 Nov 2016 20:57:59
Message-Id: 1480366635.2c1f4253fea5dfac93f6a3a23ac36f1ee16e0a48.grknight@gentoo
1 commit: 2c1f4253fea5dfac93f6a3a23ac36f1ee16e0a48
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 28 20:21:10 2016 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 28 20:57:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c1f4253
7
8 dev-php/pecl-gearman: Drop old
9
10 Package-Manager: portage-2.3.2
11
12 dev-php/pecl-gearman/pecl-gearman-1.0.2-r1.ebuild | 22 ----------------------
13 1 file changed, 22 deletions(-)
14
15 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
16 deleted file mode 100644
17 index 870bc7c..00000000
18 --- a/dev-php/pecl-gearman/pecl-gearman-1.0.2-r1.ebuild
19 +++ /dev/null
20 @@ -1,22 +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 -PHP_EXT_NAME="gearman"
27 -PHP_EXT_INI="yes"
28 -PHP_EXT_ZENDEXT="no"
29 -
30 -USE_PHP="php5-6 php5-5 php5-4 "
31 -
32 -inherit php-ext-pecl-r2
33 -
34 -KEYWORDS="~amd64 ~x86"
35 -
36 -DESCRIPTION="PHP extension for using gearmand"
37 -LICENSE="PHP-3"
38 -SLOT="0"
39 -IUSE=""
40 -
41 -DEPEND=">=sys-cluster/gearmand-0.21"
42 -RDEPEND="${DEPEND}"