Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/gconf-python: ChangeLog gconf-python-2.22.3.ebuild gconf-python-2.22.1.ebuild
Date: Mon, 01 Dec 2008 14:31:03
Message-Id: E1L79nh-000425-Ip@stork.gentoo.org
1 eva 08/12/01 14:31:01
2
3 Modified: ChangeLog gconf-python-2.22.3.ebuild
4 Removed: gconf-python-2.22.1.ebuild
5 Log:
6 Remove python_need_rebuild, it is now in the eclass.
7 (Portage version: 2.2_rc16/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.4 dev-python/gconf-python/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gconf-python/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gconf-python/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gconf-python/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/gconf-python/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 27 Oct 2008 01:18:18 -0000 1.3
23 +++ ChangeLog 1 Dec 2008 14:31:01 -0000 1.4
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-python/gconf-python
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/ChangeLog,v 1.3 2008/10/27 01:18:18 hawking Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/ChangeLog,v 1.4 2008/12/01 14:31:01 eva Exp $
29 +
30 + 01 Dec 2008; Gilles Dartiguelongue <eva@g.o>
31 + -gconf-python-2.22.1.ebuild, gconf-python-2.22.3.ebuild:
32 + Remove python_need_rebuild, it is now in the eclass.
33
34 27 Oct 2008; Ali Polatel <hawking@g.o> gconf-python-2.22.1.ebuild,
35 gconf-python-2.22.3.ebuild:
36
37
38
39 1.3 dev-python/gconf-python/gconf-python-2.22.3.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gconf-python/gconf-python-2.22.3.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gconf-python/gconf-python-2.22.3.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gconf-python/gconf-python-2.22.3.ebuild?r1=1.2&r2=1.3
44
45 Index: gconf-python-2.22.3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-python/gconf-python/gconf-python-2.22.3.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- gconf-python-2.22.3.ebuild 27 Oct 2008 01:18:18 -0000 1.2
52 +++ gconf-python-2.22.3.ebuild 1 Dec 2008 14:31:01 -0000 1.3
53 @@ -1,10 +1,10 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/gconf-python-2.22.3.ebuild,v 1.2 2008/10/27 01:18:18 hawking Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/gconf-python-2.22.3.ebuild,v 1.3 2008/12/01 14:31:01 eva Exp $
58
59 G_PY_PN="gnome-python"
60
61 -inherit gnome-python-common python
62 +inherit gnome-python-common
63
64 DESCRIPTION="Python bindings for the GConf library"
65 LICENSE="LGPL-2.1"
66 @@ -18,7 +18,3 @@
67
68 EXAMPLES="examples/gconf/*"
69
70 -src_install() {
71 - python_need_rebuild
72 - gnome-python-common_src_install
73 -}