From fa7b8edae65d012d9ee4ddc6e3c10b9cd7fa9262 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Mon, 12 Mar 2018 20:36:41 -0400 Subject: [PATCH 6/7] dev-php/maxmind-db-reader: Remove src_unpack as changes to eclass make it obsolete --- dev-php/maxmind-db-reader/maxmind-db-reader-1.2.0.ebuild | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/dev-php/maxmind-db-reader/maxmind-db-reader-1.2.0.ebuild b/dev-php/maxmind-db-reader/maxmind-db-reader-1.2.0.ebuild index 6d5d40ddc9c..344af793832 100644 --- a/dev-php/maxmind-db-reader/maxmind-db-reader-1.2.0.ebuild +++ b/dev-php/maxmind-db-reader/maxmind-db-reader-1.2.0.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 @@ -28,15 +28,6 @@ DEPEND="${COMMON_DEPEND}" RDEPEND="${COMMON_DEPEND} dev-php/fedora-autoloader" -src_unpack() { - # Don't make copies of the source tree if they won't be used. - if use extension; then - php-ext-source-r3_src_unpack - else - default - fi -} - src_prepare(){ # We need to call eapply_user ourselves, because it may be skipped # if either the "extension" USE flag is not set, or if the user's -- 2.16.1