From 53c68d3214ead07f01b7ca743b641ac50603b0b4 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Mon, 12 Mar 2018 20:33:36 -0400 Subject: [PATCH 4/7] dev-php/pecl-zmq: Remove src_unpack as changes to eclass make it obsolete --- dev-php/pecl-zmq/pecl-zmq-9999.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dev-php/pecl-zmq/pecl-zmq-9999.ebuild b/dev-php/pecl-zmq/pecl-zmq-9999.ebuild index 9e61585d5f6..3cf1f7076c2 100644 --- a/dev-php/pecl-zmq/pecl-zmq-9999.ebuild +++ b/dev-php/pecl-zmq/pecl-zmq-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,11 +20,6 @@ SRC_URI="" EGIT_REPO_URI="https://github.com/mkoppanen/php-zmq.git" EGIT_CHECKOUT_DIR="${PHP_EXT_S}" -src_unpack() { - git-r3_src_unpack - php-ext-source-r3_src_unpack -} - src_configure() { local PHP_EXT_ECONF_ARGS=( $(use_with czmq) ) php-ext-source-r3_src_configure -- 2.16.1