commit: db73d42d93485dcb7f93b95e76a2cf21a3160eed
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 12:34:27 2017 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 12:34:27 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db73d42d
dev-php/PEAR-Console_Getopt: remove unused versions.
Package-Manager: portage-2.3.3
dev-php/PEAR-Console_Getopt/Manifest | 2 --
.../PEAR-Console_Getopt-1.3.1.ebuild | 28 ----------------------
.../PEAR-Console_Getopt-1.4.0.ebuild | 28 ----------------------
3 files changed, 58 deletions(-)
diff --git a/dev-php/PEAR-Console_Getopt/Manifest
b/dev-php/PEAR-Console_Getopt/Manifest
index 3c110d12f4..ec236ed6ea 100644
--- a/dev-php/PEAR-Console_Getopt/Manifest
+++ b/dev-php/PEAR-Console_Getopt/Manifest
@@ -1,3 +1 @@
-DIST Console_Getopt-1.3.1.tgz 4471 SHA256
9381ad3f8e48574c38917b55caae2cd20cf152af8e65a31d09931fad829161c4 SHA512
701c2861bcf07c121e573441dec783b4e832b10d439bf807076427cbfa832ebcd80a20c324296e962d7f493e51231f5c54b46fd19e83a431db17f21b7d984876
WHIRLPOOL
a2028ae0ea556ce9821249527c1abccc8757425b67cbc7a842487fc86b09cbd075405a1f7477fae802aa0014a7aa2ddbfbb9ad534f907a81a562e71d5e099903
-DIST Console_Getopt-1.4.0.tgz 4534 SHA256
634a8647ce2b343253c57d77f42361464eebe28a3b4c0a321c6675495da88fab SHA512
1da827cb3740de139ba0721c82dbe374b05fbf7e08e0eecfaa4b53f8d0024be1bbaa737a3c9b7a21ac2779dc4036480d3d6d85f7bd83cb07db0cc234ea193a1c
WHIRLPOOL
f7a36d4898f8c7cc7aff655ebb9a6037eb9cdde03f981ced353fa6e59ddfa6b568f8e56eab14b55ab988408321a4b359353d226f364a42d93ae99c611d8996fe
DIST Console_Getopt-1.4.1.tgz 5580 SHA256
2ac7b7ad616529b9bb891688459e866aacb3190cb81e208cddfe49e5d0fb5616 SHA512
cbf12a72b33424935f019b17ae8fa55289eae77d3845dcfcbbc1c47b71111992d2c0eb837b0f262ce644809c3cc06ad0c2bb04aa1b6ec89a1e3122f327114dbd
WHIRLPOOL
5a5da6e0e977ffd15d69b83ebad079e7fd25d2d38f0cc691dbbe059b92a48fbfdc1169f499aaff045786fb099a993815e5e7c6bc1a41858a7bcf7855696e2fb9
diff --git a/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild
b/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild
deleted file mode 100644
index 34c764a7ed..0000000000
--- a/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-
-MY_PN="${PN/PEAR-/}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Command-line option parser"
-
-LICENSE="PHP-3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
-IUSE=""
-SRC_URI="http://pear.php.net/get/${MY_P}.tgz"
-DEPEND="|| ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )
- >=dev-php/PEAR-PEAR-1.8.1"
-RDEPEND="${DEPEND}"
-PDEPEND="dev-php/pear"
-HOMEPAGE="http://pear.php.net/package/Console_Getopt"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- insinto /usr/share/php/
- doins -r Console
-}
diff --git a/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.4.0.ebuild
b/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.4.0.ebuild
deleted file mode 100644
index d2487e44f0..0000000000
--- a/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.4.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_PN="${PN/PEAR-/}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Command-line option parser"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE=""
-SRC_URI="http://pear.php.net/get/${MY_P}.tgz"
-DEPEND=">=dev-lang/php-5.4:*
- >=dev-php/PEAR-PEAR-1.8.1"
-RDEPEND="${DEPEND}"
-PDEPEND="dev-php/pear"
-HOMEPAGE="http://pear.php.net/package/Console_Getopt"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- insinto /usr/share/php/
- doins -r Console
-}