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-zmq/
Date: Thu, 22 Mar 2018 01:29:45
Message-Id: 1521682095.ebbbb47970f462679b12296b4214782b5e900eb8.grknight@gentoo
1 commit: ebbbb47970f462679b12296b4214782b5e900eb8
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 13 00:33:36 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 22 01:28:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebbbb479
7
8 dev-php/pecl-zmq: Remove src_unpack as changes to eclass make it obsolete
9
10 dev-php/pecl-zmq/pecl-zmq-9999.ebuild | 7 +------
11 1 file changed, 1 insertion(+), 6 deletions(-)
12
13 diff --git a/dev-php/pecl-zmq/pecl-zmq-9999.ebuild b/dev-php/pecl-zmq/pecl-zmq-9999.ebuild
14 index 9e61585d5f6..3cf1f7076c2 100644
15 --- a/dev-php/pecl-zmq/pecl-zmq-9999.ebuild
16 +++ b/dev-php/pecl-zmq/pecl-zmq-9999.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 @@ -20,11 +20,6 @@ SRC_URI=""
24 EGIT_REPO_URI="https://github.com/mkoppanen/php-zmq.git"
25 EGIT_CHECKOUT_DIR="${PHP_EXT_S}"
26
27 -src_unpack() {
28 - git-r3_src_unpack
29 - php-ext-source-r3_src_unpack
30 -}
31 -
32 src_configure() {
33 local PHP_EXT_ECONF_ARGS=( $(use_with czmq) )
34 php-ext-source-r3_src_configure