Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/boa-constructor/files: boa-constructor-0.4.0_alpha boa-constructor-0.6.1 boa-constructor
Date: Tue, 04 Dec 2007 03:50:12
Message-Id: E1IzOnO-0004Zj-Hz@stork.gentoo.org
1 dirtyepic 07/12/04 03:50:06
2
3 Added: boa-constructor-0.4.0_alpha boa-constructor-0.6.1
4 Removed: boa-constructor
5 Log:
6 Add -W 2.6 option to 0.6.1 launcher to be sure we're always using wxpython-2.6.
7 (Portage version: 2.1.4_rc7)
8
9 Revision Changes Path
10 1.1 dev-util/boa-constructor/files/boa-constructor-0.4.0_alpha
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boa-constructor/files/boa-constructor-0.4.0_alpha?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boa-constructor/files/boa-constructor-0.4.0_alpha?rev=1.1&content-type=text/plain
14
15 Index: boa-constructor-0.4.0_alpha
16 ===================================================================
17 #!/bin/sh
18 # $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/files/boa-constructor-0.4.0_alpha,v 1.1 2007/12/04 03:50:06 dirtyepic Exp $
19
20 # This is a bit of a kludge, but works.
21 # If anyone can think of a better way to start Boa, feel free to
22 # modify.
23
24 pv=`python -V 2>&1 | sed -e 's:Python \([0-9].[0-9]\).*:\1:'`
25 cd /usr/lib/python"${pv}"/site-packages/boa
26 exec /usr/bin/python Boa.py
27
28
29
30 1.1 dev-util/boa-constructor/files/boa-constructor-0.6.1
31
32 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boa-constructor/files/boa-constructor-0.6.1?rev=1.1&view=markup
33 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boa-constructor/files/boa-constructor-0.6.1?rev=1.1&content-type=text/plain
34
35 Index: boa-constructor-0.6.1
36 ===================================================================
37 #!/bin/sh
38 # $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/files/boa-constructor-0.6.1,v 1.1 2007/12/04 03:50:06 dirtyepic Exp $
39
40 # This is a bit of a kludge, but works.
41 # If anyone can think of a better way to start Boa, feel free to
42 # modify.
43
44 pv=`python -V 2>&1 | sed -e 's:Python \([0-9].[0-9]\).*:\1:'`
45 cd /usr/lib/python"${pv}"/site-packages/boa
46 exec /usr/bin/python Boa.py -W 2.6
47
48
49
50 --
51 gentoo-commits@g.o mailing list