diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-05-23 10:30:03 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-05-23 10:30:03 +0000 |
commit | 288ff1296cae1404013c08b13e590c3a1f9f4181 (patch) | |
tree | 6fbf586b33c12b55e33c403cf7ef2f2d711e4cfc /dev-php5/PEAR-PHP_Timer | |
parent | Version bump thanks to Peter Volkov (bug #). Add IUSE=static-libs. (diff) | |
download | historical-288ff1296cae1404013c08b13e590c3a1f9f4181.tar.gz historical-288ff1296cae1404013c08b13e590c3a1f9f4181.tar.bz2 historical-288ff1296cae1404013c08b13e590c3a1f9f4181.zip |
x86 stable wrt bug #368293
Package-Manager: portage-2.1.9.42/cvs/Linux i686
Diffstat (limited to 'dev-php5/PEAR-PHP_Timer')
-rw-r--r-- | dev-php5/PEAR-PHP_Timer/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php5/PEAR-PHP_Timer/PEAR-PHP_Timer-1.0.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-php5/PEAR-PHP_Timer/ChangeLog b/dev-php5/PEAR-PHP_Timer/ChangeLog index 82467f9a729e..b161d4bbde96 100644 --- a/dev-php5/PEAR-PHP_Timer/ChangeLog +++ b/dev-php5/PEAR-PHP_Timer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php5/PEAR-PHP_Timer -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/PEAR-PHP_Timer/ChangeLog,v 1.1 2010/10/04 22:46:59 jokey Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/PEAR-PHP_Timer/ChangeLog,v 1.2 2011/05/23 10:27:28 phajdan.jr Exp $ + + 23 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> + PEAR-PHP_Timer-1.0.0.ebuild: + x86 stable wrt bug #368293 *PEAR-PHP_Timer-1.0.0 (04 Oct 2010) diff --git a/dev-php5/PEAR-PHP_Timer/PEAR-PHP_Timer-1.0.0.ebuild b/dev-php5/PEAR-PHP_Timer/PEAR-PHP_Timer-1.0.0.ebuild index 12a2674da51e..007342c16ca1 100644 --- a/dev-php5/PEAR-PHP_Timer/PEAR-PHP_Timer-1.0.0.ebuild +++ b/dev-php5/PEAR-PHP_Timer/PEAR-PHP_Timer-1.0.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/PEAR-PHP_Timer/PEAR-PHP_Timer-1.0.0.ebuild,v 1.1 2010/10/04 22:46:59 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/PEAR-PHP_Timer/PEAR-PHP_Timer-1.0.0.ebuild,v 1.2 2011/05/23 10:27:28 phajdan.jr Exp $ inherit php-pear-r1 depend.php eutils DESCRIPTION="Utility class for timing" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" SRC_URI="http://pear.phpunit.de/get/PHP_Timer-${PV}.tgz" |