diff options
author | Markus Ullmann <jokey@gentoo.org> | 2008-03-03 16:57:44 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2008-03-03 16:57:44 +0000 |
commit | fe4ff499b4714ab5f0a106f7bcf340369fc58867 (patch) | |
tree | 01275562efe1b5a3a52ee9e17fef4996aea9ff93 /dev-php | |
parent | Version bump from project overlay (diff) | |
download | historical-fe4ff499b4714ab5f0a106f7bcf340369fc58867.tar.gz historical-fe4ff499b4714ab5f0a106f7bcf340369fc58867.tar.bz2 historical-fe4ff499b4714ab5f0a106f7bcf340369fc58867.zip |
Fix from project overlay
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-PEAR_PackageFileManager_Cli/ChangeLog | 13 | ||||
-rw-r--r-- | dev-php/PEAR-PEAR_PackageFileManager_Cli/PEAR-PEAR_PackageFileManager_Cli-0.3.0.ebuild | 6 |
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 } |