Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/hippodraw: ChangeLog hippodraw-1.21.3.ebuild hippodraw-1.19.1.ebuild
Date: Mon, 02 Jun 2008 10:30:46
Message-Id: E1K37JI-0005QU-5L@stork.gentoo.org
1 markusle 08/06/02 10:30:40
2
3 Modified: ChangeLog hippodraw-1.21.3.ebuild
4 hippodraw-1.19.1.ebuild
5 Log:
6 Added check for python's USE=threads (see bug #224269).
7 (Portage version: 2.1.5.2)
8
9 Revision Changes Path
10 1.3 sci-visualization/hippodraw/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/hippodraw/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/hippodraw/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/hippodraw/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/hippodraw/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 1 Jun 2008 20:14:33 -0000 1.2
23 +++ ChangeLog 2 Jun 2008 10:30:39 -0000 1.3
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sci-visualization/hippodraw
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/hippodraw/ChangeLog,v 1.2 2008/06/01 20:14:33 markusle Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/hippodraw/ChangeLog,v 1.3 2008/06/02 10:30:39 markusle Exp $
29 +
30 + 02 Jun 2008; Markus Dittrich <markusle@g.o>
31 + hippodraw-1.19.1.ebuild, hippodraw-1.21.3.ebuild:
32 + Added check for python's USE="threads" (see bug #224269).
33
34 *hippodraw-1.21.3 (01 Jun 2008)
35
36
37
38
39 1.2 sci-visualization/hippodraw/hippodraw-1.21.3.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/hippodraw/hippodraw-1.21.3.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/hippodraw/hippodraw-1.21.3.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/hippodraw/hippodraw-1.21.3.ebuild?r1=1.1&r2=1.2
44
45 Index: hippodraw-1.21.3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/hippodraw/hippodraw-1.21.3.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- hippodraw-1.21.3.ebuild 1 Jun 2008 20:14:33 -0000 1.1
52 +++ hippodraw-1.21.3.ebuild 2 Jun 2008 10:30:39 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/hippodraw/hippodraw-1.21.3.ebuild,v 1.1 2008/06/01 20:14:33 markusle Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/hippodraw/hippodraw-1.21.3.ebuild,v 1.2 2008/06/02 10:30:39 markusle Exp $
58
59 inherit eutils qt3
60
61 @@ -36,6 +36,13 @@
62
63 S=${WORKDIR}/${MY_PN}-${PV}
64
65 +pkg_setup() {
66 + # need python threads (see bug #224269)
67 + if ! built_with_use dev-lang/python threads; then
68 + die "hippodraw needs dev-lang/python with USE=\"threads\""
69 + fi
70 +}
71 +
72 src_unpack() {
73 unpack ${A}
74 cd "${S}"
75
76
77
78 1.3 sci-visualization/hippodraw/hippodraw-1.19.1.ebuild
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/hippodraw/hippodraw-1.19.1.ebuild?rev=1.3&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/hippodraw/hippodraw-1.19.1.ebuild?rev=1.3&content-type=text/plain
82 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/hippodraw/hippodraw-1.19.1.ebuild?r1=1.2&r2=1.3
83
84 Index: hippodraw-1.19.1.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/hippodraw/hippodraw-1.19.1.ebuild,v
87 retrieving revision 1.2
88 retrieving revision 1.3
89 diff -u -r1.2 -r1.3
90 --- hippodraw-1.19.1.ebuild 1 Jun 2008 20:14:33 -0000 1.2
91 +++ hippodraw-1.19.1.ebuild 2 Jun 2008 10:30:39 -0000 1.3
92 @@ -1,6 +1,6 @@
93 # Copyright 1999-2008 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/hippodraw/hippodraw-1.19.1.ebuild,v 1.2 2008/06/01 20:14:33 markusle Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/hippodraw/hippodraw-1.19.1.ebuild,v 1.3 2008/06/02 10:30:39 markusle Exp $
97
98 inherit eutils qt3
99
100 @@ -36,6 +36,14 @@
101
102 S=${WORKDIR}/${MY_PN}-${PV}
103
104 +
105 +pkg_setup() {
106 + # need python threads (see bug #224269)
107 + if ! built_with_use dev-lang/python threads; then
108 + die "hippodraw needs dev-lang/python with USE=\"threads\""
109 + fi
110 +}
111 +
112 src_unpack() {
113 unpack ${A}
114 cd "${S}"
115
116
117
118 --
119 gentoo-commits@l.g.o mailing list