diff options
author | Matti Bickel <mabi@gentoo.org> | 2010-06-21 16:35:01 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2010-06-21 16:35:01 +0000 |
commit | ee868b7277f7e8de13251fe22e33c759f1ad9cfe (patch) | |
tree | 55800634cfb4c09aaa35403569f4aafe3c34fe3e /dev-php/PEAR-PEAR_Info | |
parent | eapi bump (diff) | |
download | gentoo-2-ee868b7277f7e8de13251fe22e33c759f1ad9cfe.tar.gz gentoo-2-ee868b7277f7e8de13251fe22e33c759f1ad9cfe.tar.bz2 gentoo-2-ee868b7277f7e8de13251fe22e33c759f1ad9cfe.zip |
remove old
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-PEAR_Info')
-rw-r--r-- | dev-php/PEAR-PEAR_Info/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-PEAR_Info/PEAR-PEAR_Info-1.7.1.ebuild | 13 | ||||
-rw-r--r-- | dev-php/PEAR-PEAR_Info/PEAR-PEAR_Info-1.9.2.ebuild | 20 |
3 files changed, 5 insertions, 34 deletions
diff --git a/dev-php/PEAR-PEAR_Info/ChangeLog b/dev-php/PEAR-PEAR_Info/ChangeLog index 4a7edd4ded8e..5895d4f77250 100644 --- a/dev-php/PEAR-PEAR_Info/ChangeLog +++ b/dev-php/PEAR-PEAR_Info/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-PEAR_Info # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_Info/ChangeLog,v 1.40 2010/06/21 16:33:35 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_Info/ChangeLog,v 1.41 2010/06/21 16:35:01 mabi Exp $ + + 21 Jun 2010; <mabi@gentoo.org> -PEAR-PEAR_Info-1.7.1.ebuild, + -PEAR-PEAR_Info-1.9.2.ebuild: + remove old *PEAR-PEAR_Info-1.9.2-r1 (21 Jun 2010) diff --git a/dev-php/PEAR-PEAR_Info/PEAR-PEAR_Info-1.7.1.ebuild b/dev-php/PEAR-PEAR_Info/PEAR-PEAR_Info-1.7.1.ebuild deleted file mode 100644 index 351663eee2c9..000000000000 --- a/dev-php/PEAR-PEAR_Info/PEAR-PEAR_Info-1.7.1.ebuild +++ /dev/null @@ -1,13 +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-PEAR_Info/PEAR-PEAR_Info-1.7.1.ebuild,v 1.2 2010/05/29 17:49:57 armin76 Exp $ - -inherit php-pear-r1 - -DESCRIPTION="Show Information about your PEAR install and its packages" -LICENSE="PHP-3.01" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86" -IUSE="minimal" - -RDEPEND="!minimal? ( >=dev-php5/phpunit-3.1.4 )" diff --git a/dev-php/PEAR-PEAR_Info/PEAR-PEAR_Info-1.9.2.ebuild b/dev-php/PEAR-PEAR_Info/PEAR-PEAR_Info-1.9.2.ebuild deleted file mode 100644 index b1f5d3b50b23..000000000000 --- a/dev-php/PEAR-PEAR_Info/PEAR-PEAR_Info-1.9.2.ebuild +++ /dev/null @@ -1,20 +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-PEAR_Info/PEAR-PEAR_Info-1.9.2.ebuild,v 1.2 2010/05/29 17:49:57 armin76 Exp $ - -inherit php-pear-r1 depend.php - -DESCRIPTION="Show Information about your PEAR install and its packages" -LICENSE="PHP-3.01" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86" -IUSE="minimal" - -DEPEND="dev-php/PEAR-Console_Getargs" -RDEPEND="!minimal? ( >=dev-php5/phpunit-3.1.4 )" - -pkg_setup() { - has_php - - require_php_with_use pcre -} |