Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-desktop: ChangeLog gnome-python-desktop-2.32.0.ebuild
Date: Fri, 05 Nov 2010 23:30:29
Message-Id: 20101105233021.ABD0020051@flycatcher.gentoo.org
1 pacho 10/11/05 23:30:21
2
3 Modified: ChangeLog
4 Added: gnome-python-desktop-2.32.0.ebuild
5 Log:
6 Version bump for Gnome 2.32.
7
8 (Portage version: 2.1.9.24/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.111 dev-python/gnome-python-desktop/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-desktop/ChangeLog?rev=1.111&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-desktop/ChangeLog?rev=1.111&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-desktop/ChangeLog?r1=1.110&r2=1.111
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/ChangeLog,v
20 retrieving revision 1.110
21 retrieving revision 1.111
22 diff -u -r1.110 -r1.111
23 --- ChangeLog 14 Oct 2010 22:37:13 -0000 1.110
24 +++ ChangeLog 5 Nov 2010 23:30:21 -0000 1.111
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/gnome-python-desktop
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/ChangeLog,v 1.110 2010/10/14 22:37:13 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/ChangeLog,v 1.111 2010/11/05 23:30:21 pacho Exp $
30 +
31 +*gnome-python-desktop-2.32.0 (05 Nov 2010)
32 +
33 + 05 Nov 2010; Pacho Ramos <pacho@g.o>
34 + +gnome-python-desktop-2.32.0.ebuild:
35 + Version bump for Gnome 2.32.
36
37 14 Oct 2010; Markus Meier <maekke@g.o>
38 gnome-python-desktop-2.30.2.ebuild:
39
40
41
42 1.1 dev-python/gnome-python-desktop/gnome-python-desktop-2.32.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-desktop/gnome-python-desktop-2.32.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-desktop/gnome-python-desktop-2.32.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gnome-python-desktop-2.32.0.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/gnome-python-desktop-2.32.0.ebuild,v 1.1 2010/11/05 23:30:21 pacho Exp $
52
53 EAPI="3"
54
55 DESCRIPTION="Meta build which provides python interfacing modules for some GNOME desktop libraries"
56 HOMEPAGE="http://pygtk.org/"
57
58 LICENSE="LGPL-2.1 GPL-2"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
61 IUSE=""
62
63 RDEPEND="~dev-python/bug-buddy-python-${PV}
64 ~dev-python/evolution-python-${PV}
65 ~dev-python/evince-python-${PV}
66 ~dev-python/gnome-applets-python-${PV}
67 ~dev-python/gnome-desktop-python-${PV}
68 ~dev-python/gnome-keyring-python-${PV}
69 ~dev-python/gnome-media-python-${PV}
70 ~dev-python/gtksourceview-python-${PV}
71 ~dev-python/libgnomeprint-python-${PV}
72 ~dev-python/libgtop-python-${PV}
73 ~dev-python/librsvg-python-${PV}
74 ~dev-python/libwnck-python-${PV}
75 ~dev-python/metacity-python-${PV}
76 ~dev-python/brasero-python-${PV}
77 ~dev-python/totem-python-${PV}"
78
79 pkg_postinst() {
80 elog "This package is intended to pull ALL gnome-python-desktop python bindings."
81 elog "It should not be used directly."
82 }