diff options
author | Matti Bickel <mabi@gentoo.org> | 2012-07-03 14:50:28 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2012-07-03 14:50:28 +0000 |
commit | 55bbb706f1c6c39c1eae5fb4b032784a32380627 (patch) | |
tree | 8a7013dabd84991546cccdba8c2aae0764368eec /dev-php/propel-runtime | |
parent | whitespace (diff) | |
download | historical-55bbb706f1c6c39c1eae5fb4b032784a32380627.tar.gz historical-55bbb706f1c6c39c1eae5fb4b032784a32380627.tar.bz2 historical-55bbb706f1c6c39c1eae5fb4b032784a32380627.zip |
depend.php function calls are superflous in this case
Package-Manager: portage-2.2.0_alpha110/cvs/Linux x86_64
Diffstat (limited to 'dev-php/propel-runtime')
-rw-r--r-- | dev-php/propel-runtime/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/propel-runtime/propel-runtime-1.5.1.ebuild | 6 | ||||
-rw-r--r-- | dev-php/propel-runtime/propel-runtime-1.6.4.ebuild | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/dev-php/propel-runtime/ChangeLog b/dev-php/propel-runtime/ChangeLog index 7df234a799ed..7e0e8f41cafc 100644 --- a/dev-php/propel-runtime/ChangeLog +++ b/dev-php/propel-runtime/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php5/propel-runtime # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/propel-runtime/ChangeLog,v 1.12 2012/01/31 09:11:32 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/propel-runtime/ChangeLog,v 1.13 2012/07/03 14:50:28 mabi Exp $ + + 03 Jul 2012; Matti Bickel <mabi@gentoo.org> propel-runtime-1.5.1.ebuild, + propel-runtime-1.6.4.ebuild: + depend.php function calls are superflous in this case *propel-runtime-1.6.4 (31 Jan 2012) diff --git a/dev-php/propel-runtime/propel-runtime-1.5.1.ebuild b/dev-php/propel-runtime/propel-runtime-1.5.1.ebuild index c0cf9c5d9461..df4e18f35acb 100644 --- a/dev-php/propel-runtime/propel-runtime-1.5.1.ebuild +++ b/dev-php/propel-runtime/propel-runtime-1.5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 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/propel-runtime/propel-runtime-1.5.1.ebuild,v 1.1 2011/12/14 22:55:19 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/propel-runtime/propel-runtime-1.5.1.ebuild,v 1.2 2012/07/03 14:50:28 mabi Exp $ EAPI="2" inherit php-pear-lib-r1 @@ -22,5 +22,3 @@ RDEPEND="${DEPEND} " S="${WORKDIR}/propel_runtime-${PV}" - -need_php_by_category diff --git a/dev-php/propel-runtime/propel-runtime-1.6.4.ebuild b/dev-php/propel-runtime/propel-runtime-1.6.4.ebuild index b46e39b76919..2ae4334a59d8 100644 --- a/dev-php/propel-runtime/propel-runtime-1.6.4.ebuild +++ b/dev-php/propel-runtime/propel-runtime-1.6.4.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/propel-runtime/propel-runtime-1.6.4.ebuild,v 1.1 2012/01/31 09:11:32 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/propel-runtime/propel-runtime-1.6.4.ebuild,v 1.2 2012/07/03 14:50:28 mabi Exp $ EAPI="4" inherit php-pear-lib-r1 @@ -21,5 +21,3 @@ RDEPEND="${DEPEND} " S="${WORKDIR}/propel_runtime-${PV}" - -need_php_by_category |