diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-07-25 13:03:33 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-07-25 13:03:33 +0000 |
commit | dc2c457476522a4ed69aec3914b615a3a5436640 (patch) | |
tree | 9ea55aa7d087bce6d402e49d4679f29781d1f506 /dev-php | |
parent | Stabilise everywhere myspell-cs that actualy works with current libreoffice. ... (diff) | |
download | gentoo-2-dc2c457476522a4ed69aec3914b615a3a5436640.tar.gz gentoo-2-dc2c457476522a4ed69aec3914b615a3a5436640.tar.bz2 gentoo-2-dc2c457476522a4ed69aec3914b615a3a5436640.zip |
Added missing channel.xml file
(Portage version: 2.1.10.6/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/php-timer/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/php-timer/files/channel.xml | 16 |
2 files changed, 20 insertions, 1 deletions
diff --git a/dev-php/php-timer/ChangeLog b/dev-php/php-timer/ChangeLog index 810b8d24c364..1492a23dc739 100644 --- a/dev-php/php-timer/ChangeLog +++ b/dev-php/php-timer/ChangeLog @@ -1,6 +1,9 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-timer/ChangeLog,v 1.2 2011/07/25 13:03:33 olemarkus Exp $ + + 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: 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 |