summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2015-02-14 11:17:00 +0000
committerJeroen Roovers <jer@gentoo.org>2015-02-14 11:17:00 +0000
commitb51142c6f562bc183f0a43415b8057deda5fb807 (patch)
tree54bbae07b6227f4523dd37f235e91acd07da169a /dev-php/PHP_Timer
parentStable for HPPA (bug #535300). (diff)
downloadgentoo-2-b51142c6f562bc183f0a43415b8057deda5fb807.tar.gz
gentoo-2-b51142c6f562bc183f0a43415b8057deda5fb807.tar.bz2
gentoo-2-b51142c6f562bc183f0a43415b8057deda5fb807.zip
Stable for HPPA (bug #535302).
(Portage version: 2.2.17/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/ChangeLog7
-rw-r--r--dev-php/PHP_Timer/PHP_Timer-1.0.5.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-php/PHP_Timer/ChangeLog b/dev-php/PHP_Timer/ChangeLog
index 4ced100d2aff..7b9a494e5fa1 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-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_Timer/ChangeLog,v 1.4 2014/11/07 15:12:32 grknight Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_Timer/ChangeLog,v 1.5 2015/02/14 11:17:00 jer Exp $
+
+ 14 Feb 2015; Jeroen Roovers <jer@gentoo.org> PHP_Timer-1.0.5.ebuild:
+ Stable for HPPA (bug #535302).
*PHP_Timer-1.0.5 (07 Nov 2014)
diff --git a/dev-php/PHP_Timer/PHP_Timer-1.0.5.ebuild b/dev-php/PHP_Timer/PHP_Timer-1.0.5.ebuild
index 7494735df049..847227b0399f 100644
--- a/dev-php/PHP_Timer/PHP_Timer-1.0.5.ebuild
+++ b/dev-php/PHP_Timer/PHP_Timer-1.0.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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.5.ebuild,v 1.1 2014/11/07 15:12:32 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_Timer/PHP_Timer-1.0.5.ebuild,v 1.2 2015/02/14 11:17:00 jer Exp $
EAPI=5
@@ -13,6 +13,6 @@ inherit php-pear-lib-r1
DESCRIPTION="Utility class for timing"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="~amd64 hppa ~x86"
IUSE=""
HOMEPAGE="http://pear.phpunit.de/"