summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2012-06-23 13:58:47 +0000
committerOle Markus With <olemarkus@gentoo.org>2012-06-23 13:58:47 +0000
commitfb17b511d8c61212ac623ed986a0aefae636d36d (patch)
tree6a96dfbd51a7a13e751c2897f8f7df1d8d385d6b /dev-php/Text_Template
parentAdd patch from upstream to fix build with GCC 4.7, wrt bug #423063. (diff)
downloadgentoo-2-fb17b511d8c61212ac623ed986a0aefae636d36d.tar.gz
gentoo-2-fb17b511d8c61212ac623ed986a0aefae636d36d.tar.bz2
gentoo-2-fb17b511d8c61212ac623ed986a0aefae636d36d.zip
Added missing channel.xml file
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/Text_Template')
-rw-r--r--dev-php/Text_Template/ChangeLog7
-rw-r--r--dev-php/Text_Template/files/channel.xml16
2 files changed, 21 insertions, 2 deletions
diff --git a/dev-php/Text_Template/ChangeLog b/dev-php/Text_Template/ChangeLog
index 0e9d021b42ed..3b4301a5e60f 100644
--- a/dev-php/Text_Template/ChangeLog
+++ b/dev-php/Text_Template/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/php-texttemplate
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/Text_Template/ChangeLog,v 1.1 2012/03/10 15:16:31 olemarkus Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/Text_Template/ChangeLog,v 1.2 2012/06/23 13:58:47 olemarkus Exp $
+
+ 23 Jun 2012; Ole Markus With <olemarkus@gentoo.org> +files/channel.xml:
+ Added missing channel.xml file
08 Nov 2011; Ole Markus With <olemarkus@gentoo.org>
php-texttemplate-1.1.1.ebuild:
diff --git a/dev-php/Text_Template/files/channel.xml b/dev-php/Text_Template/files/channel.xml
new file mode 100644
index 000000000000..91bb6786f543
--- /dev/null
+++ b/dev-php/Text_Template/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