Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: dev-python/gudev/
Date: Thu, 03 May 2012 11:41:34
Message-Id: 1336039208.9cf3ec205fc23e488bfdfa4e6d897488be2c6d92.johu@gentoo
1 commit: 9cf3ec205fc23e488bfdfa4e6d897488be2c6d92
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 3 10:00:08 2012 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Thu May 3 10:00:08 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=9cf3ec20
7
8 [dev-python/gudev] Migrate to virtual/pkgconfig. Fix repoman issues.
9
10 (Portage version: 2.2.0_alpha101/git/Linux i686, signed Manifest commit with key F3CFD2BD)
11
12 ---
13 dev-python/gudev/gudev-9999.ebuild | 6 +++---
14 dev-python/gudev/metadata.xml | 5 +++++
15 2 files changed, 8 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-python/gudev/gudev-9999.ebuild b/dev-python/gudev/gudev-9999.ebuild
18 index 1ad61f0..7621246 100644
19 --- a/dev-python/gudev/gudev-9999.ebuild
20 +++ b/dev-python/gudev/gudev-9999.ebuild
21 @@ -1,10 +1,10 @@
22 -# Copyright 1999-2010 Gentoo Foundation
23 +# Copyright 1999-2012 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Header: $
26
27 EAPI="2"
28
29 -inherit git
30 +inherit git-2
31
32 DESCRIPTION="Python binding to the GUDev udev helper library"
33 HOMEPAGE="http://github.com/nzjrs/python-gudev"
34 @@ -20,7 +20,7 @@ RDEPEND=">=sys-fs/udev-147
35 dev-python/pygobject
36 dev-lang/python"
37 DEPEND="${RDEPEND}
38 - dev-util/pkgconfig"
39 + virtual/pkgconfig"
40
41 src_prepare() {
42 NOCONFIGURE=true ./autogen.sh || die 'autogen.sh failed'
43
44 diff --git a/dev-python/gudev/metadata.xml b/dev-python/gudev/metadata.xml
45 new file mode 100644
46 index 0000000..31dc017
47 --- /dev/null
48 +++ b/dev-python/gudev/metadata.xml
49 @@ -0,0 +1,5 @@
50 +<?xml version="1.0" encoding="UTF-8"?>
51 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
52 +<pkgmetadata>
53 +<maintainer><email>maintainer-wanted@g.o</email></maintainer>
54 +</pkgmetadata>