diff options
author | 2013-06-23 13:50:24 +0000 | |
---|---|---|
committer | 2013-06-23 13:50:24 +0000 | |
commit | 6e04653f58a45c18723f1cb767e713ed40737719 (patch) | |
tree | 007c011d76e464d9956e2b9bd75bc4d639845c2c /dev-php/PHP_Timer | |
parent | Stable for HPPA too. (diff) | |
download | gentoo-2-6e04653f58a45c18723f1cb767e713ed40737719.tar.gz gentoo-2-6e04653f58a45c18723f1cb767e713ed40737719.tar.bz2 gentoo-2-6e04653f58a45c18723f1cb767e713ed40737719.zip |
Stable for HPPA too.
(Portage version: 2.2.0_alpha184/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-php/PHP_Timer')
-rw-r--r-- | dev-php/PHP_Timer/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PHP_Timer/PHP_Timer-1.0.2.ebuild | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-php/PHP_Timer/ChangeLog b/dev-php/PHP_Timer/ChangeLog index ee20dca6d60c..786541834601 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.2 2012/06/22 19:42:13 mabi Exp $ +# ChangeLog for dev-php/PHP_Timer +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_Timer/ChangeLog,v 1.3 2013/06/23 13:50:24 jer Exp $ + + 23 Jun 2013; Jeroen Roovers <jer@gentoo.org> PHP_Timer-1.0.2.ebuild: + Stable for HPPA too. 22 Jun 2012; Matti Bickel <mabi@gentoo.org> -PHP_Timer-1.0.0.ebuild: remove old diff --git a/dev-php/PHP_Timer/PHP_Timer-1.0.2.ebuild b/dev-php/PHP_Timer/PHP_Timer-1.0.2.ebuild index badf2ad160c9..08421c8a0590 100644 --- a/dev-php/PHP_Timer/PHP_Timer-1.0.2.ebuild +++ b/dev-php/PHP_Timer/PHP_Timer-1.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 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.2.ebuild,v 1.1 2012/03/10 14:52:23 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_Timer/PHP_Timer-1.0.2.ebuild,v 1.2 2013/06/23 13:50:24 jer Exp $ PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml" PHP_PEAR_URI="pear.phpunit.de" @@ -11,6 +11,6 @@ inherit php-pear-lib-r1 DESCRIPTION="Utility class for timing" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 hppa x86" IUSE="" HOMEPAGE="http://pear.phpunit.de/" |