Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-base: ChangeLog gnome-python-base-2.22.3.ebuild gnome-python-base-2.22.2.ebuild
Date: Fri, 26 Sep 2008 09:58:50
Message-Id: E1KjA63-0007ob-7i@stork.gentoo.org
1 leio 08/09/26 09:58:47
2
3 Modified: ChangeLog
4 Added: gnome-python-base-2.22.3.ebuild
5 Removed: gnome-python-base-2.22.2.ebuild
6 Log:
7 New version with temporary build regression fixed
8 (Portage version: 2.2_rc10/cvs/Linux 2.6.26-gentoo-r1 x86_64)
9
10 Revision Changes Path
11 1.4 dev-python/gnome-python-base/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-base/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-base/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-base/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 22 Sep 2008 08:04:36 -0000 1.3
24 +++ ChangeLog 26 Sep 2008 09:58:46 -0000 1.4
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/gnome-python-base
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 1.3 2008/09/22 08:04:36 leio Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 1.4 2008/09/26 09:58:46 leio Exp $
30 +
31 +*gnome-python-base-2.22.3 (22 Sep 2008)
32 +
33 + 22 Sep 2008; Mart Raudsepp <leio@g.o>
34 + -gnome-python-base-2.22.2.ebuild, +gnome-python-base-2.22.3.ebuild:
35 + New version with temporary build regression fixed
36
37 *gnome-python-base-2.22.2 (22 Sep 2008)
38
39
40
41
42 1.1 dev-python/gnome-python-base/gnome-python-base-2.22.3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.22.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.22.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gnome-python-base-2.22.3.ebuild
48 ===================================================================
49 # Copyright 1999-2008 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.22.3.ebuild,v 1.1 2008/09/26 09:58:46 leio Exp $
52
53 inherit versionator eutils gnome2
54
55 # This ebuild does nothing -- we just want to get the pkgconfig file installed
56
57 MY_PN="gnome-python"
58 DESCRIPTION="Provides the base files for the gnome-python bindings"
59 HOMEPAGE="http://pygtk.org/"
60 PVP="$(get_version_component_range 1-2)"
61 SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP}/${MY_PN}-${PV}.tar.bz2"
62
63 IUSE=""
64 LICENSE="LGPL-2.1"
65 SLOT="2"
66 RESTRICT="${RESTRICT} test"
67
68 # From the gnome-python eclass
69 RDEPEND=">=x11-libs/gtk+-2.6
70 >=dev-libs/glib-2.6
71 >=dev-python/pygtk-2.10.3
72 !<dev-python/gnome-python-2.22.1"
73 DEPEND="${RDEPEND}
74 dev-util/pkgconfig"
75
76 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
77
78 S="${WORKDIR}/${MY_PN}-${PV}"
79
80 pkg_setup() {
81 G2CONF="${G2CONF} --disable-allbindings"
82 }