diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-06-28 07:28:03 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-06-28 07:28:03 +0000 |
commit | dd646fc3c0d2f033a412e083b4697855c39fcb16 (patch) | |
tree | c23b1d3414465dc1e5a3af78ad3da1ed8a84f8f9 /dev-php | |
parent | After channel.xml files were copied locally, all SRC_URI's broke for the pear... (diff) | |
download | gentoo-2-dd646fc3c0d2f033a412e083b4697855c39fcb16.tar.gz gentoo-2-dd646fc3c0d2f033a412e083b4697855c39fcb16.tar.bz2 gentoo-2-dd646fc3c0d2f033a412e083b4697855c39fcb16.zip |
Added missing PHP_PEAR_URI
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/dbunit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/dbunit/dbunit-1.0.1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-php/dbunit/ChangeLog b/dev-php/dbunit/ChangeLog index 5096b7268ae8..e16a5d88fa4d 100644 --- a/dev-php/dbunit/ChangeLog +++ b/dev-php/dbunit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/dbunit # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/dbunit/ChangeLog,v 1.5 2011/05/31 13:55:36 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/dbunit/ChangeLog,v 1.6 2011/06/28 07:28:03 olemarkus Exp $ + + 28 Jun 2011; Ole Markus With <olemarkus@gentoo.org> dbunit-1.0.1.ebuild: + Added missing PHP_PEAR_URI 31 May 2011; Ole Markus With <olemarkus@gentoo.org> -dbunit-1.0.0.ebuild, dbunit-1.0.1.ebuild: diff --git a/dev-php/dbunit/dbunit-1.0.1.ebuild b/dev-php/dbunit/dbunit-1.0.1.ebuild index 6b7a3dfbddf3..b35e524b115e 100644 --- a/dev-php/dbunit/dbunit-1.0.1.ebuild +++ b/dev-php/dbunit/dbunit-1.0.1.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/dbunit/dbunit-1.0.1.ebuild,v 1.7 2011/05/31 13:55:36 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/dbunit/dbunit-1.0.1.ebuild,v 1.8 2011/06/28 07:28:03 olemarkus Exp $ EAPI="3" PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml" +PHP_PEAR_URI="pear.phpunit.de" PHP_PEAR_PN="DbUnit" inherit php-pear-lib-r1 |