commit: 5bf524680497415e22851264b8847e0db8039e7d
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 13 00:31:23 2018 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Mar 22 01:28:14 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bf52468
dev-php/twig: Remove src_unpack as changes to eclass make it obsolete
dev-php/twig/twig-1.31.0.ebuild | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/dev-php/twig/twig-1.31.0.ebuild b/dev-php/twig/twig-1.31.0.ebuild
index e62d3486a73..7e678f068e6 100644
--- a/dev-php/twig/twig-1.31.0.ebuild
+++ b/dev-php/twig/twig-1.31.0.ebuild
@@ -27,15 +27,6 @@ DEPEND="test? ( dev-php/phpunit )"
# requires *specific* versions.
RDEPEND="dev-lang/php"
-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