summaryrefslogtreecommitdiff
blob: aefc519d04c4f0bcfb4fe89045b7745cb6834bf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $

EAPI=2
PYTHON_DEPEND="*"

inherit autotools base python

DESCRIPTION="Python binding to the GUDev udev helper library"
HOMEPAGE="http://github.com/nzjrs/python-gudev"
SRC_URI="https://github.com/nzjrs/${PN}/tarball/${PV} -> ${P}.tar.gz"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=sys-fs/udev-147[extras]
	dev-python/pygobject"
DEPEND="${RDEPEND}"

S="${WORKDIR}"/nzjrs-${PN}-ee8a644

DOCS="AUTHORS NEWS README"

src_prepare() {
	eautoreconf
}