Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-desktop-base: gnome-python-desktop-base-2.32.0-r1.ebuild ChangeLog
Date: Mon, 26 May 2014 16:28:48
Message-Id: 20140526162844.8AF6F2004E@flycatcher.gentoo.org
1 mgorny 14/05/26 16:28:44
2
3 Modified: ChangeLog
4 Added: gnome-python-desktop-base-2.32.0-r1.ebuild
5 Log:
6 Convert to python-any-r1.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.51 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.51&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog?rev=1.51&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog?r1=1.50&r2=1.51
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog,v
20 retrieving revision 1.50
21 retrieving revision 1.51
22 diff -u -r1.50 -r1.51
23 --- ChangeLog 4 May 2012 15:12:17 -0000 1.50
24 +++ ChangeLog 26 May 2014 16:28:44 -0000 1.51
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/gnome-python-desktop-base
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog,v 1.50 2012/05/04 15:12:17 patrick Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog,v 1.51 2014/05/26 16:28:44 mgorny Exp $
31 +
32 +*gnome-python-desktop-base-2.32.0-r1 (26 May 2014)
33 +
34 + 26 May 2014; Michał Górny <mgorny@g.o>
35 + +gnome-python-desktop-base-2.32.0-r1.ebuild:
36 + Convert to python-any-r1.
37
38 04 May 2012; Patrick Lauer <patrick@g.o>
39 gnome-python-desktop-base-2.32.0.ebuild:
40 @@ -224,4 +230,3 @@
41 +gnome-python-desktop-base-2.22.0.ebuild:
42 Initial import of split gnome-python-desktop. This package installs a
43 common .pc file for all the bindings.
44 -
45
46
47
48 1.1 dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0-r1.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0-r1.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0-r1.ebuild?rev=1.1&content-type=text/plain
52
53 Index: gnome-python-desktop-base-2.32.0-r1.ebuild
54 ===================================================================
55 # Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0-r1.ebuild,v 1.1 2014/05/26 16:28:44 mgorny Exp $
58
59 EAPI="5"
60 GCONF_DEBUG="no"
61 PYTHON_COMPAT=( python2_7 )
62 GNOME_ORG_MODULE="gnome-python-desktop"
63 GNOME_TARBALL_SUFFIX="bz2"
64
65 inherit gnome2 python-any-r1
66
67 # This ebuild does nothing -- we just want to get the pkgconfig file installed
68
69 DESCRIPTION="Provides python the base files for the Gnome Python Desktop bindings"
70 HOMEPAGE="http://pygtk.org/"
71
72 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
73
74 IUSE=""
75 LICENSE="LGPL-2.1"
76 SLOT="0"
77
78 # From the gnome-python-desktop eclass
79 RDEPEND="$(python_gen_any_dep '>=dev-python/pygtk-2.10.3:2[${PYTHON_USEDEP}]')
80 >=dev-libs/glib-2.6.0:2
81 >=x11-libs/gtk+-2.4.0:2
82 !<dev-python/gnome-python-extras-2.13
83 !<dev-python/gnome-python-desktop-2.22.0-r10"
84 DEPEND="${RDEPEND}
85 virtual/pkgconfig"
86
87 RESTRICT="test"
88
89 pkg_setup() {
90 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
91 G2CONF="${G2CONF} --disable-allbindings"
92 python-any-r1_pkg_setup
93 }
94
95 src_prepare() {
96 gnome2_src_prepare
97 python_fix_shebang .
98 }