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.24.0.ebuild
Date: Sun, 19 Oct 2008 21:09:05
Message-Id: E1KrfWJ-0007C4-CQ@stork.gentoo.org
1 eva 08/10/19 21:09:03
2
3 Modified: ChangeLog
4 Added: gnome-python-desktop-base-2.24.0.ebuild
5 Log:
6 New version for GNOME 2.24.
7 (Portage version: 2.2_rc12/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.2 dev-python/gnome-python-desktop-base/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 14 Sep 2008 16:27:45 -0000 1.1
23 +++ ChangeLog 19 Oct 2008 21:09:03 -0000 1.2
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-python/gnome-python-desktop-base
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog,v 1.1 2008/09/14 16:27:45 ford_prefect Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog,v 1.2 2008/10/19 21:09:03 eva Exp $
29 +
30 +*gnome-python-desktop-base-2.24.0 (19 Oct 2008)
31 +
32 + 19 Oct 2008; Gilles Dartiguelongue <eva@g.o>
33 + +gnome-python-desktop-base-2.24.0.ebuild:
34 + New version for GNOME 2.24.
35
36 *gnome-python-desktop-base-2.22.0 (14 Sep 2008)
37
38
39
40
41 1.1 dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.24.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.24.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.24.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gnome-python-desktop-base-2.24.0.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.24.0.ebuild,v 1.1 2008/10/19 21:09:03 eva Exp $
51
52 inherit eutils gnome2 versionator
53
54 # This ebuild does nothing -- we just want to get the pkgconfig file installed
55 MY_PN="gnome-python-desktop"
56 PVP="$(get_version_component_range 1-2)"
57
58 DESCRIPTION="Provides python the base files for the Gnome Python Desktop bindings"
59 HOMEPAGE="http://pygtk.org/"
60 SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP}/${MY_PN}-${PV}.tar.bz2"
61
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
63
64 IUSE=""
65 LICENSE="LGPL-2.1"
66 SLOT="0"
67
68 # From the gnome-python-desktop eclass
69 RDEPEND="virtual/python
70 >=dev-python/pygtk-2.10.3
71 >=dev-libs/glib-2.6.0
72 >=x11-libs/gtk+-2.4.0
73 !<dev-python/gnome-python-extras-2.13
74 !<dev-python/gnome-python-desktop-2.22.0-r10"
75 DEPEND="${RDEPEND}
76 >=dev-util/pkgconfig-0.7"
77
78 RESTRICT="test"
79
80 DOCS="AUTHORS ChangeLog INSTALL* MAINTAINERS NEWS README"
81
82 S="${WORKDIR}/${MY_PN}-${PV}"
83
84 pkg_setup() {
85 G2CONF="${G2CONF} --disable-allbindings"
86 }