diff options
author | 2012-07-01 21:40:22 +0000 | |
---|---|---|
committer | 2012-07-01 21:40:22 +0000 | |
commit | 367ee610d61d47a635f717cad89ef8794fd9d30c (patch) | |
tree | 8d5ca4a47753cbae27fb4e197cb73e2f1e7b07a3 /dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.6.3.ebuild | |
parent | cleanup, move 1.1.5 to EAPI4 to get rid of depend.php (diff) | |
download | gentoo-2-367ee610d61d47a635f717cad89ef8794fd9d30c.tar.gz gentoo-2-367ee610d61d47a635f717cad89ef8794fd9d30c.tar.bz2 gentoo-2-367ee610d61d47a635f717cad89ef8794fd9d30c.zip |
move to EAPI4 to get rid of depend.php
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.6.3.ebuild')
-rw-r--r-- | dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.6.3.ebuild | 15 |
1 files changed, 7 insertions, 8 deletions
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 3696510f1a95..3a3ee2183593 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,10 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2012 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.3 2008/03/17 12:49:06 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.6.3.ebuild,v 1.4 2012/07/01 21:40:22 mabi Exp $ -inherit php-pear-r1 depend.php +EAPI=4 + +inherit php-pear-r1 DESCRIPTION="Takes an existing package.xml file and updates it with a new filelist and changelog." @@ -11,8 +13,5 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="minimal" -RDEPEND="!minimal? ( >=dev-php/PEAR-PHP_CompatInfo-1.4.0 )" - -pkg_setup() { - require_php_with_use xml simplexml -} +RDEPEND="dev-lang/php[xml,simplexml] + !minimal? ( >=dev-php/PEAR-PHP_CompatInfo-1.4.0 )" |