diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-03-09 06:47:59 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-03-09 06:47:59 +0000 |
commit | 5059d70e39933335fc1ae6939c5913d3d368fa51 (patch) | |
tree | 38d6ac2a94ab9c548c82c566ce0a1e2b24267aba /dev-php/PEAR-XML_Parser | |
parent | gnome-2.10 release (diff) | |
download | historical-5059d70e39933335fc1ae6939c5913d3d368fa51.tar.gz historical-5059d70e39933335fc1ae6939c5913d3d368fa51.tar.bz2 historical-5059d70e39933335fc1ae6939c5913d3d368fa51.zip |
This package was previously bundled with www-apps/horde-pear. Mark unstable for ARCHes that www-apps/horde-pear-r2 is marked stable for.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-php/PEAR-XML_Parser')
-rw-r--r-- | dev-php/PEAR-XML_Parser/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.2.4.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-php/PEAR-XML_Parser/ChangeLog b/dev-php/PEAR-XML_Parser/ChangeLog index fae63f50e0ac..45c93900e351 100644 --- a/dev-php/PEAR-XML_Parser/ChangeLog +++ b/dev-php/PEAR-XML_Parser/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-XML_Parser # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Parser/ChangeLog,v 1.2 2005/02/19 07:23:41 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Parser/ChangeLog,v 1.3 2005/03/09 06:46:09 sebastian Exp $ + + 09 Mar 2005; Sebastian Bergmann <sebastian@gentoo.org> + PEAR-XML_Parser-1.2.4.ebuild: + This package was previously bundled with www-apps/horde-pear. Mark unstable + for ARCHes that www-apps/horde-pear-r2 is marked stable for. 19 Feb 2005; Sebastian Bergmann <sebastian@gentoo.org> PEAR-XML_Parser-1.2.4.ebuild: diff --git a/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.2.4.ebuild b/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.2.4.ebuild index 7b8fe96abd5d..9a8efe28c5bd 100644 --- a/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.2.4.ebuild +++ b/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.2.4.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.2.4.ebuild,v 1.2 2005/02/19 07:23:41 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.2.4.ebuild,v 1.3 2005/03/09 06:46:09 sebastian Exp $ inherit php-pear DESCRIPTION="XML parsing class based on PHP's SAX parser." LICENSE="PHP" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64" IUSE="" RDEPEND="dev-php/PEAR-PEAR" |