Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/subunit: subunit-0.0.15.ebuild ChangeLog
Date: Sun, 27 Oct 2013 17:29:28
Message-Id: 20131027172925.2E15B20047@flycatcher.gentoo.org
1 prometheanfire 13/10/27 17:29:25
2
3 Modified: subunit-0.0.15.ebuild ChangeLog
4 Log:
5 fix the src_uri, again, the new one wasn't providing the correct files...
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
8
9 Revision Changes Path
10 1.3 dev-python/subunit/subunit-0.0.15.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subunit/subunit-0.0.15.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subunit/subunit-0.0.15.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subunit/subunit-0.0.15.ebuild?r1=1.2&r2=1.3
15
16 Index: subunit-0.0.15.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/subunit/subunit-0.0.15.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- subunit-0.0.15.ebuild 25 Oct 2013 07:01:46 -0000 1.2
23 +++ subunit-0.0.15.ebuild 27 Oct 2013 17:29:25 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/subunit-0.0.15.ebuild,v 1.2 2013/10/25 07:01:46 prometheanfire Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/subunit-0.0.15.ebuild,v 1.3 2013/10/27 17:29:25 prometheanfire Exp $
29
30 EAPI=5
31
32 @@ -10,7 +10,9 @@
33
34 DESCRIPTION="A streaming protocol for test results"
35 HOMEPAGE="https://launchpad.net/subunit http://pypi.python.org/pypi/python-subunit"
36 -SRC_URI="mirror://pypi/p/python-${PN}/python-${P}.tar.gz"
37 +SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
38 +#SRC_URI="mirror://pypi/p/python-${PN}/python-${P}.tar.gz"
39 +#S="${WORKDIR}/python-${P}"
40
41 LICENSE="Apache-2.0 BSD"
42 SLOT="0"
43
44
45
46 1.30 dev-python/subunit/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subunit/ChangeLog?rev=1.30&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subunit/ChangeLog?rev=1.30&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subunit/ChangeLog?r1=1.29&r2=1.30
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-python/subunit/ChangeLog,v
55 retrieving revision 1.29
56 retrieving revision 1.30
57 diff -u -r1.29 -r1.30
58 --- ChangeLog 25 Oct 2013 07:01:46 -0000 1.29
59 +++ ChangeLog 27 Oct 2013 17:29:25 -0000 1.30
60 @@ -1,6 +1,9 @@
61 # ChangeLog for dev-python/subunit
62 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/ChangeLog,v 1.29 2013/10/25 07:01:46 prometheanfire Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/ChangeLog,v 1.30 2013/10/27 17:29:25 prometheanfire Exp $
65 +
66 + 27 Oct 2013; Matthew Thode <prometheanfire@g.o> subunit-0.0.15.ebuild:
67 + fix the src_uri, again, the new one wasn't providing the correct files...
68
69 25 Oct 2013; Matthew Thode <prometheanfire@g.o> subunit-0.0.15.ebuild:
70 fix for bad src_uri