summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-03-11 21:23:44 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-03-11 21:23:44 +0000
commitdded761c00e01aafb855e2dd673326176f2d4fa0 (patch)
treead1d8f81cd3be1ab4d881fc278d96f5c8784cf64 /dev-python/python-gudev
parentVersion bump and remove old. (diff)
downloadhistorical-dded761c00e01aafb855e2dd673326176f2d4fa0.tar.gz
historical-dded761c00e01aafb855e2dd673326176f2d4fa0.tar.bz2
historical-dded761c00e01aafb855e2dd673326176f2d4fa0.zip
Set SUPPORT_PYTHON_ABIS. Don't install .a and .la files in Python site-packages directories.
Package-Manager: portage-2.2.0_alpha26_p15/cvs/Linux x86_64
Diffstat (limited to 'dev-python/python-gudev')
-rw-r--r--dev-python/python-gudev/ChangeLog9
-rw-r--r--dev-python/python-gudev/Manifest4
-rw-r--r--dev-python/python-gudev/python-gudev-147.2.ebuild30
3 files changed, 31 insertions, 12 deletions
diff --git a/dev-python/python-gudev/ChangeLog b/dev-python/python-gudev/ChangeLog
index 88cd4e13103d..73d149463cfe 100644
--- a/dev-python/python-gudev/ChangeLog
+++ b/dev-python/python-gudev/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/python-gudev
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gudev/ChangeLog,v 1.1 2010/11/28 06:45:25 ford_prefect Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gudev/ChangeLog,v 1.2 2011/03/11 21:23:44 arfrever Exp $
+
+ 11 Mar 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ python-gudev-147.2.ebuild:
+ Set SUPPORT_PYTHON_ABIS. Don't install .a and .la files in Python
+ site-packages directories.
*python-gudev-147.2 (28 Nov 2010)
diff --git a/dev-python/python-gudev/Manifest b/dev-python/python-gudev/Manifest
index 22da3b4c966d..67c4279a682f 100644
--- a/dev-python/python-gudev/Manifest
+++ b/dev-python/python-gudev/Manifest
@@ -1,4 +1,4 @@
DIST python-gudev-147.2.tar.gz 10111 RMD160 d4f98284ec90b7681ae047705da29ecf645201a3 SHA1 5a0201ecb1555af1e360bb3825de3b060aee4f23 SHA256 09a79c4b8dcf18b55725ac258108551456da111cd9329afd9a23e0da02abe30b
-EBUILD python-gudev-147.2.ebuild 708 RMD160 563c1427b6b7c4be0de5cdb9eef42675e258e8fe SHA1 850e5333365326d58c8102575dfd74fbf525b695 SHA256 b90fe43802892c88fa9b6237b47305fb919d7b7b201e60a8b07419b48479e598
-MISC ChangeLog 575 RMD160 1e34792de5a020fd6a5b9e46f8196eb4496de732 SHA1 3d0647b01513c461d8911b8fa2fd0fca2c5723ae SHA256 0e9904f806301c97694a7b9589d88d53c615c11c77c6cbe0300a05b6e7f04242
+EBUILD python-gudev-147.2.ebuild 1003 RMD160 7002b9b948c84126ab312784ad36c14765883d67 SHA1 b63fbf91cbc3dd9a42e6fff7bdb4356c7cb2dac5 SHA256 e94a1dd2290ad9bad8b4c826a2a7dcc366569443e9ac4f06244be9e12329b985
+MISC ChangeLog 771 RMD160 80db9c002e2eeaae37b5698825e48b6fd3ec57c8 SHA1 e5ae2258ef956f267ae8ff09bbe6b38f4a130cf3 SHA256 6fc281e63eca7fac0d5986553c75c6ada3e20dd3221b74e0046934860790d580
MISC metadata.xml 372 RMD160 4d24fe10b5bcae9030f0b353dac1423c6fce65b6 SHA1 67eb310c862eeb0b278cc83d1b6e9eb03943b4a6 SHA256 952ac3bc5ff1a3d095f6ff8c3bea928239a9329ee74856b6c3a5fb06225a2dbb
diff --git a/dev-python/python-gudev/python-gudev-147.2.ebuild b/dev-python/python-gudev/python-gudev-147.2.ebuild
index aefc519d04c4..eb90a2790eb5 100644
--- a/dev-python/python-gudev/python-gudev-147.2.ebuild
+++ b/dev-python/python-gudev/python-gudev-147.2.ebuild
@@ -1,11 +1,14 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gudev/python-gudev-147.2.ebuild,v 1.2 2011/03/11 21:23:44 arfrever Exp $
-EAPI=2
-PYTHON_DEPEND="*"
+EAPI="3"
+PYTHON_DEPEND="2:2.5"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="2.4 3.* *-jython"
+PYTHON_EXPORT_PHASE_FUNCTIONS="1"
-inherit autotools base python
+inherit autotools python
DESCRIPTION="Python binding to the GUDev udev helper library"
HOMEPAGE="http://github.com/nzjrs/python-gudev"
@@ -16,9 +19,9 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND=">=sys-fs/udev-147[extras]
- dev-python/pygobject"
-DEPEND="${RDEPEND}"
+DEPEND="dev-python/pygobject
+ >=sys-fs/udev-147[extras]"
+RDEPEND="${DEPEND}"
S="${WORKDIR}"/nzjrs-${PN}-ee8a644
@@ -26,4 +29,15 @@ DOCS="AUTHORS NEWS README"
src_prepare() {
eautoreconf
+ python_src_prepare
+}
+
+src_configure() {
+ python_src_configure --disable-static
+}
+
+src_install() {
+ python_src_install
+ python_clean_installation_image
+ dodoc AUTHORS NEWS README || die "dodoc failed"
}