Gentoo Archives: gentoo-commits

From: "Donnie Berkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyxf86config: ChangeLog pyxf86config-0.3.34.ebuild
Date: Mon, 15 Oct 2007 10:34:00
Message-Id: E1IhN6s-0008GM-9r@stork.gentoo.org
1 dberkholz 07/10/15 10:23:42
2
3 Modified: ChangeLog
4 Added: pyxf86config-0.3.34.ebuild
5 Log:
6 (#186802) Updates so the files are on mirrors. Also switch to using fedora-dev thirdpartymirrors setting to better find RPMs.
7 (Portage version: 2.1.3.13)
8
9 Revision Changes Path
10 1.5 dev-python/pyxf86config/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 15 Oct 2007 09:44:59 -0000 1.4
23 +++ ChangeLog 15 Oct 2007 10:23:41 -0000 1.5
24 @@ -1,6 +1,13 @@
25 # ChangeLog for dev-python/pyxf86config
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/ChangeLog,v 1.4 2007/10/15 09:44:59 dberkholz Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/ChangeLog,v 1.5 2007/10/15 10:23:41 dberkholz Exp $
29 +
30 +*pyxf86config-0.3.34 (15 Oct 2007)
31 +
32 + 15 Oct 2007; Donnie Berkholz <dberkholz@g.o>;
33 + +pyxf86config-0.3.34.ebuild:
34 + (#186802) Updates so the files are on mirrors. Also switch to using
35 + fedora-dev thirdpartymirrors setting to better find RPMs.
36
37 15 Oct 2007; Donnie Berkholz <dberkholz@g.o>;
38 pyxf86config-0.3.30.ebuild, pyxf86config-0.3.33.ebuild:
39
40
41
42 1.1 dev-python/pyxf86config/pyxf86config-0.3.34.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34.ebuild?rev=1.1&content-type=text/plain
46
47 Index: pyxf86config-0.3.34.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34.ebuild,v 1.1 2007/10/15 10:23:41 dberkholz Exp $
52
53 inherit python rpm
54
55 # Tag for which Fedora Core version it's from
56 FCVER="8"
57 # Revision of the RPM. Shouldn't affect us, as we're just grabbing the source
58 # tarball out of it
59 RPMREV="1"
60
61 DESCRIPTION="Python wrappers for libxf86config"
62 HOMEPAGE="http://fedoraproject.org/wiki/SystemConfig/"
63 SRC_URI="mirror://fedora-dev/development/source/SRPMS/${P}-${RPMREV}.fc${FCVER}.src.rpm"
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~ppc ~x86"
67 IUSE=""
68 RDEPEND="=dev-libs/glib-2*
69 dev-lang/python"
70 DEPEND="${RDEPEND}
71 >=x11-base/xorg-server-1.1.1-r1"
72
73 src_compile() {
74 python_version
75 econf \
76 --with-python-version=${PYVER} \
77 || die "econf failed"
78 emake || die "emake failed"
79 }
80
81 src_install() {
82 emake DESTDIR="${D}" install || die "emake install failed"
83 }
84
85
86
87 --
88 gentoo-commits@g.o mailing list