summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2018-03-12 20:36:41 -0400
committerBrian Evans <grknight@gentoo.org>2018-03-21 21:28:15 -0400
commit4cba844e90bae362be4f1b46230fe5ac779c090f (patch)
tree6cfee6efcc8dbd9aa7fb3177abf0d3fb59cadd46 /dev-php/maxmind-db-reader
parentdev-php/pecl-ssh2: Remove src_unpack as changes to eclass make it obsolete (diff)
downloadgentoo-4cba844e90bae362be4f1b46230fe5ac779c090f.tar.gz
gentoo-4cba844e90bae362be4f1b46230fe5ac779c090f.tar.bz2
gentoo-4cba844e90bae362be4f1b46230fe5ac779c090f.zip
dev-php/maxmind-db-reader: Remove src_unpack as changes to eclass make it obsolete
Diffstat (limited to 'dev-php/maxmind-db-reader')
-rw-r--r--dev-php/maxmind-db-reader/maxmind-db-reader-1.2.0.ebuild11
1 files changed, 1 insertions, 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 6d5d40ddc9c6..344af7938327 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