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/maxmind-db-reader/
Date: Thu, 22 Mar 2018 01:29:45
Message-Id: 1521682095.4cba844e90bae362be4f1b46230fe5ac779c090f.grknight@gentoo
1 commit: 4cba844e90bae362be4f1b46230fe5ac779c090f
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 13 00:36:41 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=4cba844e
7
8 dev-php/maxmind-db-reader: Remove src_unpack as changes to eclass make it obsolete
9
10 dev-php/maxmind-db-reader/maxmind-db-reader-1.2.0.ebuild | 11 +----------
11 1 file changed, 1 insertion(+), 10 deletions(-)
12
13 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
14 index 6d5d40ddc9c..344af793832 100644
15 --- a/dev-php/maxmind-db-reader/maxmind-db-reader-1.2.0.ebuild
16 +++ b/dev-php/maxmind-db-reader/maxmind-db-reader-1.2.0.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 @@ -28,15 +28,6 @@ DEPEND="${COMMON_DEPEND}"
24 RDEPEND="${COMMON_DEPEND}
25 dev-php/fedora-autoloader"
26
27 -src_unpack() {
28 - # Don't make copies of the source tree if they won't be used.
29 - if use extension; then
30 - php-ext-source-r3_src_unpack
31 - else
32 - default
33 - fi
34 -}
35 -
36 src_prepare(){
37 # We need to call eapply_user ourselves, because it may be skipped
38 # if either the "extension" USE flag is not set, or if the user's