Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-zmq/
Date: Fri, 29 Nov 2019 13:34:29
Message-Id: 1575030994.e9fdea341f79c035cb5ef56a6b1d4f12871590fc.whissi@gentoo
1 commit: e9fdea341f79c035cb5ef56a6b1d4f12871590fc
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 29 12:36:34 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 29 12:36:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9fdea34
7
8 dev-php/pecl-zmq: drop old
9
10 Package-Manager: Portage-2.3.80, Repoman-2.3.19
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-php/pecl-zmq/pecl-zmq-1.1.3-r1.ebuild | 23 -----------------------
14 1 file changed, 23 deletions(-)
15
16 diff --git a/dev-php/pecl-zmq/pecl-zmq-1.1.3-r1.ebuild b/dev-php/pecl-zmq/pecl-zmq-1.1.3-r1.ebuild
17 deleted file mode 100644
18 index f11a7b1e8df..00000000000
19 --- a/dev-php/pecl-zmq/pecl-zmq-1.1.3-r1.ebuild
20 +++ /dev/null
21 @@ -1,23 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -USE_PHP="php5-6 php7-0 php7-1 php7-2"
28 -
29 -inherit php-ext-pecl-r3
30 -
31 -KEYWORDS="~amd64 ~x86"
32 -
33 -DESCRIPTION="PHP Bindings for ZeroMQ messaging"
34 -LICENSE="BSD"
35 -SLOT="0"
36 -IUSE="czmq"
37 -
38 -RDEPEND="net-libs/zeromq czmq? ( <net-libs/czmq-3 )"
39 -DEPEND="${RDEPEND} virtual/pkgconfig"
40 -
41 -src_configure() {
42 - local PHP_EXT_ECONF_ARGS=( $(use_with czmq) )
43 - php-ext-source-r3_src_configure
44 -}