diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2012-03-10 14:52:23 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2012-03-10 14:52:23 +0000 |
commit | 081e9ff02973f2ebb49ff75eba2921bd3a3c0864 (patch) | |
tree | 5ed1771884eea7f0d4de304f951a30c2a8da8303 /dev-php/PHP_Timer | |
parent | Restrict python 3.* because pysideuic is not compatible with it. (diff) | |
download | gentoo-2-081e9ff02973f2ebb49ff75eba2921bd3a3c0864.tar.gz gentoo-2-081e9ff02973f2ebb49ff75eba2921bd3a3c0864.tar.bz2 gentoo-2-081e9ff02973f2ebb49ff75eba2921bd3a3c0864.zip |
Moving dev-php/php-timer to dev-php/PHP_Timer
(Portage version: 2.1.10.44/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-php/PHP_Timer')
-rw-r--r-- | dev-php/PHP_Timer/ChangeLog | 36 | ||||
-rw-r--r-- | dev-php/PHP_Timer/PHP_Timer-1.0.0.ebuild | 16 | ||||
-rw-r--r-- | dev-php/PHP_Timer/PHP_Timer-1.0.2.ebuild | 16 | ||||
-rw-r--r-- | dev-php/PHP_Timer/files/channel.xml | 16 | ||||
-rw-r--r-- | dev-php/PHP_Timer/metadata.xml | 5 |
5 files changed, 89 insertions, 0 deletions
diff --git a/dev-php/PHP_Timer/ChangeLog b/dev-php/PHP_Timer/ChangeLog new file mode 100644 index 000000000000..ffc57737ea5d --- /dev/null +++ b/dev-php/PHP_Timer/ChangeLog @@ -0,0 +1,36 @@ +# 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.1 2012/03/10 14:52:23 olemarkus Exp $ + + 24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> php-timer-1.0.2.ebuild: + x86 stable wrt bug #404709 + + 21 Feb 2012; Agostino Sarubbo <ago@gentoo.org> php-timer-1.0.2.ebuild: + Stable for amd64, wrt bug #404709 + + 29 Dec 2011; Ole Markus With <olemarkus@gentoo.org> php-timer-1.0.0.ebuild, + php-timer-1.0.2.ebuild: + Fixed HOMEPAGE (bug 396373) + +*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 + + 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/PHP_Timer-1.0.0.ebuild b/dev-php/PHP_Timer/PHP_Timer-1.0.0.ebuild new file mode 100644 index 000000000000..36c28d3407ac --- /dev/null +++ b/dev-php/PHP_Timer/PHP_Timer-1.0.0.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.0.ebuild,v 1.1 2012/03/10 14:52:23 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://pear.phpunit.de/" 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..badf2ad160c9 --- /dev/null +++ b/dev-php/PHP_Timer/PHP_Timer-1.0.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 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 $ + +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://pear.phpunit.de/" diff --git a/dev-php/PHP_Timer/files/channel.xml b/dev-php/PHP_Timer/files/channel.xml new file mode 100644 index 000000000000..91bb6786f543 --- /dev/null +++ b/dev-php/PHP_Timer/files/channel.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<channel version="1.0" xmlns="http://pear.php.net/channel-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/channel-1.0 http://pear.php.net/dtd/channel-1.0.xsd"> + <name>pear.phpunit.de</name> + <summary>PHPUnit PEAR Channel</summary> + <suggestedalias>phpunit</suggestedalias> + <servers> + <primary> + <rest> + <baseurl type="REST1.0">http://pear.phpunit.de/rest/</baseurl> + <baseurl type="REST1.1">http://pear.phpunit.de/rest/</baseurl> + <baseurl type="REST1.2">http://pear.phpunit.de/rest/</baseurl> + <baseurl type="REST1.3">http://pear.phpunit.de/rest/</baseurl> + </rest> + </primary> + </servers> +</channel>
\ No newline at end of file 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> |