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 | b93fa1d8a61963cb8cf7a2b1669ccc2162388816 (patch) | |
tree | 6ab7cb134939d74782ba489ed622c2be0a24d140 /dev-php/php-timer | |
parent | Stabilise everywhere myspell-cs that actualy works with current libreoffice. ... (diff) | |
download | historical-b93fa1d8a61963cb8cf7a2b1669ccc2162388816.tar.gz historical-b93fa1d8a61963cb8cf7a2b1669ccc2162388816.tar.bz2 historical-b93fa1d8a61963cb8cf7a2b1669ccc2162388816.zip |
Added missing channel.xml file
Package-Manager: portage-2.1.10.6/cvs/Linux x86_64
Diffstat (limited to 'dev-php/php-timer')
-rw-r--r-- | dev-php/php-timer/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/php-timer/Manifest | 3 | ||||
-rw-r--r-- | dev-php/php-timer/files/channel.xml | 16 |
3 files changed, 22 insertions, 2 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/Manifest b/dev-php/php-timer/Manifest index f4ae1eabdec4..d13b609428bc 100644 --- a/dev-php/php-timer/Manifest +++ b/dev-php/php-timer/Manifest @@ -1,4 +1,5 @@ +AUX channel.xml 804 RMD160 54c3ea5de2ac9d511671d2779b6f6c01cc7cd59a SHA1 a26c74e28b36d1a91d280a3225669e1cb4c87cce SHA256 1a1bda346c1bcc3b6cb7e3c09a4834ef90907b7129c92b5f22e9ebdd76194421 DIST PHP_Timer-1.0.0.tgz 2536 RMD160 8230246f7ad7162bc72a701964f2662b4e8bdb09 SHA1 eb97174590cd111329a25fd0c70d377efe78783c SHA256 830a09f5025ad7bcc4fa42b6e89d573258ff2fcd34dc2f5230fea44da5346cff EBUILD php-timer-1.0.0.ebuild 476 RMD160 32a5f9cf3e8750b67fb7d2463a69b646efb327d1 SHA1 de7d6b31e969becf107d11769288468b20fb80c2 SHA256 3b705f7b24bcb03484faf39f47711d10471271cf90a692bf02c06c34de25f97c -MISC ChangeLog 618 RMD160 8322c772d5f2c2de7787e481bb3f11991d23c33a SHA1 92718838ad9b2ba89f396022c4858fa947b4f2f7 SHA256 29af8f3f63824a2f60919a47b3b3aa9c6979fcd3e6c0d2dd89b13e2f7f660782 +MISC ChangeLog 726 RMD160 d05bbe1d03f8c1a1a9f73470ea0ad60b2f9cb1d2 SHA1 30f4b42d532553235741001a800da165c5601c35 SHA256 b8d8ae16c93b8769cc368e7a72d940279e3d3612a27d1730a0e4db910933bf47 MISC metadata.xml 156 RMD160 a3a59cdc3ac33d711123b2d7e2b1deb2984aa101 SHA1 1f452f476317b4634c684eabfd8840d06d35b414 SHA256 f6d70434415ff7294f2a64e7870f32318c5fab9153fe63a58841b12d897da6ba 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 |