diff options
author | Matti Bickel <mabi@gentoo.org> | 2012-07-03 14:48:05 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2012-07-03 14:48:05 +0000 |
commit | 9f4e25fd9e3be05c48af6a20a867e75a9b701e56 (patch) | |
tree | b4cfc8db2b54fe74b74f755f42c6d16c35693c16 /dev-php/phing | |
parent | depend.php function calls are superflous in this case (diff) | |
download | gentoo-2-9f4e25fd9e3be05c48af6a20a867e75a9b701e56.tar.gz gentoo-2-9f4e25fd9e3be05c48af6a20a867e75a9b701e56.tar.bz2 gentoo-2-9f4e25fd9e3be05c48af6a20a867e75a9b701e56.zip |
depend.php function calls are superflous in this case
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/phing')
-rw-r--r-- | dev-php/phing/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/phing/phing-2.4.5.ebuild | 6 | ||||
-rw-r--r-- | dev-php/phing/phing-2.4.9.ebuild | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/dev-php/phing/ChangeLog b/dev-php/phing/ChangeLog index 6c44a0bab9d2..ef1ce816dd9d 100644 --- a/dev-php/phing/ChangeLog +++ b/dev-php/phing/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/phing # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/ChangeLog,v 1.9 2012/02/02 15:41:47 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/ChangeLog,v 1.10 2012/07/03 14:48:05 mabi Exp $ + + 03 Jul 2012; Matti Bickel <mabi@gentoo.org> phing-2.4.5.ebuild, + phing-2.4.9.ebuild: + depend.php function calls are superflous in this case *phing-2.4.9 (02 Feb 2012) diff --git a/dev-php/phing/phing-2.4.5.ebuild b/dev-php/phing/phing-2.4.5.ebuild index d8ddff56bc14..d2421c27e282 100644 --- a/dev-php/phing/phing-2.4.5.ebuild +++ b/dev-php/phing/phing-2.4.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 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/phing/phing-2.4.5.ebuild,v 1.2 2011/03/26 11:22:41 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/phing-2.4.5.ebuild,v 1.3 2012/07/03 14:48:05 mabi Exp $ EAPI="2" inherit php-pear-lib-r1 eutils @@ -25,8 +25,6 @@ RDEPEND="!minimal? ( >=dev-php/PEAR-PhpDocumentor-1.4.0 || ( <dev-lang/php-5.3.1[pcre,reflection,spl] >=dev-lang/php-5.3.1 ) " -need_php_by_category - S=${WORKDIR}/${PN}-${PV/_/} pkg_postinst() { diff --git a/dev-php/phing/phing-2.4.9.ebuild b/dev-php/phing/phing-2.4.9.ebuild index 5964c6feaa2c..8e33846d39ab 100644 --- a/dev-php/phing/phing-2.4.9.ebuild +++ b/dev-php/phing/phing-2.4.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/phing-2.4.9.ebuild,v 1.1 2012/02/02 15:41:47 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/phing-2.4.9.ebuild,v 1.2 2012/07/03 14:48:05 mabi Exp $ EAPI="4" inherit php-pear-lib-r1 eutils @@ -25,8 +25,6 @@ RDEPEND="!minimal? ( >=dev-php/PEAR-PhpDocumentor-1.4.0 || ( <dev-lang/php-5.3.1[pcre,reflection,spl] >=dev-lang/php-5.3.1 ) " -need_php_by_category - S=${WORKDIR}/${PN}-${PV/_/} pkg_postinst() { |