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-base: metadata.xml Manifest ChangeLog gnome-python-base-2.22.1.ebuild
Date: Sun, 24 Aug 2008 07:15:28
Message-Id: E1KX9or-0002xk-0C@stork.gentoo.org
1 ford_prefect 08/08/24 07:15:24
2
3 Added: metadata.xml Manifest ChangeLog
4 gnome-python-base-2.22.1.ebuild
5 Log:
6 Initial import of gnome-python split ebuilds. This package installs a common pkgconfig file.
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.26.2 i686)
8
9 Revision Changes Path
10 1.1 dev-python/gnome-python-base/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-base/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-base/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>python</herd>
21 <herd>gnome</herd>
22 </pkgmetadata>
23
24
25
26 1.1 dev-python/gnome-python-base/Manifest
27
28 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-base/Manifest?rev=1.1&view=markup
29 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-base/Manifest?rev=1.1&content-type=text/plain
30
31 Index: Manifest
32 ===================================================================
33 DIST gnome-python-2.22.1.tar.bz2 552363 RMD160 f2e4033cf74822c939cb14cdb69f9583e07fbf25 SHA1 91402febafd40d59c0eb3f9da80a3406e4e7a76e SHA256 559b5d857b4fbc31418bc677f3391182ba1c357cabb8dfee04a1e709a7a63d01
34 EBUILD gnome-python-base-2.22.1.ebuild 887 RMD160 e9a9c0a614f343461a9d248a82bae6769cdfcf44 SHA1 debd1cbab58784ce806924114351f7d9654b294f SHA256 1971c8d2915c3d903adb2281d392b1474c6fb0bc040d39e5ec61a2f265f8aab6
35 MISC ChangeLog 374 RMD160 136812758b551e01f889707000769b9e92a963e8 SHA1 424c6d9b22134d60f7d03a5fe12942adce2d022d SHA256 f6b40927628ce9b88724bf1f8e3043b5f6e65802dbf1f6614450a7e2c3af2eba
36 MISC metadata.xml 178 RMD160 ec0937689a645defb2b870b481c4d4db57a0fa73 SHA1 aa77d904544ca6e6e684658ec652463fdb2ca58d SHA256 ccdf4a821074a281d4fd442460b65f57e77546cea36756c435db5529d22fa2a6
37
38
39
40 1.1 dev-python/gnome-python-base/ChangeLog
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-base/ChangeLog?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-base/ChangeLog?rev=1.1&content-type=text/plain
44
45 Index: ChangeLog
46 ===================================================================
47 # ChangeLog for dev-python/gnome-python-base
48 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 1.1 2008/08/24 07:15:24 ford_prefect Exp $
50
51 *gnome-python-base-2.22.1 (20 Aug 2008)
52
53 20 Aug 2008; Arun Raghavan <ford_prefect@g.o> +metadata.xml,
54 +gnome-python-base-2.22.1.ebuild:
55 Initial import of gnome-python split ebuilds. This package installs a
56 common pkgconfig file.
57
58
59
60
61 1.1 dev-python/gnome-python-base/gnome-python-base-2.22.1.ebuild
62
63 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.22.1.ebuild?rev=1.1&view=markup
64 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.22.1.ebuild?rev=1.1&content-type=text/plain
65
66 Index: gnome-python-base-2.22.1.ebuild
67 ===================================================================
68 # Copyright 1999-2008 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70 # $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.22.1.ebuild,v 1.1 2008/08/24 07:15:24 ford_prefect Exp $
71
72 inherit versionator eutils gnome2
73
74 # This ebuild does nothing -- we just want to get the pkgconfig file installed
75
76 MY_PN="gnome-python"
77 DESCRIPTION="Provides the base files for the gnome-python bindings"
78 HOMEPAGE="http://pygtk.org/"
79 PVP="$(get_version_component_range 1-2)"
80 SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP}/${MY_PN}-${PV}.tar.bz2"
81
82 IUSE=""
83 LICENSE="LGPL-2.1"
84 SLOT="2"
85 RESTRICT="${RESTRICT} test"
86
87 # From the gnome-python eclass
88 RDEPEND=">=x11-libs/gtk+-2.6
89 >=dev-libs/glib-2.6
90 >=dev-python/pygtk-2.10.3
91 !<dev-python/gnome-python-2.22.1"
92 DEPEND="${RDEPEND}
93 dev-util/pkgconfig"
94
95 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
96
97 S="${WORKDIR}/${MY_PN}-${PV}"
98
99 pkg_setup() {
100 G2CONF="${G2CONF} --disable-allbindings"
101 }