summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2011-12-14 22:51:50 +0000
committerMatti Bickel <mabi@gentoo.org>2011-12-14 22:51:50 +0000
commit3bcee33d636a5a9f6966e2323901cf8ef7858137 (patch)
tree5f1fa6d7ea780c6f9c72d9826e716b0b80beecb5 /dev-php
parentMoving package from dev-php5 to dev-php category (bug #324665) (diff)
downloadgentoo-2-3bcee33d636a5a9f6966e2323901cf8ef7858137.tar.gz
gentoo-2-3bcee33d636a5a9f6966e2323901cf8ef7858137.tar.bz2
gentoo-2-3bcee33d636a5a9f6966e2323901cf8ef7858137.zip
Merging categories dev-php5 and dev-php (bug #324665)
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/phpcpd/ChangeLog5
-rw-r--r--dev-php/phpcpd/phpcpd-1.3.2.ebuild4
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"