diff options
author | Matti Bickel <mabi@gentoo.org> | 2012-06-10 11:41:20 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2012-06-10 11:41:20 +0000 |
commit | 0ef4864f685395f29e1c43fc89f0b015f8386cad (patch) | |
tree | 520b131124d7c1729b7c3af534fc3bf5b1f2da8c /dev-php/PEAR-Translation2 | |
parent | reorder public functions (diff) | |
download | historical-0ef4864f685395f29e1c43fc89f0b015f8386cad.tar.gz historical-0ef4864f685395f29e1c43fc89f0b015f8386cad.tar.bz2 historical-0ef4864f685395f29e1c43fc89f0b015f8386cad.zip |
remove old
Package-Manager: portage-2.2.0_alpha110/cvs/Linux x86_64
Diffstat (limited to 'dev-php/PEAR-Translation2')
-rw-r--r-- | dev-php/PEAR-Translation2/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Translation2/PEAR-Translation2-2.0.0_rc3.ebuild | 24 |
2 files changed, 5 insertions, 25 deletions
diff --git a/dev-php/PEAR-Translation2/ChangeLog b/dev-php/PEAR-Translation2/ChangeLog index 468ddf8c70a3..2af26391ce9a 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Translation2/ChangeLog,v 1.32 2012/02/09 01:24:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Translation2/ChangeLog,v 1.33 2012/06/10 11:40:14 mabi Exp $ + + 10 Jun 2012; Matti Bickel <mabi@gentoo.org> + -PEAR-Translation2-2.0.0_rc3.ebuild: + remove old 09 Feb 2012; Jeroen Roovers <jer@gentoo.org> PEAR-Translation2-2.0.4.ebuild: Stable for HPPA (bug #399359). diff --git a/dev-php/PEAR-Translation2/PEAR-Translation2-2.0.0_rc3.ebuild b/dev-php/PEAR-Translation2/PEAR-Translation2-2.0.0_rc3.ebuild deleted file mode 100644 index 5e136888ce9d..000000000000 --- a/dev-php/PEAR-Translation2/PEAR-Translation2-2.0.0_rc3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2008 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_rc3.ebuild,v 1.7 2008/03/29 00:22:02 maekke Exp $ - -inherit php-pear-r1 depend.php eutils - -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 -} |