diff options
Diffstat (limited to 'dev-php/phpcpd')
-rw-r--r-- | dev-php/phpcpd/files/channel.xml | 16 | ||||
-rw-r--r-- | dev-php/phpcpd/phpcpd-1.3.2.ebuild | 4 |
2 files changed, 18 insertions, 2 deletions
diff --git a/dev-php/phpcpd/files/channel.xml b/dev-php/phpcpd/files/channel.xml new file mode 100644 index 000000000000..91bb6786f543 --- /dev/null +++ b/dev-php/phpcpd/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/phpcpd/phpcpd-1.3.2.ebuild b/dev-php/phpcpd/phpcpd-1.3.2.ebuild index 9544ae6ebdbd..0723ad866d88 100644 --- a/dev-php/phpcpd/phpcpd-1.3.2.ebuild +++ b/dev-php/phpcpd/phpcpd-1.3.2.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/phpcpd/phpcpd-1.3.2.ebuild,v 1.1 2011/03/26 12:55:05 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpcpd/phpcpd-1.3.2.ebuild,v 1.2 2011/04/16 12:45:40 olemarkus Exp $ EAPI="3" -PHP_PEAR_CHANNEL="pear.phpunit.de" +PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml" PHP_PEAR_PN="phpcpd" inherit php-pear-lib-r1 |