Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/qscintilla-python: qscintilla-python-2.2.ebuild ChangeLog qscintilla-python-2.3.ebuild qscintilla-python-2.1.ebuild
Date: Mon, 27 Oct 2008 11:51:18
Message-Id: E1KuQcr-0004cL-VR@stork.gentoo.org
1 hawking 08/10/27 11:51:13
2
3 Modified: qscintilla-python-2.2.ebuild ChangeLog
4 qscintilla-python-2.3.ebuild
5 qscintilla-python-2.1.ebuild
6 Log:
7 Use python_need_rebuild.
8 (Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)
9
10 Revision Changes Path
11 1.2 dev-python/qscintilla-python/qscintilla-python-2.2.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.2.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.2.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.2.ebuild?r1=1.1&r2=1.2
16
17 Index: qscintilla-python-2.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.2.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- qscintilla-python-2.2.ebuild 24 May 2008 22:44:27 -0000 1.1
24 +++ qscintilla-python-2.2.ebuild 27 Oct 2008 11:51:13 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.2.ebuild,v 1.1 2008/05/24 22:44:27 yngwin Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.2.ebuild,v 1.2 2008/10/27 11:51:13 hawking Exp $
30
31 inherit eutils python
32
33 @@ -56,9 +56,10 @@
34
35 python_version
36 ${python} configure.py ${myconf} || die "configure.py failed"
37 - emake || die "emake failed"
38 + emake || die "emake failed"
39 }
40
41 src_install() {
42 + python_need_rebuild
43 emake DESTDIR="${D}" install || die "emake install failed"
44 }
45
46
47
48 1.11 dev-python/qscintilla-python/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/qscintilla-python/ChangeLog?rev=1.11&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/qscintilla-python/ChangeLog?rev=1.11&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/qscintilla-python/ChangeLog?r1=1.10&r2=1.11
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/ChangeLog,v
57 retrieving revision 1.10
58 retrieving revision 1.11
59 diff -u -r1.10 -r1.11
60 --- ChangeLog 25 Sep 2008 14:05:25 -0000 1.10
61 +++ ChangeLog 27 Oct 2008 11:51:13 -0000 1.11
62 @@ -1,6 +1,11 @@
63 # ChangeLog for dev-python/qscintilla-python
64 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/ChangeLog,v 1.10 2008/09/25 14:05:25 hawking Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/ChangeLog,v 1.11 2008/10/27 11:51:13 hawking Exp $
67 +
68 + 27 Oct 2008; Ali Polatel <hawking@g.o>
69 + qscintilla-python-2.1.ebuild, qscintilla-python-2.2.ebuild,
70 + qscintilla-python-2.3.ebuild:
71 + Use python_need_rebuild.
72
73 *qscintilla-python-2.3 (25 Sep 2008)
74
75
76
77
78 1.2 dev-python/qscintilla-python/qscintilla-python-2.3.ebuild
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.3.ebuild?rev=1.2&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.3.ebuild?rev=1.2&content-type=text/plain
82 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.3.ebuild?r1=1.1&r2=1.2
83
84 Index: qscintilla-python-2.3.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.3.ebuild,v
87 retrieving revision 1.1
88 retrieving revision 1.2
89 diff -u -r1.1 -r1.2
90 --- qscintilla-python-2.3.ebuild 25 Sep 2008 14:05:25 -0000 1.1
91 +++ qscintilla-python-2.3.ebuild 27 Oct 2008 11:51:13 -0000 1.2
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/dev-python/qscintilla-python/qscintilla-python-2.3.ebuild,v 1.1 2008/09/25 14:05:25 hawking Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.3.ebuild,v 1.2 2008/10/27 11:51:13 hawking Exp $
97
98 inherit eutils python
99
100 @@ -56,9 +56,10 @@
101
102 python_version
103 ${python} configure.py ${myconf} || die "configure.py failed"
104 - emake || die "emake failed"
105 + emake || die "emake failed"
106 }
107
108 src_install() {
109 + python_need_rebuild
110 emake DESTDIR="${D}" install || die "emake install failed"
111 }
112
113
114
115 1.8 dev-python/qscintilla-python/qscintilla-python-2.1.ebuild
116
117 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.1.ebuild?rev=1.8&view=markup
118 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.1.ebuild?rev=1.8&content-type=text/plain
119 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.1.ebuild?r1=1.7&r2=1.8
120
121 Index: qscintilla-python-2.1.ebuild
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.1.ebuild,v
124 retrieving revision 1.7
125 retrieving revision 1.8
126 diff -u -r1.7 -r1.8
127 --- qscintilla-python-2.1.ebuild 12 May 2008 15:13:31 -0000 1.7
128 +++ qscintilla-python-2.1.ebuild 27 Oct 2008 11:51:13 -0000 1.8
129 @@ -1,6 +1,6 @@
130 # Copyright 1999-2008 Gentoo Foundation
131 # Distributed under the terms of the GNU General Public License v2
132 -# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.1.ebuild,v 1.7 2008/05/12 15:13:31 corsair Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.1.ebuild,v 1.8 2008/10/27 11:51:13 hawking Exp $
134
135 inherit eutils python
136
137 @@ -58,9 +58,10 @@
138
139 python_version
140 ${python} configure.py ${myconf} || die "configure.py failed"
141 - emake || die "emake failed"
142 + emake || die "emake failed"
143 }
144
145 src_install() {
146 + python_need_rebuild
147 emake DESTDIR="${D}" install || die "emake install failed"
148 }