Gentoo Archives: gentoo-commits

From: "Arun Raghavan (ford_prefect)" <ford_prefect@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python: ChangeLog gnome-python-2.22.1.ebuild
Date: Mon, 01 Sep 2008 18:22:45
Message-Id: E1KaE30-0001nx-Rp@stork.gentoo.org
1 ford_prefect 08/09/01 18:22:42
2
3 Modified: ChangeLog
4 Added: gnome-python-2.22.1.ebuild
5 Log:
6 Initial import of gnome-python split ebuilds. This package is a meta package that is functionally equivalent to the old monolithic packages, and pulls in the component bindings.
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.26.2 i686)
8
9 Revision Changes Path
10 1.122 dev-python/gnome-python/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python/ChangeLog?rev=1.122&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python/ChangeLog?rev=1.122&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python/ChangeLog?r1=1.121&r2=1.122
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python/ChangeLog,v
19 retrieving revision 1.121
20 retrieving revision 1.122
21 diff -u -r1.121 -r1.122
22 --- ChangeLog 12 Aug 2008 13:47:46 -0000 1.121
23 +++ ChangeLog 1 Sep 2008 18:22:42 -0000 1.122
24 @@ -1,6 +1,14 @@
25 # ChangeLog for dev-python/gnome-python
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/ChangeLog,v 1.121 2008/08/12 13:47:46 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/ChangeLog,v 1.122 2008/09/01 18:22:42 ford_prefect Exp $
29 +
30 +*gnome-python-2.22.1 (01 Sep 2008)
31 +
32 + 01 Sep 2008; Arun Raghavan <ford_prefect@g.o>
33 + +gnome-python-2.22.1.ebuild:
34 + Initial import of gnome-python split ebuilds. This package is a meta
35 + package that is functionally equivalent to the old monolithic packages,
36 + and pulls in the component bindings.
37
38 12 Aug 2008; Raúl Porcel <armin76@g.o> gnome-python-2.22.0.ebuild:
39 alpha/ia64/sparc stable wrt #229709
40
41
42
43 1.1 dev-python/gnome-python/gnome-python-2.22.1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python/gnome-python-2.22.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python/gnome-python-2.22.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gnome-python-2.22.1.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-2.22.1.ebuild,v 1.1 2008/09/01 18:22:42 ford_prefect Exp $
53
54 DESCRIPTION="Meta package which provides python modules for GNOME 2 libraries"
55 HOMEPAGE="http://pygtk.org/"
56
57 LICENSE="LGPL-2.1"
58 SLOT="2"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
60 IUSE=""
61
62 RDEPEND="~dev-python/gnome-python-base-${PV}
63 ~dev-python/gconf-python-${PV}
64 ~dev-python/gnome-vfs-python-${PV}
65 ~dev-python/libgnomecanvas-python-${PV}
66 ~dev-python/libbonobo-python-${PV}
67 ~dev-python/libgnome-python-${PV}"