diff options
author | Markus Ullmann <jokey@gentoo.org> | 2008-03-17 12:49:06 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2008-03-17 12:49:06 +0000 |
commit | 0a15e7c13a0652ec85306ce4a0a2a568d902ddb2 (patch) | |
tree | 7215bfc642a1c0ecacb13c5045203d7eec6c21af /dev-php | |
parent | Version bump from project overlay (diff) | |
download | gentoo-2-0a15e7c13a0652ec85306ce4a0a2a568d902ddb2.tar.gz gentoo-2-0a15e7c13a0652ec85306ce4a0a2a568d902ddb2.tar.bz2 gentoo-2-0a15e7c13a0652ec85306ce4a0a2a568d902ddb2.zip |
Version bump from project overlay
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-PEAR_PackageFileManager/ChangeLog | 11 | ||||
-rw-r--r-- | dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.6.3.ebuild | 10 |
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 +} |