summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-02-17 18:42:35 +0100
committerMichał Górny <mgorny@gentoo.org>2017-02-17 18:57:36 +0100
commitb65a26ee5b7a6dde80b3d4c1391d58e5f0010159 (patch)
treef1d6ded89852671db80371a1ddd1e3ce1584c9c0 /net-wireless/python-wifi
parentnet-print/pkpgcounter: distutils-r1, EAPI=6 (diff)
downloadgentoo-b65a26ee5b7a6dde80b3d4c1391d58e5f0010159.tar.gz
gentoo-b65a26ee5b7a6dde80b3d4c1391d58e5f0010159.tar.bz2
gentoo-b65a26ee5b7a6dde80b3d4c1391d58e5f0010159.zip
net-wireless/python-wifi: Clean up old version
Diffstat (limited to 'net-wireless/python-wifi')
-rw-r--r--net-wireless/python-wifi/python-wifi-0.5.0-r1.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/net-wireless/python-wifi/python-wifi-0.5.0-r1.ebuild b/net-wireless/python-wifi/python-wifi-0.5.0-r1.ebuild
deleted file mode 100644
index 726ca9f91886..000000000000
--- a/net-wireless/python-wifi/python-wifi-0.5.0-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
-
-inherit distutils
-
-DESCRIPTION="Provides r/w access to a wireless network card's capabilities using the Linux Wireless Extensions"
-HOMEPAGE="https://pypi.python.org/pypi/python-wifi https://developer.berlios.de/projects/pythonwifi"
-#SRC_URI="mirror://berlios/${PN/-}/${P}.tar.bz2"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
-LICENSE="LGPL-2.1 examples? ( GPL-2 )"
-IUSE="examples"
-
-RDEPEND=""
-DEPEND="dev-python/setuptools"
-
-DOCS="docs/AUTHORS docs/BUGS docs/DEVEL.txt docs/TODO"
-PYTHON_MODNAME="pythonwifi"
-
-src_install() {
- distutils_src_install
- if use examples; then
- insinto /usr/share/${P}/
- doins -r examples || die "no examples"
- fi
- rm -rvf "${ED}"/usr/{docs,examples,INSTALL,README} || die
- mv -v "${ED}"/usr{,/share}/man || die
-}