diff options
author | Matti Bickel <mabi@gentoo.org> | 2011-12-14 22:51:50 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2011-12-14 22:51:50 +0000 |
commit | e6a33eaf538bfda3370990c6597db1e50d4b1531 (patch) | |
tree | 567905555ced40b911aff87fd518b8862e1608be /dev-php/phpcpd | |
parent | Merging categories dev-php5 and dev-php (bug #324665) (diff) | |
download | historical-e6a33eaf538bfda3370990c6597db1e50d4b1531.tar.gz historical-e6a33eaf538bfda3370990c6597db1e50d4b1531.tar.bz2 historical-e6a33eaf538bfda3370990c6597db1e50d4b1531.zip |
Merging categories dev-php5 and dev-php (bug #324665)
Package-Manager: portage-2.2.0_alpha79/cvs/Linux x86_64
Diffstat (limited to 'dev-php/phpcpd')
-rw-r--r-- | dev-php/phpcpd/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/phpcpd/phpcpd-1.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/phpcpd/ChangeLog b/dev-php/phpcpd/ChangeLog index 77758a6ad629..a585f9a03d94 100644 --- a/dev-php/phpcpd/ChangeLog +++ b/dev-php/phpcpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/phpcpd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpcpd/ChangeLog,v 1.2 2011/07/21 11:36:14 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpcpd/ChangeLog,v 1.3 2011/12/14 22:51:50 mabi Exp $ + + 14 Dec 2011; Matti Bickel <mabi@gentoo.org> phpcpd-1.3.2.ebuild: + Merging categories dev-php5 and dev-php (bug #324665) 21 Jul 2011; <olemarkus@gentoo.org> phpcpd-1.3.2.ebuild: Fixed a dependency issue (bug 375839) diff --git a/dev-php/phpcpd/phpcpd-1.3.2.ebuild b/dev-php/phpcpd/phpcpd-1.3.2.ebuild index 7c76dcc63b00..78dbd0495789 100644 --- a/dev-php/phpcpd/phpcpd-1.3.2.ebuild +++ b/dev-php/phpcpd/phpcpd-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpcpd/phpcpd-1.3.2.ebuild,v 1.3 2011/07/21 11:36:14 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpcpd/phpcpd-1.3.2.ebuild,v 1.4 2011/12/14 22:51:50 mabi Exp $ EAPI="3" PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml" @@ -15,6 +15,6 @@ IUSE="" HOMEPAGE="http://www.phpunit.de" RDEPEND="${RDEPEND} - >=dev-php5/ezc-ConsoleTools-1.6 + >=dev-php/ezc-ConsoleTools-1.6 >=dev-php/file-iterator-1.1.0 dev-php/php-timer" |