From 20a107748317091d1ac003f1cbb045928d07e684 Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Sat, 15 Feb 2014 23:40:10 +0200 Subject: No audit programs here. deleting this sequence of ebuilds. will replace with compat and broadcom in a few moments --- net-wireless/airpwn/airpwn-1.4-r1.ebuild | 38 -------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 net-wireless/airpwn/airpwn-1.4-r1.ebuild (limited to 'net-wireless/airpwn/airpwn-1.4-r1.ebuild') diff --git a/net-wireless/airpwn/airpwn-1.4-r1.ebuild b/net-wireless/airpwn/airpwn-1.4-r1.ebuild deleted file mode 100644 index 6334c43e..00000000 --- a/net-wireless/airpwn/airpwn-1.4-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -inherit python flag-o-matic - -DESCRIPTION="a 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="~x86 ~amd64" -IUSE="+examples" - -DEPEND="" -RDEPEND="net-wireless/lorcon-old - net-libs/libnet - dev-lang/python" - -src_configure() { - append-ldflags $(no-as-needed) - econf - # this is a huge mess... - sed -i "s/python2.4/python$(python_get_version)/g" conf.h || die "sed failed" - sed -i "s|-lssl -lorcon -lpthread -lpcre -lpcap -lnet|-lssl -lorcon -lpthread -lpcre -lpcap -lnet -lpython$(python_get_version)|g" Makefile || die "sed failed" -} - -src_install() { - DESTDIR="${D}" emake install - dodoc README - if use examples; then - docinto sample-configs - dodoc conf/* - fi -} -- cgit v1.2.3