diff options
author | Matti Bickel <mabi@gentoo.org> | 2011-12-14 22:50:25 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2011-12-14 22:50:25 +0000 |
commit | 419655d94520139a68f3801592bc746124ec3e2a (patch) | |
tree | 6ace6baed0221b2aac5cee05399b91a73641b12e /dev-php/php-tokenstream | |
parent | Moving package from dev-php5 to dev-php category (bug #324665) (diff) | |
download | gentoo-2-419655d94520139a68f3801592bc746124ec3e2a.tar.gz gentoo-2-419655d94520139a68f3801592bc746124ec3e2a.tar.bz2 gentoo-2-419655d94520139a68f3801592bc746124ec3e2a.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/php-tokenstream')
-rw-r--r-- | dev-php/php-tokenstream/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/php-tokenstream/php-tokenstream-1.0.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/php-tokenstream/ChangeLog b/dev-php/php-tokenstream/ChangeLog index 0bc298030969..72babcc0515a 100644 --- a/dev-php/php-tokenstream/ChangeLog +++ b/dev-php/php-tokenstream/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/php-tokenstream # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php-tokenstream/ChangeLog,v 1.8 2011/11/12 17:23:39 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-tokenstream/ChangeLog,v 1.9 2011/12/14 22:50:25 mabi Exp $ + + 14 Dec 2011; Matti Bickel <mabi@gentoo.org> php-tokenstream-1.0.1.ebuild, + php-tokenstream-1.1.0.ebuild: + Merging categories dev-php5 and dev-php (bug #324665) 12 Nov 2011; Ole Markus With <olemarkus@gentoo.org> php-tokenstream-1.1.0.ebuild: diff --git a/dev-php/php-tokenstream/php-tokenstream-1.0.1.ebuild b/dev-php/php-tokenstream/php-tokenstream-1.0.1.ebuild index 40689f0a6605..98cc3fdc9d5f 100644 --- a/dev-php/php-tokenstream/php-tokenstream-1.0.1.ebuild +++ b/dev-php/php-tokenstream/php-tokenstream-1.0.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/php-tokenstream/php-tokenstream-1.0.1.ebuild,v 1.5 2011/06/28 07:34:43 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-tokenstream/php-tokenstream-1.0.1.ebuild,v 1.6 2011/12/14 22:50:25 mabi Exp $ PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml" PHP_PEAR_URI="pear.phpunit.de" @@ -13,5 +13,5 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" RDEPEND="${RDEPEND} - >=dev-php5/ezc-ConsoleTools-1.6" + >=dev-php/ezc-ConsoleTools-1.6" HOMEPAGE="http://pear.phpunit.de" |