diff options
author | Matti Bickel <mabi@gentoo.org> | 2012-01-19 10:05:38 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2012-01-19 10:05:38 +0000 |
commit | bc9c229ef91b3c33761042b6dc3103ad53910466 (patch) | |
tree | 06369a8c3b14233158cbaa6089bcf7d294505c74 /dev-php/PEAR-Translation2 | |
parent | remove old (diff) | |
download | historical-bc9c229ef91b3c33761042b6dc3103ad53910466.tar.gz historical-bc9c229ef91b3c33761042b6dc3103ad53910466.tar.bz2 historical-bc9c229ef91b3c33761042b6dc3103ad53910466.zip |
remove old
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'dev-php/PEAR-Translation2')
-rw-r--r-- | dev-php/PEAR-Translation2/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-Translation2/PEAR-Translation2-2.0.0_rc1.ebuild | 24 |
2 files changed, 6 insertions, 26 deletions
diff --git a/dev-php/PEAR-Translation2/ChangeLog b/dev-php/PEAR-Translation2/ChangeLog index 86039a80f168..a46c71ecadad 100644 --- a/dev-php/PEAR-Translation2/ChangeLog +++ b/dev-php/PEAR-Translation2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Translation2 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Translation2/ChangeLog,v 1.26 2011/03/26 10:44:00 olemarkus Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Translation2/ChangeLog,v 1.27 2012/01/19 09:59:44 mabi Exp $ + + 19 Jan 2012; Matti Bickel <mabi@gentoo.org> + -PEAR-Translation2-2.0.0_rc1.ebuild: + remove old *PEAR-Translation2-2.0.4 (26 Mar 2011) diff --git a/dev-php/PEAR-Translation2/PEAR-Translation2-2.0.0_rc1.ebuild b/dev-php/PEAR-Translation2/PEAR-Translation2-2.0.0_rc1.ebuild deleted file mode 100644 index 62fb6f41103e..000000000000 --- a/dev-php/PEAR-Translation2/PEAR-Translation2-2.0.0_rc1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Translation2/PEAR-Translation2-2.0.0_rc1.ebuild,v 1.8 2007/10/22 18:34:49 armin76 Exp $ - -inherit php-pear-r1 depend.php - -DESCRIPTION="Class for multilingual applications management." -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" -IUSE="minimal" - -RDEPEND="!minimal? ( dev-php/PEAR-Cache_Lite - dev-php/PEAR-DB - dev-php/PEAR-DB_DataObject - dev-php/PEAR-MDB - dev-php/PEAR-MDB2 - dev-php/PEAR-File_Gettext - >=dev-php/PEAR-I18Nv2-0.9.1 - >=dev-php/PEAR-XML_Serializer-0.13.0 )" - -pkg_setup() { - require_php_with_use nls -} |