diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-10-09 09:37:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-10-09 09:37:18 +0200 |
commit | 924e4a096e0589d03fdc4fd9033bbbd862658cac (patch) | |
tree | 1dd9dd5a1e5698127b4088d750d4ea9bbd7790c7 /net-wireless | |
parent | sci-biology/amos: Remove last-rited pkg (diff) | |
download | gentoo-924e4a096e0589d03fdc4fd9033bbbd862658cac.tar.gz gentoo-924e4a096e0589d03fdc4fd9033bbbd862658cac.tar.bz2 gentoo-924e4a096e0589d03fdc4fd9033bbbd862658cac.zip |
net-wireless/python-wifi: Remove last-rited pkg
Closes: https://bugs.gentoo.org/735450
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/python-wifi/Manifest | 1 | ||||
-rw-r--r-- | net-wireless/python-wifi/metadata.xml | 11 | ||||
-rw-r--r-- | net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild | 33 |
3 files changed, 0 insertions, 45 deletions
diff --git a/net-wireless/python-wifi/Manifest b/net-wireless/python-wifi/Manifest deleted file mode 100644 index ed505ac77134..000000000000 --- a/net-wireless/python-wifi/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST python-wifi-0.5.0.tar.bz2 69113 BLAKE2B fe2a6693ca22a963c5149991693ea72e58542ea0c9622573f0f6ad7194d50daa09fe52e8f349224a2131bf2a8fbe0ee9538e17d5413fefe574e60ee9416aa345 SHA512 cbbb337b20f60bb28597dc6e3c90b8d20ddee9512cf000ca0107eb01d2bfde1b3047458d1a3f4dc4b9836ae283cbc24792ffb95c4747027896cd6e50a72151d8 diff --git a/net-wireless/python-wifi/metadata.xml b/net-wireless/python-wifi/metadata.xml deleted file mode 100644 index b447a239cea6..000000000000 --- a/net-wireless/python-wifi/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">python-wifi.berlios</remote-id> - </upstream> -</pkgmetadata> diff --git a/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild b/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild deleted file mode 100644 index 16cb7625f40f..000000000000 --- a/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Provides r/w access to a wireless network card's capabilities" -HOMEPAGE="https://pypi.org/project/python-wifi/" -SRC_URI="mirror://sourceforge/${PN}.berlios/${P}.tar.bz2" - -SLOT="0" -KEYWORDS="~alpha amd64 ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86" -LICENSE="LGPL-2.1 examples? ( GPL-2 )" -IUSE="examples" - -RDEPEND="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -DOCS=( docs/AUTHORS docs/BUGS docs/DEVEL.txt docs/TODO ) - -src_install() { - distutils-r1_src_install - use examples && dodoc -r examples - rm -rv "${ED}"/usr/{docs,examples,INSTALL,README} || die - if use examples; then - mv -v "${ED}"/usr{,/share}/man || die - else - rm -rv "${ED}"/usr/man || die - fi -} |