summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@gentoo.org>2006-02-28 09:09:41 +0000
committerSebastian Bergmann <sebastian@gentoo.org>2006-02-28 09:09:41 +0000
commite7ea3afb77fc4c040b2163d71d105e04b73e5e72 (patch)
tree175be727eab161c47cdcafdb49b7ad0d12818568 /dev-php/PEAR-XML_Beautifier
parent* stable on x86 (diff)
downloadgentoo-2-e7ea3afb77fc4c040b2163d71d105e04b73e5e72.tar.gz
gentoo-2-e7ea3afb77fc4c040b2163d71d105e04b73e5e72.tar.bz2
gentoo-2-e7ea3afb77fc4c040b2163d71d105e04b73e5e72.zip
Various PEAR package updates/fixes.
(Portage version: 2.1_pre5)
Diffstat (limited to 'dev-php/PEAR-XML_Beautifier')
-rw-r--r--dev-php/PEAR-XML_Beautifier/ChangeLog6
-rw-r--r--dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1-r1.ebuild4
-rw-r--r--dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1.ebuild6
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"