Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Archive_Tar/
Date: Mon, 11 Jul 2016 23:01:58
Message-Id: 1468278051.447c7bc0e20f6e1893817f9a39b5a3c5a75aaf73.mjo@gentoo
1 commit: 447c7bc0e20f6e1893817f9a39b5a3c5a75aaf73
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 11 23:00:34 2016 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 11 23:00:51 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=447c7bc0
7
8 dev-php/PEAR-Archive_Tar: new revision dropping php[posix] USE dependency.
9
10 These days, upstream is checking for the existence of the posix_*
11 functions before trying to use them. Thus we no longer need to require
12 dev-lang/php[posix] at runtime.
13
14 Gentoo-Bug: 573810
15
16 Package-Manager: portage-2.2.28
17
18 ...PEAR-Archive_Tar-1.4.2.ebuild => PEAR-Archive_Tar-1.4.2-r1.ebuild} | 4 ++--
19 1 file changed, 2 insertions(+), 2 deletions(-)
20
21 diff --git a/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.2.ebuild b/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.2-r1.ebuild
22 similarity index 87%
23 rename from dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.2.ebuild
24 rename to dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.2-r1.ebuild
25 index 4b5b816..d0d4b20 100644
26 --- a/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.2.ebuild
27 +++ b/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.2-r1.ebuild
28 @@ -14,10 +14,10 @@ SLOT="0"
29 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
30 IUSE=""
31 SRC_URI="http://pear.php.net/get/${MY_P}.tgz"
32 -DEPEND=">=dev-lang/php-5.4:*[pcre(+)]
33 +DEPEND="dev-lang/php:*[pcre(+)]
34 >=dev-php/PEAR-PEAR-1.9.0
35 "
36 -RDEPEND=">=dev-lang/php-5.4:*[bzip2,posix,zlib]
37 +RDEPEND="dev-lang/php:*[bzip2,zlib]
38 ${DEPEND}"
39 PDEPEND="dev-php/pear"
40 HOMEPAGE="http://pear.php.net/package/Archive_Tar"