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: ChangeLog gnome-python-desktop-2.28.0.ebuild
Date: Sat, 31 Oct 2009 23:04:57
Message-Id: E1N4N0B-00024G-BE@stork.gentoo.org
1 eva 09/10/31 23:04:55
2
3 Modified: ChangeLog
4 Added: gnome-python-desktop-2.28.0.ebuild
5 Log:
6 New version for GNOME 2.28.
7 (Portage version: 2.2_rc46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.88 dev-python/gnome-python-desktop/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-desktop/ChangeLog?rev=1.88&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-desktop/ChangeLog?rev=1.88&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-desktop/ChangeLog?r1=1.87&r2=1.88
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/ChangeLog,v
19 retrieving revision 1.87
20 retrieving revision 1.88
21 diff -u -r1.87 -r1.88
22 --- ChangeLog 24 Oct 2009 17:02:22 -0000 1.87
23 +++ ChangeLog 31 Oct 2009 23:04:54 -0000 1.88
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-python/gnome-python-desktop
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/ChangeLog,v 1.87 2009/10/24 17:02:22 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/ChangeLog,v 1.88 2009/10/31 23:04:54 eva Exp $
29 +
30 +*gnome-python-desktop-2.28.0 (31 Oct 2009)
31 +
32 + 31 Oct 2009; Gilles Dartiguelongue <eva@g.o>
33 + +gnome-python-desktop-2.28.0.ebuild:
34 + New version for GNOME 2.28.
35
36 24 Oct 2009; nixnut <nixnut@g.o>
37 gnome-python-desktop-2.26.0.ebuild:
38
39
40
41 1.1 dev-python/gnome-python-desktop/gnome-python-desktop-2.28.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-desktop/gnome-python-desktop-2.28.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-desktop/gnome-python-desktop-2.28.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gnome-python-desktop-2.28.0.ebuild
47 ===================================================================
48 # Copyright 1999-2009 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/gnome-python-desktop-2.28.0.ebuild,v 1.1 2009/10/31 23:04:54 eva Exp $
51
52 DESCRIPTION="Meta build which provides python interfacing modules for some GNOME desktop libraries"
53 HOMEPAGE="http://pygtk.org/"
54
55 LICENSE="LGPL-2.1 GPL-2"
56 SLOT="0"
57 KEYWORDS="~amd64 ~x86"
58 IUSE=""
59
60 RDEPEND="~dev-python/bug-buddy-python-${PV}
61 ~dev-python/evolution-python-${PV}
62 ~dev-python/evince-python-${PV}
63 ~dev-python/gnome-applets-python-${PV}
64 ~dev-python/gnome-desktop-python-${PV}
65 ~dev-python/gnome-keyring-python-${PV}
66 ~dev-python/gnome-media-python-${PV}
67 ~dev-python/gtksourceview-python-${PV}
68 ~dev-python/libgnomeprint-python-${PV}
69 ~dev-python/libgtop-python-${PV}
70 ~dev-python/librsvg-python-${PV}
71 ~dev-python/libwnck-python-${PV}
72 ~dev-python/metacity-python-${PV}
73 ~dev-python/nautilus-cd-burner-python-${PV}
74 ~dev-python/brasero-python-${PV}
75 ~dev-python/totem-python-${PV}"
76
77 pkg_postinst() {
78 elog "This package is intended to pull ALL gnome-python-desktop python bindings."
79 elog "It should not be used directly."
80 }