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/python-scw: ChangeLog python-scw-0.4.7.ebuild
Date: Mon, 27 Oct 2008 11:02:24
Message-Id: E1KuPrY-0004JA-OC@stork.gentoo.org
1 hawking 08/10/27 11:02:20
2
3 Modified: ChangeLog python-scw-0.4.7.ebuild
4 Log:
5 Use python_need_rebuild.
6 (Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)
7
8 Revision Changes Path
9 1.2 dev-python/python-scw/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-scw/ChangeLog?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-scw/ChangeLog?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-scw/ChangeLog?r1=1.1&r2=1.2
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-scw/ChangeLog,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ChangeLog 20 Aug 2008 05:26:31 -0000 1.1
22 +++ ChangeLog 27 Oct 2008 11:02:20 -0000 1.2
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-python/python-scw
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-scw/ChangeLog,v 1.1 2008/08/20 05:26:31 neurogeek Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-scw/ChangeLog,v 1.2 2008/10/27 11:02:20 hawking Exp $
28 +
29 + 27 Oct 2008; Ali Polatel <hawking@g.o> python-scw-0.4.7.ebuild:
30 + Use python_need_rebuild.
31
32 *python-scw-0.4.7 (20 Aug 2008)
33
34
35
36
37 1.2 dev-python/python-scw/python-scw-0.4.7.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-scw/python-scw-0.4.7.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-scw/python-scw-0.4.7.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-scw/python-scw-0.4.7.ebuild?r1=1.1&r2=1.2
42
43 Index: python-scw-0.4.7.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-scw/python-scw-0.4.7.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- python-scw-0.4.7.ebuild 20 Aug 2008 05:26:31 -0000 1.1
50 +++ python-scw-0.4.7.ebuild 27 Oct 2008 11:02:20 -0000 1.2
51 @@ -1,6 +1,8 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-scw/python-scw-0.4.7.ebuild,v 1.1 2008/08/20 05:26:31 neurogeek Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-scw/python-scw-0.4.7.ebuild,v 1.2 2008/10/27 11:02:20 hawking Exp $
56 +
57 +inherit python
58
59 DESCRIPTION="Python binding for Scw."
60 HOMEPAGE="http://scwwidgets.googlepages.com/"
61 @@ -14,6 +16,7 @@
62 >=x11-libs/scw-0.4.0"
63
64 src_install() {
65 + python_need_rebuild
66 make DESTDIR="${D}" install || die
67 dodoc README NEWS ChangeLog AUTHORS
68 }