diff options
author | Matti Bickel <mabi@gentoo.org> | 2012-06-22 19:45:31 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2012-06-22 19:45:31 +0000 |
commit | e93d60311888ca71db5688283a54713119206170 (patch) | |
tree | fc218122605b5e8af791d45d76db5f0ef095d28c /dev-php/PHP_Timer | |
parent | version bump, imported with epear. drops ezc-ConsoleTools reference as it doe... (diff) | |
download | historical-e93d60311888ca71db5688283a54713119206170.tar.gz historical-e93d60311888ca71db5688283a54713119206170.tar.bz2 historical-e93d60311888ca71db5688283a54713119206170.zip |
remove old
Package-Manager: portage-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/" |