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/twig/
Date: Thu, 22 Mar 2018 01:29:44
Message-Id: 1521682094.5bf524680497415e22851264b8847e0db8039e7d.grknight@gentoo
1 commit: 5bf524680497415e22851264b8847e0db8039e7d
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 13 00:31:23 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 22 01:28:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bf52468
7
8 dev-php/twig: Remove src_unpack as changes to eclass make it obsolete
9
10 dev-php/twig/twig-1.31.0.ebuild | 9 ---------
11 1 file changed, 9 deletions(-)
12
13 diff --git a/dev-php/twig/twig-1.31.0.ebuild b/dev-php/twig/twig-1.31.0.ebuild
14 index e62d3486a73..7e678f068e6 100644
15 --- a/dev-php/twig/twig-1.31.0.ebuild
16 +++ b/dev-php/twig/twig-1.31.0.ebuild
17 @@ -27,15 +27,6 @@ DEPEND="test? ( dev-php/phpunit )"
18 # requires *specific* versions.
19 RDEPEND="dev-lang/php"
20
21 -src_unpack() {
22 - # Don't make copies of the source tree if they won't be used.
23 - if use extension; then
24 - php-ext-source-r3_src_unpack
25 - else
26 - default
27 - fi
28 -}
29 -
30 src_prepare(){
31 # We need to call eapply_user ourselves, because it may be skipped
32 # if either the "extension" USE flag is not set, or if the user's