projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34dc926
)
dev-php/twig: Remove src_unpack as changes to eclass make it obsolete
author
Brian Evans
<grknight@gentoo.org>
Tue, 13 Mar 2018 00:31:23 +0000
(20:31 -0400)
committer
Brian Evans
<grknight@gentoo.org>
Thu, 22 Mar 2018 01:28:14 +0000
(21:28 -0400)
dev-php/twig/twig-1.31.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-php/twig/twig-1.31.0.ebuild
b/dev-php/twig/twig-1.31.0.ebuild
index e62d3486a732d87e3dc38bb21ca3e4acb9fcdb4e..7e678f068e6bdea2f800d6caad546f15f6ff723c 100644
(file)
--- 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