Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@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.26.0.ebuild gnome-python-desktop-base-2.24.0.ebuild gnome-python-desktop-base-2.22.0.ebuild
Date: Sun, 10 May 2009 21:52:36
Message-Id: E1M3Gwk-0005ge-04@stork.gentoo.org
1 eva 09/05/10 21:52:33
2
3 Modified: ChangeLog
4 Added: gnome-python-desktop-base-2.26.0.ebuild
5 Removed: gnome-python-desktop-base-2.24.0.ebuild
6 gnome-python-desktop-base-2.22.0.ebuild
7 Log:
8 New version for GNOME 2.26. Clean up old revisions.
9 (Portage version: 2.2_rc33/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.17 dev-python/gnome-python-desktop-base/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog?rev=1.17&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog?rev=1.17&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog?r1=1.16&r2=1.17
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog,v
21 retrieving revision 1.16
22 retrieving revision 1.17
23 diff -u -r1.16 -r1.17
24 --- ChangeLog 28 Apr 2009 11:38:53 -0000 1.16
25 +++ ChangeLog 10 May 2009 21:52:33 -0000 1.17
26 @@ -1,6 +1,14 @@
27 # ChangeLog for dev-python/gnome-python-desktop-base
28 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog,v 1.16 2009/04/28 11:38:53 armin76 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog,v 1.17 2009/05/10 21:52:33 eva Exp $
31 +
32 +*gnome-python-desktop-base-2.26.0 (10 May 2009)
33 +
34 + 10 May 2009; Gilles Dartiguelongue <eva@g.o>
35 + -gnome-python-desktop-base-2.22.0.ebuild,
36 + -gnome-python-desktop-base-2.24.0.ebuild,
37 + +gnome-python-desktop-base-2.26.0.ebuild:
38 + New version for GNOME 2.26. Clean up old revisions.
39
40 28 Apr 2009; Raúl Porcel <armin76@g.o>
41 gnome-python-desktop-base-2.24.1.ebuild:
42
43
44
45 1.1 dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.26.0.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.26.0.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.26.0.ebuild?rev=1.1&content-type=text/plain
49
50 Index: gnome-python-desktop-base-2.26.0.ebuild
51 ===================================================================
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.26.0.ebuild,v 1.1 2009/05/10 21:52:33 eva Exp $
55
56 inherit eutils gnome2 versionator
57
58 # This ebuild does nothing -- we just want to get the pkgconfig file installed
59 MY_PN="gnome-python-desktop"
60 PVP="$(get_version_component_range 1-2)"
61
62 DESCRIPTION="Provides python the base files for the Gnome Python Desktop bindings"
63 HOMEPAGE="http://pygtk.org/"
64 SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP}/${MY_PN}-${PV}.tar.bz2"
65
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
67
68 IUSE=""
69 LICENSE="LGPL-2.1"
70 SLOT="0"
71
72 # From the gnome-python-desktop eclass
73 RDEPEND="virtual/python
74 >=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 DOCS="AUTHORS ChangeLog INSTALL* MAINTAINERS NEWS README"
85
86 S="${WORKDIR}/${MY_PN}-${PV}"
87
88 pkg_setup() {
89 G2CONF="${G2CONF} --disable-allbindings"
90 }