Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/graph-tool: graph-tool-9999.ebuild ChangeLog
Date: Sat, 31 Jan 2015 08:29:03
Message-Id: 20150131082858.4822E10BF2@oystercatcher.gentoo.org
1 radhermit 15/01/31 08:28:58
2
3 Modified: graph-tool-9999.ebuild ChangeLog
4 Log:
5 Switch back to official upstream git repo (bug #538212).
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
8
9 Revision Changes Path
10 1.13 dev-python/graph-tool/graph-tool-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild?r1=1.12&r2=1.13
15
16 Index: graph-tool-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- graph-tool-9999.ebuild 21 Jan 2015 16:37:51 -0000 1.12
23 +++ graph-tool-9999.ebuild 31 Jan 2015 08:28:58 -0000 1.13
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild,v 1.12 2015/01/21 16:37:51 radhermit Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild,v 1.13 2015/01/31 08:28:58 radhermit Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
32 @@ -8,7 +8,7 @@
33 inherit check-reqs toolchain-funcs python-r1
34
35 if [[ ${PV} == "9999" ]] ; then
36 - EGIT_REPO_URI="https://github.com/count0/graph-tool.git"
37 + EGIT_REPO_URI="https://git.skewed.de/count0/graph-tool.git"
38 inherit autotools git-r3
39 else
40 SRC_URI="http://downloads.skewed.de/${PN}/${P}.tar.bz2"
41
42
43
44 1.24 dev-python/graph-tool/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/ChangeLog?rev=1.24&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/ChangeLog?rev=1.24&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/ChangeLog?r1=1.23&r2=1.24
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/graph-tool/ChangeLog,v
53 retrieving revision 1.23
54 retrieving revision 1.24
55 diff -u -r1.23 -r1.24
56 --- ChangeLog 21 Jan 2015 16:37:51 -0000 1.23
57 +++ ChangeLog 31 Jan 2015 08:28:58 -0000 1.24
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-python/graph-tool
60 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/ChangeLog,v 1.23 2015/01/21 16:37:51 radhermit Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/ChangeLog,v 1.24 2015/01/31 08:28:58 radhermit Exp $
63 +
64 + 31 Jan 2015; Tim Harder <radhermit@g.o> graph-tool-9999.ebuild:
65 + Switch back to official upstream git repo (bug #538212).
66
67 21 Jan 2015; Tim Harder <radhermit@g.o> graph-tool-2.2.36-r1.ebuild,
68 graph-tool-9999.ebuild: