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-Console_CommandLine/
Date: Sat, 04 Mar 2017 01:38:05
Message-Id: 1488591416.c1570efc731a492631edfa177092cd5686bdd32b.mjo@gentoo
1 commit: c1570efc731a492631edfa177092cd5686bdd32b
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 4 01:36:56 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 4 01:36:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1570efc
7
8 dev-php/PEAR-Console_CommandLine: remove unused versions 1.2.0 and 1.2.1.
9
10 Gentoo-Bug: 611164
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 dev-php/PEAR-Console_CommandLine/Manifest | 2 --
15 .../PEAR-Console_CommandLine-1.2.0.ebuild | 21 ---------------------
16 .../PEAR-Console_CommandLine-1.2.1.ebuild | 21 ---------------------
17 3 files changed, 44 deletions(-)
18
19 diff --git a/dev-php/PEAR-Console_CommandLine/Manifest b/dev-php/PEAR-Console_CommandLine/Manifest
20 index fe2cd36f34e..705715f3ef9 100644
21 --- a/dev-php/PEAR-Console_CommandLine/Manifest
22 +++ b/dev-php/PEAR-Console_CommandLine/Manifest
23 @@ -1,3 +1 @@
24 -DIST Console_CommandLine-1.2.0.tgz 39740 SHA256 18f2cbed4ab2af1c5423e5f24bc1689f4d789b1bb36dde2e0c4d198d7c71c17e SHA512 398955e43d95f5c2bf7ec61b17e0b87db6967010a3f3489131588bbcca3fb9d188829c7e54dd06197df21e4ee5e10c5f50b28df20bdf6690d89722c409060c24 WHIRLPOOL 6e3d9c133b3d2a878e1806d49294199ee0015e4efe40169ce041b7ae1571fc58eaef5abb9dfdf03957f16a2664ecf2a08db951716419f234db9e3339767185a2
25 -DIST Console_CommandLine-1.2.1.tgz 40662 SHA256 a436c55d12c90125d2e69becb125d327f38d5fc6a75c93501213b2bc83956837 SHA512 7ba1ef74c9afc75be26c313fcbf3420bcfb5bfa553be54a88a8e13ef455a51e8f8ee749113bfbd59bd0e4b1a27142d743293bebcf2606b120fa18737f30b1d2e WHIRLPOOL 05f011da7cd4384d0bd4bdbda23cd138b243a7acf95ab5b8764adf2d22192638066ec26af436a256cc0fba8e5e44a484c7b023017e62b59874d20249c1a67761
26 DIST Console_CommandLine-1.2.2.tgz 40705 SHA256 38d677e321c33bbf179cc9e4ec7840b63fef70531f1ce797fb09b50bcc94a417 SHA512 05dbde123d0d4fdbba2a959f4bea3b115e3629060a268d25a3007c2ee5a3530b8ebbd8c7d124a6c9d012cafa19f41690a888943a6c1e2e5ec1b9d83fa821d603 WHIRLPOOL fd7651e46528506a87b10e7838be6663a82c40e63803993a33bac0ac165c45d0444b1a26a3c269f514db024d14ebfeb6188c4b4c3fc8f24b974244bd357c07e7
27
28 diff --git a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.0.ebuild b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.0.ebuild
29 deleted file mode 100644
30 index 10102f26010..00000000000
31 --- a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.0.ebuild
32 +++ /dev/null
33 @@ -1,21 +0,0 @@
34 -# Copyright 1999-2015 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI="4"
38 -inherit php-pear-r1
39 -
40 -DESCRIPTION="A full featured command line options and arguments parser"
41 -
42 -LICENSE="MIT"
43 -SLOT="0"
44 -KEYWORDS="amd64 x86"
45 -IUSE=""
46 -DEPEND=">=dev-php/pear-1.4"
47 -
48 -RDEPEND="${DEPEND}"
49 -
50 -src_install() {
51 - php-pear-r1_src_install
52 - rm -r "${D}"/usr/share/php/tests
53 - rm -r "${D}"/usr/share/php/docs
54 -}
55
56 diff --git a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.1.ebuild b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.1.ebuild
57 deleted file mode 100644
58 index db9ea053997..00000000000
59 --- a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.1.ebuild
60 +++ /dev/null
61 @@ -1,21 +0,0 @@
62 -# Copyright 1999-2016 Gentoo Foundation
63 -# Distributed under the terms of the GNU General Public License v2
64 -
65 -EAPI="6"
66 -inherit php-pear-r1
67 -
68 -DESCRIPTION="A full featured command line options and arguments parser"
69 -
70 -LICENSE="MIT"
71 -SLOT="0"
72 -KEYWORDS="~amd64 arm ~x86"
73 -IUSE=""
74 -DEPEND=">=dev-php/pear-1.4"
75 -
76 -RDEPEND="${DEPEND}"
77 -
78 -src_install() {
79 - php-pear-r1_src_install
80 - rm -r "${D}"/usr/share/php/tests || die
81 - rm -r "${D}"/usr/share/php/docs || die
82 -}