Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-desktop-base: ChangeLog gnome-python-desktop-base-2.32.0.ebuild
Date: Fri, 05 Nov 2010 22:58:04
Message-Id: 20101105225758.7742F20051@flycatcher.gentoo.org
1 pacho 10/11/05 22:57:58
2
3 Modified: ChangeLog
4 Added: gnome-python-desktop-base-2.32.0.ebuild
5 Log:
6 Version bump for Gnome 2.32.
7
8 (Portage version: 2.1.9.24/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.42 dev-python/gnome-python-desktop-base/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog?rev=1.42&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog?rev=1.42&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog?r1=1.41&r2=1.42
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog,v
20 retrieving revision 1.41
21 retrieving revision 1.42
22 diff -u -r1.41 -r1.42
23 --- ChangeLog 14 Oct 2010 22:21:03 -0000 1.41
24 +++ ChangeLog 5 Nov 2010 22:57:58 -0000 1.42
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/gnome-python-desktop-base
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog,v 1.41 2010/10/14 22:21:03 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog,v 1.42 2010/11/05 22:57:58 pacho Exp $
30 +
31 +*gnome-python-desktop-base-2.32.0 (05 Nov 2010)
32 +
33 + 05 Nov 2010; Pacho Ramos <pacho@g.o>
34 + +gnome-python-desktop-base-2.32.0.ebuild:
35 + Version bump for Gnome 2.32.
36
37 14 Oct 2010; Markus Meier <maekke@g.o>
38 gnome-python-desktop-base-2.30.2.ebuild:
39
40
41
42 1.1 dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gnome-python-desktop-base-2.32.0.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0.ebuild,v 1.1 2010/11/05 22:57:58 pacho Exp $
52
53 EAPI="3"
54 GCONF_DEBUG="no"
55 PYTHON_DEPEND="2"
56
57 inherit gnome2 versionator python
58
59 # This ebuild does nothing -- we just want to get the pkgconfig file installed
60 MY_PN="gnome-python-desktop"
61 PVP="$(get_version_component_range 1-2)"
62
63 DESCRIPTION="Provides python the base files for the Gnome Python Desktop bindings"
64 HOMEPAGE="http://pygtk.org/"
65 SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP}/${MY_PN}-${PV}.tar.bz2"
66
67 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
68
69 IUSE=""
70 LICENSE="LGPL-2.1"
71 SLOT="0"
72
73 # From the gnome-python-desktop eclass
74 RDEPEND=">=dev-python/pygtk-2.10.3
75 >=dev-libs/glib-2.6.0
76 >=x11-libs/gtk+-2.4.0
77 !<dev-python/gnome-python-extras-2.13
78 !<dev-python/gnome-python-desktop-2.22.0-r10"
79 DEPEND="${RDEPEND}
80 >=dev-util/pkgconfig-0.7"
81
82 RESTRICT="test"
83
84 S="${WORKDIR}/${MY_PN}-${PV}"
85
86 pkg_setup() {
87 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
88 G2CONF="${G2CONF} --disable-allbindings"
89 python_set_active_version 2
90 }
91
92 src_prepare() {
93 gnome2_src_prepare
94 python_convert_shebangs -r 2 .
95 }