summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2013-10-27 17:29:25 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2013-10-27 17:29:25 +0000
commit59aa4c98db7dc1f5d49ddc2cc313f38ae9c3d4d7 (patch)
treeb01a2cbfae3da2569d2e8ee06dbaf9c1f14d8cf3 /dev-python/subunit
parentx86 stable wrt bug #489414 (diff)
downloadgentoo-2-59aa4c98db7dc1f5d49ddc2cc313f38ae9c3d4d7.tar.gz
gentoo-2-59aa4c98db7dc1f5d49ddc2cc313f38ae9c3d4d7.tar.bz2
gentoo-2-59aa4c98db7dc1f5d49ddc2cc313f38ae9c3d4d7.zip
fix the src_uri, again, the new one wasn't providing the correct files...
(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/ChangeLog5
-rw-r--r--dev-python/subunit/subunit-0.0.15.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/subunit/ChangeLog b/dev-python/subunit/ChangeLog
index c75d810bd6aa..7286a1a98a0d 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.29 2013/10/25 07:01:46 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/ChangeLog,v 1.30 2013/10/27 17:29:25 prometheanfire Exp $
+
+ 27 Oct 2013; Matthew Thode <prometheanfire@gentoo.org> subunit-0.0.15.ebuild:
+ fix the src_uri, again, the new one wasn't providing the correct files...
25 Oct 2013; Matthew Thode <prometheanfire@gentoo.org> subunit-0.0.15.ebuild:
fix for bad src_uri
diff --git a/dev-python/subunit/subunit-0.0.15.ebuild b/dev-python/subunit/subunit-0.0.15.ebuild
index db4d49e4f2bf..39f95f23ff0a 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.2 2013/10/25 07:01:46 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/subunit-0.0.15.ebuild,v 1.3 2013/10/27 17:29:25 prometheanfire Exp $
EAPI=5
@@ -10,7 +10,9 @@ 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/p/python-${PN}/python-${P}.tar.gz"
+SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
+#SRC_URI="mirror://pypi/p/python-${PN}/python-${P}.tar.gz"
+#S="${WORKDIR}/python-${P}"
LICENSE="Apache-2.0 BSD"
SLOT="0"