diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-04-16 12:48:09 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-04-16 12:48:09 +0000 |
commit | a24525d33c53d74060864c0f530e92eb00c95f6f (patch) | |
tree | 58f9e17b2b3eac69f78d05f4fe61c1969f96f941 /dev-php | |
parent | Added support for local channel.xml (diff) | |
download | gentoo-2-a24525d33c53d74060864c0f530e92eb00c95f6f.tar.gz gentoo-2-a24525d33c53d74060864c0f530e92eb00c95f6f.tar.bz2 gentoo-2-a24525d33c53d74060864c0f530e92eb00c95f6f.zip |
Added support for local channel.xml
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/phploc/files/channel.xml | 16 | ||||
-rw-r--r-- | dev-php/phploc/phploc-1.6.1.ebuild | 4 |
2 files changed, 18 insertions, 2 deletions
diff --git a/dev-php/phploc/files/channel.xml b/dev-php/phploc/files/channel.xml new file mode 100644 index 000000000000..91bb6786f543 --- /dev/null +++ b/dev-php/phploc/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/phploc/phploc-1.6.1.ebuild b/dev-php/phploc/phploc-1.6.1.ebuild index 4833a68e6bb7..a925ef98a2f0 100644 --- a/dev-php/phploc/phploc-1.6.1.ebuild +++ b/dev-php/phploc/phploc-1.6.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phploc/phploc-1.6.1.ebuild,v 1.1 2011/03/25 13:53:02 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phploc/phploc-1.6.1.ebuild,v 1.2 2011/04/16 12:48:09 olemarkus Exp $ EAPI="3" -PHP_PEAR_CHANNEL="pear.phpunit.de" +PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml" PHP_PEAR_PN="phploc" inherit php-pear-lib-r1 |