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/phploc | |
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/phploc')
-rw-r--r-- | dev-php/phploc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/phploc/phploc-1.6.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/phploc/ChangeLog b/dev-php/phploc/ChangeLog index 3ca981449a9c..e209db19b9a7 100644 --- a/dev-php/phploc/ChangeLog +++ b/dev-php/phploc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/phploc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phploc/ChangeLog,v 1.1 2011/03/25 13:53:02 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phploc/ChangeLog,v 1.2 2011/12/14 22:51:26 mabi Exp $ + + 14 Dec 2011; Matti Bickel <mabi@gentoo.org> phploc-1.6.1.ebuild: + Merging categories dev-php5 and dev-php (bug #324665) *phploc-1.6.1 (25 Mar 2011) diff --git a/dev-php/phploc/phploc-1.6.1.ebuild b/dev-php/phploc/phploc-1.6.1.ebuild index a925ef98a2f0..88f9cd6dbee7 100644 --- a/dev-php/phploc/phploc-1.6.1.ebuild +++ b/dev-php/phploc/phploc-1.6.1.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/phploc/phploc-1.6.1.ebuild,v 1.2 2011/04/16 12:48:09 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phploc/phploc-1.6.1.ebuild,v 1.3 2011/12/14 22:51:26 mabi Exp $ EAPI="3" PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml" @@ -16,4 +16,4 @@ HOMEPAGE="http://www.phpunit.de" RDEPEND="${RDEPEND} >=dev-php/file-iterator-1.1.0 - >=dev-php5/ezc-ConsoleTools-1.6.0" + >=dev-php/ezc-ConsoleTools-1.6.0" |