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-base: gnome-python-base-2.28.1-r1.ebuild ChangeLog
Date: Mon, 26 May 2014 16:18:09
Message-Id: 20140526161805.B61C82004E@flycatcher.gentoo.org
1 mgorny 14/05/26 16:18:05
2
3 Modified: ChangeLog
4 Added: gnome-python-base-2.28.1-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.43 dev-python/gnome-python-base/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/ChangeLog?rev=1.43&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/ChangeLog?rev=1.43&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/ChangeLog?r1=1.42&r2=1.43
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v
20 retrieving revision 1.42
21 retrieving revision 1.43
22 diff -u -r1.42 -r1.43
23 --- ChangeLog 16 Jan 2014 15:56:36 -0000 1.42
24 +++ ChangeLog 26 May 2014 16:18:05 -0000 1.43
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/gnome-python-base
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 1.42 2014/01/16 15:56:36 blueness Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 1.43 2014/05/26 16:18:05 mgorny Exp $
30 +
31 +*gnome-python-base-2.28.1-r1 (26 May 2014)
32 +
33 + 26 May 2014; Michał Górny <mgorny@g.o>
34 + +gnome-python-base-2.28.1-r1.ebuild:
35 + Convert to python-any-r1.
36
37 16 Jan 2014; Anthony G. Basile <blueness@g.o>
38 gnome-python-base-2.28.1.ebuild:
39
40
41
42 1.1 dev-python/gnome-python-base/gnome-python-base-2.28.1-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.1-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.1-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gnome-python-base-2.28.1-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.1-r1.ebuild,v 1.1 2014/05/26 16:18:05 mgorny Exp $
52
53 EAPI="5"
54 GCONF_DEBUG="no"
55 PYTHON_COMPAT=( python2_7 )
56
57 inherit versionator eutils gnome2 python-any-r1
58
59 # This ebuild does nothing -- we just want to get the pkgconfig file installed
60
61 MY_PN="gnome-python"
62 DESCRIPTION="Provides the base files for the gnome-python bindings"
63 HOMEPAGE="http://pygtk.org/"
64 PVP="$(get_version_component_range 1-2)"
65 SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP}/${MY_PN}-${PV}.tar.bz2"
66
67 IUSE=""
68 LICENSE="LGPL-2.1"
69 SLOT="2"
70 RESTRICT="${RESTRICT} test"
71
72 # From the gnome-python eclass
73 RDEPEND=">=x11-libs/gtk+-2.6:2
74 >=dev-libs/glib-2.6:2
75 $(python_gen_any_dep '
76 >=dev-python/pygtk-2.14.0:2[${PYTHON_USEDEP}]
77 >=dev-python/pygobject-2.17:2[${PYTHON_USEDEP}]
78 ')
79 !<dev-python/gnome-python-2.22.1"
80 DEPEND="${RDEPEND}
81 virtual/pkgconfig"
82
83 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
84
85 S="${WORKDIR}/${MY_PN}-${PV}"
86
87 pkg_setup() {
88 G2CONF="${G2CONF} --disable-allbindings"
89 python-any-r1_pkg_setup
90 }