diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2012-03-10 16:43:22 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2012-03-10 16:43:22 +0000 |
commit | c7b571a416a8d691b3519be3f7344c2cadb8e1af (patch) | |
tree | e33d6d2b104f331916965d47b70415a62ddcd4d6 /dev-php/phpcpd | |
parent | Drop galago support as it's dead and will go away soon. Remove old. (diff) | |
download | historical-c7b571a416a8d691b3519be3f7344c2cadb8e1af.tar.gz historical-c7b571a416a8d691b3519be3f7344c2cadb8e1af.tar.bz2 historical-c7b571a416a8d691b3519be3f7344c2cadb8e1af.zip |
Moving dev-php/file-iterator to dev-php/File_Iterator
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
Diffstat (limited to 'dev-php/phpcpd')
-rw-r--r-- | dev-php/phpcpd/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/phpcpd/phpcpd-1.3.2.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-php/phpcpd/ChangeLog b/dev-php/phpcpd/ChangeLog index a585f9a03d94..7d71ae1a6b2f 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.3 2011/12/14 22:51:50 mabi Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpcpd/ChangeLog,v 1.4 2012/03/10 16:43:22 olemarkus Exp $ + + 10 Mar 2012; Ole Markus With <olemarkus@gentoo.org> phpcpd-1.3.2.ebuild: + Moving dev-php/file-iterator to dev-php/File_Iterator 14 Dec 2011; Matti Bickel <mabi@gentoo.org> phpcpd-1.3.2.ebuild: Merging categories dev-php5 and dev-php (bug #324665) diff --git a/dev-php/phpcpd/phpcpd-1.3.2.ebuild b/dev-php/phpcpd/phpcpd-1.3.2.ebuild index 78dbd0495789..fde6a7a8ead3 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 +# Copyright 1999-2012 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.4 2011/12/14 22:51:50 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpcpd/phpcpd-1.3.2.ebuild,v 1.5 2012/03/10 16:43:22 olemarkus Exp $ EAPI="3" PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml" @@ -16,5 +16,5 @@ HOMEPAGE="http://www.phpunit.de" RDEPEND="${RDEPEND} >=dev-php/ezc-ConsoleTools-1.6 - >=dev-php/file-iterator-1.1.0 - dev-php/php-timer" + >=dev-php/File_Iterator-1.1.0 + dev-php/PHP_Timer" |