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/python-gudev: metadata.xml python-gudev-147.2.ebuild ChangeLog
Date: Sun, 28 Nov 2010 06:45:37
Message-Id: 20101128064525.D6AA320051@flycatcher.gentoo.org
1 ford_prefect 10/11/28 06:45:25
2
3 Added: metadata.xml python-gudev-147.2.ebuild ChangeLog
4 Log:
5 Initial commit. Proxy maintaining for mrfree. (bug #322557) (Note that the tarball has been manually mirrored because wget doesn't correctly parse github's certificate. Hopefully this gets fixed before long.)
6
7 (Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-python/python-gudev/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-gudev/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-gudev/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>no-herd</herd>
21 <maintainer>
22 <email>ford_prefect@g.o</email>
23 </maintainer>
24 <maintainer>
25 <email>laurento.frittella@×××××.com</email>
26 <description>Proxy Maintainer (please CC on bugs)</description>
27 </maintainer>
28 </pkgmetadata>
29
30
31
32 1.1 dev-python/python-gudev/python-gudev-147.2.ebuild
33
34 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-gudev/python-gudev-147.2.ebuild?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-gudev/python-gudev-147.2.ebuild?rev=1.1&content-type=text/plain
36
37 Index: python-gudev-147.2.ebuild
38 ===================================================================
39 # Copyright 1999-2010 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-gudev/python-gudev-147.2.ebuild,v 1.1 2010/11/28 06:45:25 ford_prefect Exp $
42
43 EAPI=2
44 PYTHON_DEPEND="*"
45
46 inherit autotools base python
47
48 DESCRIPTION="Python binding to the GUDev udev helper library"
49 HOMEPAGE="http://github.com/nzjrs/python-gudev"
50 SRC_URI="https://github.com/nzjrs/${PN}/tarball/${PV} -> ${P}.tar.gz"
51
52 LICENSE="LGPL-3"
53 SLOT="0"
54 KEYWORDS="~amd64 ~x86"
55 IUSE=""
56
57 RDEPEND=">=sys-fs/udev-147[extras]
58 dev-python/pygobject"
59 DEPEND="${RDEPEND}"
60
61 S="${WORKDIR}"/nzjrs-${PN}-ee8a644
62
63 DOCS="AUTHORS NEWS README"
64
65 src_prepare() {
66 eautoreconf
67 }
68
69
70
71 1.1 dev-python/python-gudev/ChangeLog
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-gudev/ChangeLog?rev=1.1&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-gudev/ChangeLog?rev=1.1&content-type=text/plain
75
76 Index: ChangeLog
77 ===================================================================
78 # ChangeLog for dev-python/python-gudev
79 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
80 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-gudev/ChangeLog,v 1.1 2010/11/28 06:45:25 ford_prefect Exp $
81
82 *python-gudev-147.2 (28 Nov 2010)
83
84 28 Nov 2010; Arun Raghavan <ford_prefect@g.o>
85 +python-gudev-147.2.ebuild, +metadata.xml:
86 Initial commit. Proxy maintaining for mrfree. (bug #322557) (Note that the
87 tarball has been manually mirrored because wget doesnt correctly parse
88 github's certificate. Hopefully this gets fixed before long.)