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 graph-tool-2.2.21.ebuild
Date: Thu, 31 Jan 2013 09:30:10
Message-Id: 20130131093006.29F4A2171D@flycatcher.gentoo.org
1 radhermit 13/01/31 09:30:06
2
3 Modified: graph-tool-9999.ebuild ChangeLog
4 graph-tool-2.2.21.ebuild
5 Log:
6 Add check for sufficient disk space (bug #453544).
7
8 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.3 dev-python/graph-tool/graph-tool-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild?r1=1.2&r2=1.3
16
17 Index: graph-tool-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- graph-tool-9999.ebuild 10 Jan 2013 23:45:59 -0000 1.2
24 +++ graph-tool-9999.ebuild 31 Jan 2013 09:30:05 -0000 1.3
25 @@ -1,16 +1,15 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild,v 1.2 2013/01/10 23:45:59 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild,v 1.3 2013/01/31 09:30:05 radhermit Exp $
30
31 -EAPI="5"
32 +EAPI=5
33 PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} )
34
35 -inherit eutils toolchain-funcs python-r1
36 +inherit check-reqs eutils toolchain-funcs python-r1
37
38 if [[ ${PV} == "9999" ]] ; then
39 EGIT_REPO_URI="git://git.skewed.de/graph-tool"
40 inherit git-2
41 - KEYWORDS=""
42 else
43 SRC_URI="http://downloads.skewed.de/${PN}/${P}.tar.bz2"
44 KEYWORDS="~amd64 ~x86"
45 @@ -42,10 +41,14 @@
46 # most machines don't have enough ram for parallel builds
47 MAKEOPTS="${MAKEOPTS} -j1"
48
49 +# bug 453544
50 +CHECKREQS_DISK_BUILD="6G"
51 +
52 pkg_pretend() {
53 if use openmp ; then
54 tc-has-openmp || die "Please switch to an openmp compatible compiler"
55 fi
56 + check-reqs_pkg_pretend
57 }
58
59 src_prepare() {
60
61
62
63 1.4 dev-python/graph-tool/ChangeLog
64
65 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/ChangeLog?rev=1.4&view=markup
66 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/ChangeLog?rev=1.4&content-type=text/plain
67 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/ChangeLog?r1=1.3&r2=1.4
68
69 Index: ChangeLog
70 ===================================================================
71 RCS file: /var/cvsroot/gentoo-x86/dev-python/graph-tool/ChangeLog,v
72 retrieving revision 1.3
73 retrieving revision 1.4
74 diff -u -r1.3 -r1.4
75 --- ChangeLog 31 Jan 2013 09:03:02 -0000 1.3
76 +++ ChangeLog 31 Jan 2013 09:30:05 -0000 1.4
77 @@ -1,6 +1,10 @@
78 # ChangeLog for dev-python/graph-tool
79 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
80 -# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/ChangeLog,v 1.3 2013/01/31 09:03:02 radhermit Exp $
81 +# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/ChangeLog,v 1.4 2013/01/31 09:30:05 radhermit Exp $
82 +
83 + 31 Jan 2013; Tim Harder <radhermit@g.o> graph-tool-2.2.21.ebuild,
84 + graph-tool-9999.ebuild:
85 + Add check for sufficient disk space (bug #453544).
86
87 31 Jan 2013; Tim Harder <radhermit@g.o> -graph-tool-2.2.19.ebuild:
88 Remove old.
89
90
91
92 1.2 dev-python/graph-tool/graph-tool-2.2.21.ebuild
93
94 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.21.ebuild?rev=1.2&view=markup
95 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.21.ebuild?rev=1.2&content-type=text/plain
96 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.21.ebuild?r1=1.1&r2=1.2
97
98 Index: graph-tool-2.2.21.ebuild
99 ===================================================================
100 RCS file: /var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.21.ebuild,v
101 retrieving revision 1.1
102 retrieving revision 1.2
103 diff -u -r1.1 -r1.2
104 --- graph-tool-2.2.21.ebuild 10 Jan 2013 23:45:59 -0000 1.1
105 +++ graph-tool-2.2.21.ebuild 31 Jan 2013 09:30:05 -0000 1.2
106 @@ -1,16 +1,15 @@
107 # Copyright 1999-2013 Gentoo Foundation
108 # Distributed under the terms of the GNU General Public License v2
109 -# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.21.ebuild,v 1.1 2013/01/10 23:45:59 radhermit Exp $
110 +# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.21.ebuild,v 1.2 2013/01/31 09:30:05 radhermit Exp $
111
112 -EAPI="5"
113 +EAPI=5
114 PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} )
115
116 -inherit eutils toolchain-funcs python-r1
117 +inherit check-reqs eutils toolchain-funcs python-r1
118
119 if [[ ${PV} == "9999" ]] ; then
120 EGIT_REPO_URI="git://git.skewed.de/graph-tool"
121 inherit git-2
122 - KEYWORDS=""
123 else
124 SRC_URI="http://downloads.skewed.de/${PN}/${P}.tar.bz2"
125 KEYWORDS="~amd64 ~x86"
126 @@ -42,10 +41,14 @@
127 # most machines don't have enough ram for parallel builds
128 MAKEOPTS="${MAKEOPTS} -j1"
129
130 +# bug 453544
131 +CHECKREQS_DISK_BUILD="6G"
132 +
133 pkg_pretend() {
134 if use openmp ; then
135 tc-has-openmp || die "Please switch to an openmp compatible compiler"
136 fi
137 + check-reqs_pkg_pretend
138 }
139
140 src_prepare() {