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-extras-base: gnome-python-extras-base-2.25.3-r1.ebuild ChangeLog
Date: Mon, 26 May 2014 16:29:58
Message-Id: 20140526162955.5240F2004E@flycatcher.gentoo.org
1 mgorny 14/05/26 16:29:55
2
3 Modified: ChangeLog
4 Added: gnome-python-extras-base-2.25.3-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.26 dev-python/gnome-python-extras-base/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?rev=1.26&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?rev=1.26&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?r1=1.25&r2=1.26
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v
20 retrieving revision 1.25
21 retrieving revision 1.26
22 diff -u -r1.25 -r1.26
23 --- ChangeLog 26 Apr 2013 02:14:32 -0000 1.25
24 +++ ChangeLog 26 May 2014 16:29:55 -0000 1.26
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/gnome-python-extras-base
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.25 2013/04/26 02:14:32 patrick Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.26 2014/05/26 16:29:55 mgorny Exp $
31 +
32 +*gnome-python-extras-base-2.25.3-r1 (26 May 2014)
33 +
34 + 26 May 2014; Michał Górny <mgorny@g.o>
35 + +gnome-python-extras-base-2.25.3-r1.ebuild:
36 + Convert to python-any-r1.
37
38 26 Apr 2013; Patrick Lauer <patrick@g.o>
39 gnome-python-extras-base-2.25.3.ebuild:
40
41
42
43 1.1 dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gnome-python-extras-base-2.25.3-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v 1.1 2014/05/26 16:29:55 mgorny Exp $
53
54 EAPI="5"
55 PYTHON_COMPAT=( python2_7 )
56
57 inherit versionator autotools eutils gnome2 python-any-r1
58
59 # This ebuild does nothing -- we just want to get the pkgconfig file installed
60 MY_PN="gnome-python-extras"
61 DESCRIPTION="Provides python the base files for the Gnome Python Desktop bindings"
62 HOMEPAGE="http://pygtk.org/"
63 PVP="$(get_version_component_range 1-2)"
64 SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP}/${MY_PN}-${PV}.tar.bz2"
65
66 IUSE=""
67 LICENSE="LGPL-2.1"
68 SLOT="0"
69 RESTRICT="test"
70
71 # From the gnome-python-extras eclass
72 RDEPEND=">=x11-libs/gtk+-2.4:2
73 >=dev-libs/glib-2.6:2
74 $(python_gen_any_dep '>=dev-python/pygtk-2.10.3:2[${PYTHON_USEDEP}]')
75 !<=dev-python/gnome-python-extras-2.19.1-r2"
76 DEPEND="${RDEPEND}
77 virtual/pkgconfig
78 gnome-base/gnome-common"
79 # eautoreconf needs gnome-base/gnome-common
80
81 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
82
83 S="${WORKDIR}/${MY_PN}-${PV}"
84
85 DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README"
86
87 pkg_setup() {
88 G2CONF="${G2CONF} --disable-allbindings"
89 python-any-r1_pkg_setup
90 }
91
92 src_prepare() {
93 epatch "${FILESDIR}/${P}-python-libs.patch" #344231
94 sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
95 eautoreconf
96 gnome2_src_prepare
97 }