Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python: ChangeLog gnome-python-2.20.0.ebuild
Date: Fri, 12 Oct 2007 12:56:30
Message-Id: E1IgJuK-0001Mu-Py@stork.gentoo.org
1 remi 07/10/12 12:46:24
2
3 Modified: ChangeLog
4 Added: gnome-python-2.20.0.ebuild
5 Log:
6 dev-python/gnome-python: new version for Gnome 2.20
7 (Portage version: 2.1.3.12)
8
9 Revision Changes Path
10 1.101 dev-python/gnome-python/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python/ChangeLog?rev=1.101&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python/ChangeLog?rev=1.101&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python/ChangeLog?r1=1.100&r2=1.101
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python/ChangeLog,v
19 retrieving revision 1.100
20 retrieving revision 1.101
21 diff -u -r1.100 -r1.101
22 --- ChangeLog 22 Sep 2007 09:28:01 -0000 1.100
23 +++ ChangeLog 12 Oct 2007 12:46:24 -0000 1.101
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-python/gnome-python
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/ChangeLog,v 1.100 2007/09/22 09:28:01 tgall Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/ChangeLog,v 1.101 2007/10/12 12:46:24 remi Exp $
29 +
30 +*gnome-python-2.20.0 (12 Oct 2007)
31 +
32 + 12 Oct 2007; RĂ©mi Cardona <remi@g.o> +gnome-python-2.20.0.ebuild:
33 + new version for Gnome 2.20
34
35 22 Sep 2007; Tom Gall <tgall@g.o> gnome-python-2.18.2.ebuild:
36 stable on ppc64
37
38
39
40 1.1 dev-python/gnome-python/gnome-python-2.20.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python/gnome-python-2.20.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python/gnome-python-2.20.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gnome-python-2.20.0.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-2.20.0.ebuild,v 1.1 2007/10/12 12:46:24 remi Exp $
50
51 inherit gnome2 python eutils
52
53 DESCRIPTION="GNOME 2 bindings for Python"
54 HOMEPAGE="http://www.pygtk.org/"
55
56 LICENSE="LGPL-2"
57 SLOT="2"
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
59 IUSE="doc examples"
60
61 RDEPEND=">=dev-lang/python-2.2
62 >=dev-python/pygtk-2.10.3
63 >=dev-python/pyorbit-2.0.1
64 >=dev-libs/glib-2.6
65 >=x11-libs/gtk+-2.6
66 >=gnome-base/libgnome-2.8
67 >=gnome-base/libgnomeui-2.8
68 >=gnome-base/libgnomecanvas-2.8
69 >=gnome-base/gnome-vfs-2.14.0
70 >=gnome-base/gconf-2.11.1
71 >=gnome-base/libbonobo-2.8
72 >=gnome-base/libbonoboui-2.8"
73 DEPEND="${RDEPEND}
74 >=dev-util/pkgconfig-0.12.0"
75
76 # Skip test, to avoid gnome-python-2.0 block (fixes bug 72594)
77 RESTRICT="test"
78 DOCS="AUTHORS ChangeLog NEWS"
79
80 src_unpack() {
81 gnome2_src_unpack
82
83 # disable pyc compiling
84 mv py-compile py-compile.orig
85 ln -s $(type -P true) py-compile
86 }
87
88 src_install() {
89 gnome2_src_install
90
91 if use examples; then
92 insinto /usr/share/doc/${PF}
93 doins -r examples
94 fi
95 }
96
97 pkg_postinst() {
98 python_version
99 python_mod_optimize /usr/lib/python${PYVER}/site-packages/gtk-2.0
100 }
101
102 pkg_postrm() {
103 python_version
104 python_mod_cleanup
105 }
106
107
108
109 --
110 gentoo-commits@g.o mailing list