diff options
author | Matti Bickel <mabi@gentoo.org> | 2012-06-09 14:45:24 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2012-06-09 14:45:24 +0000 |
commit | 21572512a203bdf33b41fac01ee2f0c9343140b9 (patch) | |
tree | d2093154d49b53b389a4b5df0e5742f720eeeb41 /dev-php/PEAR-Console_Getopt | |
parent | app-arch/p7zip: Drop -O -pipe from buildsystem, add -- to emake so that -l do... (diff) | |
download | historical-21572512a203bdf33b41fac01ee2f0c9343140b9.tar.gz historical-21572512a203bdf33b41fac01ee2f0c9343140b9.tar.bz2 historical-21572512a203bdf33b41fac01ee2f0c9343140b9.zip |
remove old
Package-Manager: portage-2.2.0_alpha110/cvs/Linux x86_64
Diffstat (limited to 'dev-php/PEAR-Console_Getopt')
-rw-r--r-- | dev-php/PEAR-Console_Getopt/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.3-r1.ebuild | 27 | ||||
-rw-r--r-- | dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.3.ebuild | 30 |
3 files changed, 5 insertions, 58 deletions
diff --git a/dev-php/PEAR-Console_Getopt/ChangeLog b/dev-php/PEAR-Console_Getopt/ChangeLog index b70b3d401cb3..8037ca73981e 100644 --- a/dev-php/PEAR-Console_Getopt/ChangeLog +++ b/dev-php/PEAR-Console_Getopt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Console_Getopt # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v 1.37 2012/02/09 01:22:35 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v 1.38 2012/06/09 14:40:52 mabi Exp $ + + 09 Jun 2012; Matti Bickel <mabi@gentoo.org> + -PEAR-Console_Getopt-1.2.3-r1.ebuild, -PEAR-Console_Getopt-1.2.3.ebuild: + remove old 09 Feb 2012; Jeroen Roovers <jer@gentoo.org> PEAR-Console_Getopt-1.3.1.ebuild: diff --git a/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.3-r1.ebuild b/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.3-r1.ebuild deleted file mode 100644 index 4b0d94a2b34d..000000000000 --- a/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.3-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.3-r1.ebuild,v 1.6 2011/01/10 18:12:25 xarthisius Exp $ - -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" -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.2.3.ebuild b/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.3.ebuild deleted file mode 100644 index 7f98c70dbf24..000000000000 --- a/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.3.ebuild,v 1.7 2010/10/01 01:01:18 ranger Exp $ - -MY_PN="${PN/PEAR-/}" -MY_P="${MY_PN}-${PV}" - -inherit depend.php - -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-php/PEAR-PEAR-1.8.1" -PDEPEND="dev-php/pear" -HOMEPAGE="http://pear.php.net/package/Console_Getopt" - -S="${WORKDIR}/${MY_P}" - -pkg_setup() { - require_php_with_use pcre -} - -src_install() { - insinto /usr/share/php/ - doins -r Console -} |