diff options
author | 2012-06-22 19:42:13 +0000 | |
---|---|---|
committer | 2012-06-22 19:42:13 +0000 | |
commit | 9f3145d31cb092197353015fcb7a5e926e7efe31 (patch) | |
tree | eb5a81166de98829252b109948d676ce38d22c45 /dev-php/PHP_Timer | |
parent | version bump, imported with epear. drops ezc-ConsoleTools reference as it doe... (diff) | |
download | gentoo-2-9f3145d31cb092197353015fcb7a5e926e7efe31.tar.gz gentoo-2-9f3145d31cb092197353015fcb7a5e926e7efe31.tar.bz2 gentoo-2-9f3145d31cb092197353015fcb7a5e926e7efe31.zip |
remove old
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PHP_Timer')
-rw-r--r-- | dev-php/PHP_Timer/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/PHP_Timer/PHP_Timer-1.0.0.ebuild | 16 |
2 files changed, 4 insertions, 17 deletions
diff --git a/dev-php/PHP_Timer/ChangeLog b/dev-php/PHP_Timer/ChangeLog index ffc57737ea5d..ee20dca6d60c 100644 --- a/dev-php/PHP_Timer/ChangeLog +++ b/dev-php/PHP_Timer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/php-timer # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_Timer/ChangeLog,v 1.1 2012/03/10 14:52:23 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_Timer/ChangeLog,v 1.2 2012/06/22 19:42:13 mabi Exp $ + + 22 Jun 2012; Matti Bickel <mabi@gentoo.org> -PHP_Timer-1.0.0.ebuild: + remove old 24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> php-timer-1.0.2.ebuild: x86 stable wrt bug #404709 diff --git a/dev-php/PHP_Timer/PHP_Timer-1.0.0.ebuild b/dev-php/PHP_Timer/PHP_Timer-1.0.0.ebuild deleted file mode 100644 index 36c28d3407ac..000000000000 --- a/dev-php/PHP_Timer/PHP_Timer-1.0.0.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_Timer/PHP_Timer-1.0.0.ebuild,v 1.1 2012/03/10 14:52:23 olemarkus Exp $ - -PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml" -PHP_PEAR_URI="pear.phpunit.de" -PHP_PEAR_PN="PHP_Timer" - -inherit php-pear-lib-r1 - -DESCRIPTION="Utility class for timing" -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" -HOMEPAGE="http://pear.phpunit.de/" |