summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2008-03-17 12:51:13 +0000
committerMarkus Ullmann <jokey@gentoo.org>2008-03-17 12:51:13 +0000
commit7cbb3394046a9b7969f0c0746578793b2ff2b375 (patch)
tree8cf2b21142eab51f892fb79bc37219a4b9eb8856 /dev-php/PEAR-PEAR_PackageFileManager
parentInitial import from project overlay (diff)
downloadhistorical-7cbb3394046a9b7969f0c0746578793b2ff2b375.tar.gz
historical-7cbb3394046a9b7969f0c0746578793b2ff2b375.tar.bz2
historical-7cbb3394046a9b7969f0c0746578793b2ff2b375.zip
Version bump from project overlay
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-php/PEAR-PEAR_PackageFileManager')
-rw-r--r--dev-php/PEAR-PEAR_PackageFileManager/ChangeLog11
-rw-r--r--dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.6.3.ebuild10
2 files changed, 16 insertions, 5 deletions
diff --git a/dev-php/PEAR-PEAR_PackageFileManager/ChangeLog b/dev-php/PEAR-PEAR_PackageFileManager/ChangeLog
index a0a30d5c0e59..2f6b52fba8bf 100644
--- a/dev-php/PEAR-PEAR_PackageFileManager/ChangeLog
+++ b/dev-php/PEAR-PEAR_PackageFileManager/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-php/PEAR-PEAR_PackageFileManager
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_PackageFileManager/ChangeLog,v 1.4 2007/12/06 00:48:05 jokey Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_PackageFileManager/ChangeLog,v 1.5 2008/03/17 12:49:06 jokey Exp $
+
+ 17 Mar 2008; <jokey@gentoo.org> PEAR-PEAR_PackageFileManager-1.6.3.ebuild:
+ Version bump from project overlay
+
+ 07 Mar 2008; Jakub Moc <jakub@gentoo.org>
+ PEAR-PEAR_PackageFileManager-1.6.3.ebuild:
+ Check for simplexml support in PHP wrt bug #209515 and PEAR bug #13098
06 Dec 2007; Markus Ullmann <jokey@gentoo.org>
-PEAR-PEAR_PackageFileManager-1.6.1.ebuild,
diff --git a/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.6.3.ebuild b/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.6.3.ebuild
index 0bc32f3cb151..3696510f1a95 100644
--- a/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.6.3.ebuild
+++ b/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.6.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.6.3.ebuild,v 1.2 2007/12/06 00:48:05 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.6.3.ebuild,v 1.3 2008/03/17 12:49:06 jokey Exp $
-inherit php-pear-r1
+inherit php-pear-r1 depend.php
DESCRIPTION="Takes an existing package.xml file and updates it with a new filelist and changelog."
@@ -12,3 +12,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="minimal"
RDEPEND="!minimal? ( >=dev-php/PEAR-PHP_CompatInfo-1.4.0 )"
+
+pkg_setup() {
+ require_php_with_use xml simplexml
+}