summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2014-11-07 15:12:32 +0000
committerBrian Evans <grknight@gentoo.org>2014-11-07 15:12:32 +0000
commit3a1dd60e2e7e03b56a0bf498953d4a8aaed849f0 (patch)
tree30a7793e6759475d408acade6a6960432ae72ed4 /dev-php
parentAdd missing libXft dependency, bug #514262. (diff)
downloadgentoo-2-3a1dd60e2e7e03b56a0bf498953d4a8aaed849f0.tar.gz
gentoo-2-3a1dd60e2e7e03b56a0bf498953d4a8aaed849f0.tar.bz2
gentoo-2-3a1dd60e2e7e03b56a0bf498953d4a8aaed849f0.zip
Version bump
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PHP_Timer/ChangeLog10
-rw-r--r--dev-php/PHP_Timer/PHP_Timer-1.0.5.ebuild18
2 files changed, 25 insertions, 3 deletions
diff --git a/dev-php/PHP_Timer/ChangeLog b/dev-php/PHP_Timer/ChangeLog
index 786541834601..4ced100d2aff 100644
--- a/dev-php/PHP_Timer/ChangeLog
+++ b/dev-php/PHP_Timer/ChangeLog
@@ -1,6 +1,11 @@
# 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 $
+# 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 $
+
+*PHP_Timer-1.0.5 (07 Nov 2014)
+
+ 07 Nov 2014; Brian Evans <grknight@gentoo.org> +PHP_Timer-1.0.5.ebuild:
+ Version bump
23 Jun 2013; Jeroen Roovers <jer@gentoo.org> PHP_Timer-1.0.2.ebuild:
Stable for HPPA too.
@@ -39,4 +44,3 @@
04 Oct 2010; Markus Ullmann <jokey@gentoo.org>
+PEAR-PHP_Timer-1.0.0.ebuild, +metadata.xml:
Initial import for phpunit-3.5
-
diff --git a/dev-php/PHP_Timer/PHP_Timer-1.0.5.ebuild b/dev-php/PHP_Timer/PHP_Timer-1.0.5.ebuild
new file mode 100644
index 000000000000..7494735df049
--- /dev/null
+++ b/dev-php/PHP_Timer/PHP_Timer-1.0.5.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2014 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 $
+
+EAPI=5
+
+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 ~hppa ~x86"
+IUSE=""
+HOMEPAGE="http://pear.phpunit.de/"