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/wxglade: wxglade-0.6.1.ebuild wxglade-0.6.ebuild ChangeLog
Date: Tue, 04 Dec 2007 15:42:22
Message-Id: E1IzZuS-0000ZS-0a@stork.gentoo.org
1 dirtyepic 07/12/04 15:42:08
2
3 Modified: wxglade-0.6.1.ebuild wxglade-0.6.ebuild ChangeLog
4 Log:
5 Lock to wxpython-2.6 at runtime.
6 (Portage version: 2.1.4_rc7)
7
8 Revision Changes Path
9 1.2 dev-util/wxglade/wxglade-0.6.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/wxglade-0.6.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/wxglade-0.6.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/wxglade-0.6.1.ebuild?r1=1.1&r2=1.2
14
15 Index: wxglade-0.6.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- wxglade-0.6.1.ebuild 29 Oct 2007 02:44:18 -0000 1.1
22 +++ wxglade-0.6.1.ebuild 4 Dec 2007 15:42:07 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.1.ebuild,v 1.1 2007/10/29 02:44:18 dirtyepic Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.1.ebuild,v 1.2 2007/12/04 15:42:07 dirtyepic Exp $
28
29 inherit python multilib eutils
30
31 @@ -16,6 +16,13 @@
32 DEPEND=">=dev-lang/python-2.3
33 =dev-python/wxpython-2.6*"
34
35 +src_unpack() {
36 + unpack ${A}
37 + cd "${S}"
38 +
39 + epatch "${FILESDIR}"/${P}-wxversion.patch
40 +}
41 +
42 src_install() {
43 python_version
44 dodir /usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
45
46
47
48 1.7 dev-util/wxglade/wxglade-0.6.ebuild
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/wxglade-0.6.ebuild?rev=1.7&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/wxglade-0.6.ebuild?rev=1.7&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/wxglade-0.6.ebuild?r1=1.6&r2=1.7
53
54 Index: wxglade-0.6.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.ebuild,v
57 retrieving revision 1.6
58 retrieving revision 1.7
59 diff -u -r1.6 -r1.7
60 --- wxglade-0.6.ebuild 4 Nov 2007 14:11:31 -0000 1.6
61 +++ wxglade-0.6.ebuild 4 Dec 2007 15:42:07 -0000 1.7
62 @@ -1,6 +1,6 @@
63 # Copyright 1999-2007 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.ebuild,v 1.6 2007/11/04 14:11:31 angelos Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.ebuild,v 1.7 2007/12/04 15:42:07 dirtyepic Exp $
67
68 inherit python multilib eutils
69
70 @@ -16,6 +16,14 @@
71 DEPEND=">=dev-lang/python-2.3
72 =dev-python/wxpython-2.6*"
73
74 +src_unpack() {
75 + unpack ${A}
76 + cd "${S}"
77 +
78 + epatch "${FILESDIR}"/${PN}-0.6.1-wxversion.patch
79 +}
80 +
81 +
82 src_install() {
83 python_version
84 dodir /usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
85
86
87
88 1.44 dev-util/wxglade/ChangeLog
89
90 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/ChangeLog?rev=1.44&view=markup
91 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/ChangeLog?rev=1.44&content-type=text/plain
92 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/ChangeLog?r1=1.43&r2=1.44
93
94 Index: ChangeLog
95 ===================================================================
96 RCS file: /var/cvsroot/gentoo-x86/dev-util/wxglade/ChangeLog,v
97 retrieving revision 1.43
98 retrieving revision 1.44
99 diff -u -r1.43 -r1.44
100 --- ChangeLog 4 Dec 2007 04:27:31 -0000 1.43
101 +++ ChangeLog 4 Dec 2007 15:42:07 -0000 1.44
102 @@ -1,6 +1,11 @@
103 # ChangeLog for dev-util/wxglade
104 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
105 -# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/ChangeLog,v 1.43 2007/12/04 04:27:31 dirtyepic Exp $
106 +# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/ChangeLog,v 1.44 2007/12/04 15:42:07 dirtyepic Exp $
107 +
108 + 04 Dec 2007; Ryan Hill <dirtyepic@g.o>
109 + +files/wxglade-0.6.1-wxversion.patch, wxglade-0.6.ebuild,
110 + wxglade-0.6.1.ebuild:
111 + Lock to wxpython-2.6 at runtime.
112
113 04 Dec 2007; Ryan Hill <dirtyepic@g.o> -wxglade-0.4.1.ebuild:
114 Remove old.
115
116
117
118 --
119 gentoo-commits@g.o mailing list