diff options
author | 2006-02-28 09:09:41 +0000 | |
---|---|---|
committer | 2006-02-28 09:09:41 +0000 | |
commit | 16789cebcf05f3fe41a760f1811c797fd7408f8c (patch) | |
tree | ef02cf67bceff876c0c02dac538f2dbde4a73697 /dev-php/PEAR-XML_Beautifier | |
parent | * stable on x86 (diff) | |
download | historical-16789cebcf05f3fe41a760f1811c797fd7408f8c.tar.gz historical-16789cebcf05f3fe41a760f1811c797fd7408f8c.tar.bz2 historical-16789cebcf05f3fe41a760f1811c797fd7408f8c.zip |
Various PEAR package updates/fixes.
Package-Manager: portage-2.1_pre5
Diffstat (limited to 'dev-php/PEAR-XML_Beautifier')
-rw-r--r-- | dev-php/PEAR-XML_Beautifier/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1.ebuild | 6 |
3 files changed, 12 insertions, 4 deletions
diff --git a/dev-php/PEAR-XML_Beautifier/ChangeLog b/dev-php/PEAR-XML_Beautifier/ChangeLog index b468df183746..3fc82f123cf7 100644 --- a/dev-php/PEAR-XML_Beautifier/ChangeLog +++ b/dev-php/PEAR-XML_Beautifier/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-XML_Beautifier # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Beautifier/ChangeLog,v 1.19 2006/02/17 22:10:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Beautifier/ChangeLog,v 1.20 2006/02/28 09:09:41 sebastian Exp $ + + 28 Feb 2006; Sebastian Bergmann <sebastian@gentoo.org> + PEAR-XML_Beautifier-1.1.ebuild, PEAR-XML_Beautifier-1.1-r1.ebuild: + Fix RDEPEND. 17 Feb 2006; Aron Griffis <agriffis@gentoo.org> PEAR-XML_Beautifier-1.1-r1.ebuild: diff --git a/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1-r1.ebuild b/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1-r1.ebuild index 50aa660ecb9b..fe572a3521d3 100644 --- a/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1-r1.ebuild +++ b/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1-r1.ebuild,v 1.13 2006/02/17 22:10:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1-r1.ebuild,v 1.14 2006/02/28 09:09:41 sebastian Exp $ inherit php-pear-r1 @@ -9,3 +9,5 @@ LICENSE="PHP" SLOT="0" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" +RDEPEND="dev-php/PEAR-XML_Util + dev-php/PEAR-XML_Parser" diff --git a/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1.ebuild b/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1.ebuild index cd38da74d622..a9d9c402e961 100644 --- a/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1.ebuild +++ b/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1.ebuild,v 1.8 2004/11/07 04:04:07 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1.ebuild,v 1.9 2006/02/28 09:09:41 sebastian Exp $ inherit php-pear @@ -9,3 +9,5 @@ LICENSE="PHP" SLOT="0" KEYWORDS="x86 ppc ia64 sparc" IUSE="" +RDEPEND="dev-php/PEAR-XML_Util + dev-php/PEAR-XML_Parser" |