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 | |
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')
-rw-r--r-- | dev-php/PEAR-Translation2/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Translation2/PEAR-Translation2-2.0.0_rc3.ebuild | 24 | ||||
-rw-r--r-- | dev-php/PEAR-XML_Serializer/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.18.0.ebuild | 19 |
4 files changed, 10 insertions, 45 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 -} diff --git a/dev-php/PEAR-XML_Serializer/ChangeLog b/dev-php/PEAR-XML_Serializer/ChangeLog index f9f6b96c681a..460f7b02a87d 100644 --- a/dev-php/PEAR-XML_Serializer/ChangeLog +++ b/dev-php/PEAR-XML_Serializer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-XML_Serializer # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Serializer/ChangeLog,v 1.36 2012/02/09 01:25:37 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Serializer/ChangeLog,v 1.37 2012/06/10 11:41:20 mabi Exp $ + + 10 Jun 2012; Matti Bickel <mabi@gentoo.org> + -PEAR-XML_Serializer-0.18.0.ebuild: + remove old 09 Feb 2012; Jeroen Roovers <jer@gentoo.org> PEAR-XML_Serializer-0.20.2.ebuild: diff --git a/dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.18.0.ebuild b/dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.18.0.ebuild deleted file mode 100644 index 3ef958981b5f..000000000000 --- a/dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.18.0.ebuild +++ /dev/null @@ -1,19 +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-XML_Serializer/PEAR-XML_Serializer-0.18.0.ebuild,v 1.17 2007/12/06 00:58:49 jokey Exp $ - -inherit php-pear-r1 depend.php - -DESCRIPTION="Swiss-army knife for reading and writing XML files" - -LICENSE="PHP-3" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" -IUSE="" - -RDEPEND=">=dev-php/PEAR-XML_Parser-1.2.7 - >=dev-php/PEAR-XML_Util-1.1.1-r1" - -pkg_setup() { - require_php_with_use xml -} |