summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-07-27 22:33:32 -0400
committerAaron Bauman <bman@gentoo.org>2020-07-27 22:33:32 -0400
commitf63396228c129fdbac0b2b6bf90ca0dbe64bfb08 (patch)
tree7f870e5b96903f3fd9ebe72e4da5188f7092f94d /net-wireless
parentapp-misc/OpenRGB-0.3-r1: Revbump, add udev USE flag to install udev rules (diff)
downloadgentoo-f63396228c129fdbac0b2b6bf90ca0dbe64bfb08.tar.gz
gentoo-f63396228c129fdbac0b2b6bf90ca0dbe64bfb08.tar.bz2
gentoo-f63396228c129fdbac0b2b6bf90ca0dbe64bfb08.zip
*/*: Drop last-rited Py2 only pkgs
Bug: https://bugs.gentoo.org/616064 Closes: https://bugs.gentoo.org/721904 Closes: https://bugs.gentoo.org/609686 Closes: https://bugs.gentoo.org/695016 Closes: https://bugs.gentoo.org/722616 Closes: https://bugs.gentoo.org/684098 Closes: https://bugs.gentoo.org/672164 Closes: https://bugs.gentoo.org/699136 Closes: https://bugs.gentoo.org/690776 Closes: https://bugs.gentoo.org/695912 Closes: https://bugs.gentoo.org/697004 Closes: https://bugs.gentoo.org/711026 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/airpwn/Manifest1
-rw-r--r--net-wireless/airpwn/airpwn-1.4-r2.ebuild44
-rw-r--r--net-wireless/airpwn/metadata.xml11
3 files changed, 0 insertions, 56 deletions
diff --git a/net-wireless/airpwn/Manifest b/net-wireless/airpwn/Manifest
deleted file mode 100644
index 9a67182c5a5f..000000000000
--- a/net-wireless/airpwn/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST airpwn-1.4.tgz 910109 BLAKE2B e1e151183e29310a2f35e869fec5f191c37bf25f3bca3f084bea060fad6a8c575cb5ddb56cd5023c252a298b5205c844597908296c6c0b61c8bd560a20b60145 SHA512 c849740848289005eb2a72b09bbfade6bf078a3ff93d39300f6a65d328c527bbafbb2a325f2813064612f91a2da20a2daacb8508497e8410ad0befc4e28331e5
diff --git a/net-wireless/airpwn/airpwn-1.4-r2.ebuild b/net-wireless/airpwn/airpwn-1.4-r2.ebuild
deleted file mode 100644
index 4c695a11a24a..000000000000
--- a/net-wireless/airpwn/airpwn-1.4-r2.ebuild
+++ /dev/null
@@ -1,44 +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 eutils flag-o-matic python-single-r1 vcs-clean
-
-DESCRIPTION="Tool for generic packet injection on 802.11"
-HOMEPAGE="http://airpwn.sf.net"
-SRC_URI="mirror://sourceforge/airpwn/$P.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="+examples"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}
- dev-libs/libpcre
- dev-libs/openssl:0=
- net-libs/libnet:1.1=
- net-libs/libpcap
- net-wireless/lorcon-old"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- econf
- sed -i "s/python2.4/${EPYTHON}/g" conf.h || die
- sed -i "s|-lorcon -lpthread -lpcre -lpcap -lnet|-lorcon -lpthread -lpcre -lpcap -lnet -lcrypto -l${EPYTHON}|g" Makefile || die
-}
-
-src_install() {
- default
-
- if use examples; then
- insinto /usr/share/${PN}
- ecvs_clean
- sed -i "s#content/#/usr/share/${PN}/content/#" conf/* || die
- doins -r conf content
- fi
-}
diff --git a/net-wireless/airpwn/metadata.xml b/net-wireless/airpwn/metadata.xml
deleted file mode 100644
index 90013f58cbfb..000000000000
--- a/net-wireless/airpwn/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="person">
- <email>zerochaos@gentoo.org</email>
- <name>Rick Farina</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">airpwn</remote-id>
- </upstream>
-</pkgmetadata>