diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-10-25 07:01:46 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-10-25 07:01:46 +0000 |
commit | c83857df06cd0a8f55ac80296f0351d1747d756b (patch) | |
tree | 8ae3963bcdbb1d39f612ff0c2e0787fdcbf189af /dev-python/subunit | |
parent | bump of hacking, also, test support (diff) | |
download | gentoo-2-c83857df06cd0a8f55ac80296f0351d1747d756b.tar.gz gentoo-2-c83857df06cd0a8f55ac80296f0351d1747d756b.tar.bz2 gentoo-2-c83857df06cd0a8f55ac80296f0351d1747d756b.zip |
fix for bad src_uri
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'dev-python/subunit')
-rw-r--r-- | dev-python/subunit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/subunit/subunit-0.0.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/subunit/ChangeLog b/dev-python/subunit/ChangeLog index 5ae58c08a9f0..c75d810bd6aa 100644 --- a/dev-python/subunit/ChangeLog +++ b/dev-python/subunit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/subunit # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/ChangeLog,v 1.28 2013/10/24 18:22:26 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/ChangeLog,v 1.29 2013/10/25 07:01:46 prometheanfire Exp $ + + 25 Oct 2013; Matthew Thode <prometheanfire@gentoo.org> subunit-0.0.15.ebuild: + fix for bad src_uri *subunit-0.0.15 (24 Oct 2013) diff --git a/dev-python/subunit/subunit-0.0.15.ebuild b/dev-python/subunit/subunit-0.0.15.ebuild index 028272262a2f..db4d49e4f2bf 100644 --- a/dev-python/subunit/subunit-0.0.15.ebuild +++ b/dev-python/subunit/subunit-0.0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/subunit-0.0.15.ebuild,v 1.1 2013/10/24 18:22:26 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/subunit-0.0.15.ebuild,v 1.2 2013/10/25 07:01:46 prometheanfire Exp $ EAPI=5 @@ -10,7 +10,7 @@ inherit autotools-utils python-r1 DESCRIPTION="A streaming protocol for test results" HOMEPAGE="https://launchpad.net/subunit http://pypi.python.org/pypi/python-subunit" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +SRC_URI="mirror://pypi/p/python-${PN}/python-${P}.tar.gz" LICENSE="Apache-2.0 BSD" SLOT="0" |