diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-07-21 11:33:08 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-07-21 11:33:08 +0000 |
commit | 1eb135d11ab987f47cf8cd8594658f76893badda (patch) | |
tree | 189cee6003485a89b09a647d1a58865855301d8a /dev-php | |
parent | ~x86 per bug 370859 (diff) | |
download | gentoo-2-1eb135d11ab987f47cf8cd8594658f76893badda.tar.gz gentoo-2-1eb135d11ab987f47cf8cd8594658f76893badda.tar.bz2 gentoo-2-1eb135d11ab987f47cf8cd8594658f76893badda.zip |
Moved from dev-php5/PEAR-PHP_Timer
(Portage version: 2.1.9.49/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/php-timer/ChangeLog | 18 | ||||
-rw-r--r-- | dev-php/php-timer/metadata.xml | 5 | ||||
-rw-r--r-- | dev-php/php-timer/php-timer-1.0.0.ebuild | 17 |
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-php/php-timer/ChangeLog b/dev-php/php-timer/ChangeLog new file mode 100644 index 000000000000..810b8d24c364 --- /dev/null +++ b/dev-php/php-timer/ChangeLog @@ -0,0 +1,18 @@ +# 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.1 2011/07/21 11:33:08 olemarkus Exp $ + + 24 May 2011; Markos Chandras <hwoarang@gentoo.org> + PEAR-PHP_Timer-1.0.0.ebuild: + Stable on amd64 wrt bug #368293 + + 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) + + 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/metadata.xml b/dev-php/php-timer/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/php-timer/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>php</herd> +</pkgmetadata> diff --git a/dev-php/php-timer/php-timer-1.0.0.ebuild b/dev-php/php-timer/php-timer-1.0.0.ebuild new file mode 100644 index 000000000000..f6d2ede7a5e8 --- /dev/null +++ b/dev-php/php-timer/php-timer-1.0.0.ebuild @@ -0,0 +1,17 @@ +# 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.0.ebuild,v 1.1 2011/07/21 11:33:08 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/" |