diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-20 16:07:09 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-20 16:07:09 +0000 |
commit | 36420e9c3cf1c5ab576196ba0f97572c62008e67 (patch) | |
tree | e57902a43cf7fbdb0d8dea518d083ced575fd0da /dev-python/pyudev | |
parent | libass 0.9.8 is required now (diff) | |
download | gentoo-2-36420e9c3cf1c5ab576196ba0f97572c62008e67.tar.gz gentoo-2-36420e9c3cf1c5ab576196ba0f97572c62008e67.tar.bz2 gentoo-2-36420e9c3cf1c5ab576196ba0f97572c62008e67.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python/pyudev')
-rw-r--r-- | dev-python/pyudev/pyudev-0.2.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/pyudev/pyudev-0.2.ebuild b/dev-python/pyudev/pyudev-0.2.ebuild deleted file mode 100644 index 2d9368e0f6dc..000000000000 --- a/dev-python/pyudev/pyudev-0.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyudev/pyudev-0.2.ebuild,v 1.2 2010/12/26 15:36:45 arfrever Exp $ - -EAPI="2" - -PYTHON_DEPEND="2:2.6" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.[45] 3.*" - -inherit distutils - -DESCRIPTION="pyudev is a Python and PyQt4 binding for libudev" -HOMEPAGE="http://packages.python.org/pyudev/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="qt4" - -RDEPEND="qt4? ( dev-python/PyQt4 )" -DEPEND="${RDEPEND}" - -DOCS="CHANGES.rst" - -src_prepare() { - if ! use qt4; then - sed -i -e "s:, 'qudev'::g" setup.py - fi - distutils_src_prepare -} |