summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2008-03-03 16:57:44 +0000
committerMarkus Ullmann <jokey@gentoo.org>2008-03-03 16:57:44 +0000
commitd9ed736e14fddef2a9fc4c90fb5fcdb7fc1d9d07 (patch)
treec1837bee078cdb17756d14684a0be2137f4f85b7 /dev-php/PEAR-PEAR_PackageFileManager_Cli
parentVersion bump from project overlay (diff)
downloadgentoo-2-d9ed736e14fddef2a9fc4c90fb5fcdb7fc1d9d07.tar.gz
gentoo-2-d9ed736e14fddef2a9fc4c90fb5fcdb7fc1d9d07.tar.bz2
gentoo-2-d9ed736e14fddef2a9fc4c90fb5fcdb7fc1d9d07.zip
Fix from project overlay
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-php/PEAR-PEAR_PackageFileManager_Cli')
-rw-r--r--dev-php/PEAR-PEAR_PackageFileManager_Cli/ChangeLog13
-rw-r--r--dev-php/PEAR-PEAR_PackageFileManager_Cli/PEAR-PEAR_PackageFileManager_Cli-0.3.0.ebuild6
2 files changed, 14 insertions, 5 deletions
diff --git a/dev-php/PEAR-PEAR_PackageFileManager_Cli/ChangeLog b/dev-php/PEAR-PEAR_PackageFileManager_Cli/ChangeLog
index 921ba1fc4214..82c3fcad6d8b 100644
--- a/dev-php/PEAR-PEAR_PackageFileManager_Cli/ChangeLog
+++ b/dev-php/PEAR-PEAR_PackageFileManager_Cli/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for dev-php/PEAR-PEAR_PackageFileManager_Cli
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_PackageFileManager_Cli/ChangeLog,v 1.2 2007/12/06 00:48:23 jokey Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_PackageFileManager_Cli/ChangeLog,v 1.3 2008/03/03 16:57:44 jokey Exp $
+
+ 03 Mar 2008; Markus Ullmann <jokey@gentoo.org>
+ PEAR-PEAR_PackageFileManager_Cli-0.3.0.ebuild:
+ Fix from project overlay
+
+ 27 Feb 2008; Jakub Moc <jakub@gentoo.org>
+ +PEAR-PEAR_PackageFileManager_Cli-0.3.0.ebuild:
+ Checl for simplexml support in PHP as well wrt bug #209515
+ and PEAR bug #13098
06 Dec 2007; Markus Ullmann <jokey@gentoo.org>
PEAR-PEAR_PackageFileManager_Cli-0.3.0.ebuild:
diff --git a/dev-php/PEAR-PEAR_PackageFileManager_Cli/PEAR-PEAR_PackageFileManager_Cli-0.3.0.ebuild b/dev-php/PEAR-PEAR_PackageFileManager_Cli/PEAR-PEAR_PackageFileManager_Cli-0.3.0.ebuild
index 9b1d45071e96..5bbf9e91cea6 100644
--- a/dev-php/PEAR-PEAR_PackageFileManager_Cli/PEAR-PEAR_PackageFileManager_Cli-0.3.0.ebuild
+++ b/dev-php/PEAR-PEAR_PackageFileManager_Cli/PEAR-PEAR_PackageFileManager_Cli-0.3.0.ebuild
@@ -1,6 +1,6 @@
-# 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_Cli/PEAR-PEAR_PackageFileManager_Cli-0.3.0.ebuild,v 1.2 2007/12/06 00:48:23 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_PackageFileManager_Cli/PEAR-PEAR_PackageFileManager_Cli-0.3.0.ebuild,v 1.3 2008/03/03 16:57:44 jokey Exp $
inherit php-pear-r1 depend.php
@@ -14,5 +14,5 @@ IUSE=""
RDEPEND=">=dev-php/PEAR-PEAR_PackageFileManager-1.6.0"
pkg_setup() {
- require_php_with_use xml
+ require_php_with_use xml simplexml
}