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: boa-constructor-0.4.0_alpha.ebuild boa-constructor-0.6.1.ebuild ChangeLog
Date: Tue, 04 Dec 2007 03:50:12
Message-Id: E1IzOnN-0004ZW-SB@stork.gentoo.org
1 dirtyepic 07/12/04 03:50:05
2
3 Modified: boa-constructor-0.4.0_alpha.ebuild
4 boa-constructor-0.6.1.ebuild ChangeLog
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.7 dev-util/boa-constructor/boa-constructor-0.4.0_alpha.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.4.0_alpha.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.4.0_alpha.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.4.0_alpha.ebuild?r1=1.6&r2=1.7
15
16 Index: boa-constructor-0.4.0_alpha.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.4.0_alpha.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- boa-constructor-0.4.0_alpha.ebuild 29 Dec 2006 18:40:13 -0000 1.6
23 +++ boa-constructor-0.4.0_alpha.ebuild 4 Dec 2007 03:50:05 -0000 1.7
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2006 Gentoo Foundation
26 +# Copyright 1999-2007 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.4.0_alpha.ebuild,v 1.6 2006/12/29 18:40:13 dertobi123 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.4.0_alpha.ebuild,v 1.7 2007/12/04 03:50:05 dirtyepic Exp $
30
31 inherit eutils python
32
33 @@ -22,8 +22,8 @@
34
35 src_unpack() {
36 unpack ${A}
37 - cd ${S} || die "Failed to cd ${S}"
38 - epatch ${FILESDIR}/${P}-wxversion.patch
39 + cd "${S}"
40 + epatch "${FILESDIR}"/${P}-wxversion.patch
41 }
42
43 src_compile() {
44 @@ -51,7 +51,7 @@
45 insinto "${boadir}/Plug-ins"
46 doins Plug-ins/*
47
48 - dobin "${FILESDIR}/boa-constructor"
49 + newbin "${FILESDIR}"/${P} boa-constructor
50
51 dodoc Bugs.txt Changes.txt Credits.txt README.txt
52 }
53
54
55
56 1.2 dev-util/boa-constructor/boa-constructor-0.6.1.ebuild
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild?rev=1.2&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild?rev=1.2&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild?r1=1.1&r2=1.2
61
62 Index: boa-constructor-0.6.1.ebuild
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild,v
65 retrieving revision 1.1
66 retrieving revision 1.2
67 diff -u -r1.1 -r1.2
68 --- boa-constructor-0.6.1.ebuild 29 Sep 2007 01:22:35 -0000 1.1
69 +++ boa-constructor-0.6.1.ebuild 4 Dec 2007 03:50:05 -0000 1.2
70 @@ -1,6 +1,6 @@
71 # Copyright 1999-2007 Gentoo Foundation
72 # Distributed under the terms of the GNU General Public License v2
73 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild,v 1.1 2007/09/29 01:22:35 dirtyepic Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild,v 1.2 2007/12/04 03:50:05 dirtyepic Exp $
75
76 inherit eutils python
77
78 @@ -44,7 +44,7 @@
79 insinto "${boadir}/Plug-ins"
80 doins Plug-ins/*
81
82 - dobin "${FILESDIR}/boa-constructor"
83 + newbin "${FILESDIR}"/${P} boa-constructor
84
85 dodoc Bugs.txt Changes.txt Credits.txt README.txt
86 }
87
88
89
90 1.29 dev-util/boa-constructor/ChangeLog
91
92 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boa-constructor/ChangeLog?rev=1.29&view=markup
93 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boa-constructor/ChangeLog?rev=1.29&content-type=text/plain
94 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boa-constructor/ChangeLog?r1=1.28&r2=1.29
95
96 Index: ChangeLog
97 ===================================================================
98 RCS file: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v
99 retrieving revision 1.28
100 retrieving revision 1.29
101 diff -u -r1.28 -r1.29
102 --- ChangeLog 29 Sep 2007 01:22:35 -0000 1.28
103 +++ ChangeLog 4 Dec 2007 03:50:05 -0000 1.29
104 @@ -1,6 +1,12 @@
105 # ChangeLog for dev-util/boa-constructor
106 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
107 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v 1.28 2007/09/29 01:22:35 dirtyepic Exp $
108 +# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v 1.29 2007/12/04 03:50:05 dirtyepic Exp $
109 +
110 + 04 Dec 2007; Ryan Hill <dirtyepic@g.o>
111 + +files/boa-constructor-0.4.0_alpha, +files/boa-constructor-0.6.1,
112 + -files/boa-constructor, boa-constructor-0.4.0_alpha.ebuild,
113 + boa-constructor-0.6.1.ebuild:
114 + Add -W 2.6 option to 0.6.1 launcher to be sure we're always using wxpython-2.6.
115
116 *boa-constructor-0.6.1 (29 Sep 2007)
117
118
119
120
121 --
122 gentoo-commits@g.o mailing list