summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2011-11-03 09:35:13 +0000
committerOle Markus With <olemarkus@gentoo.org>2011-11-03 09:35:13 +0000
commit3311f87ee801190c50a3da1aabb7d8db7cd03d55 (patch)
tree1977919d5e55e0340f6e5afac38b5105488472a3 /dev-php/php-timer
parentVersion bump (diff)
downloadgentoo-2-3311f87ee801190c50a3da1aabb7d8db7cd03d55.tar.gz
gentoo-2-3311f87ee801190c50a3da1aabb7d8db7cd03d55.tar.bz2
gentoo-2-3311f87ee801190c50a3da1aabb7d8db7cd03d55.zip
Version bump
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
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.2.ebuild16
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-php/php-timer/ChangeLog b/dev-php/php-timer/ChangeLog
index 1492a23dc739..7ca9203d852f 100644
--- a/dev-php/php-timer/ChangeLog
+++ b/dev-php/php-timer/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-php5/PEAR-PHP_Timer
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php-timer/ChangeLog,v 1.2 2011/07/25 13:03:33 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php-timer/ChangeLog,v 1.3 2011/11/03 09:35:13 olemarkus Exp $
+
+*php-timer-1.0.2 (03 Nov 2011)
+
+ 03 Nov 2011; Ole Markus With <olemarkus@gentoo.org> +php-timer-1.0.2.ebuild:
+ Version bump
25 Jul 2011; Ole Markus With <olemarkus@gentoo.org> +files/channel.xml:
Added missing channel.xml file
diff --git a/dev-php/php-timer/php-timer-1.0.2.ebuild b/dev-php/php-timer/php-timer-1.0.2.ebuild
new file mode 100644
index 000000000000..67d1ca8dad05
--- /dev/null
+++ b/dev-php/php-timer/php-timer-1.0.2.ebuild
@@ -0,0 +1,16 @@
+# 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.2.ebuild,v 1.1 2011/11/03 09:35:13 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://paer.phpunit.de/"