diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:40:10 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:40:10 +0200 |
commit | 20a107748317091d1ac003f1cbb045928d07e684 (patch) | |
tree | bb7c9d0d400d06cf3abc0ba06830d587655c9c85 /net-wireless/bluemaho/bluemaho-090417-r1.ebuild | |
parent | 377b452f12024d39dd04b33d4376bf311607f806 (diff) |
No audit programs here. deleting this sequence of ebuilds. will replace with compat and broadcom in a few moments
Diffstat (limited to 'net-wireless/bluemaho/bluemaho-090417-r1.ebuild')
-rw-r--r-- | net-wireless/bluemaho/bluemaho-090417-r1.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/net-wireless/bluemaho/bluemaho-090417-r1.ebuild b/net-wireless/bluemaho/bluemaho-090417-r1.ebuild deleted file mode 100644 index 8e84602e..00000000 --- a/net-wireless/bluemaho/bluemaho-090417-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -inherit eutils - -MY_P="${PN}_v${PV}" - -DESCRIPTION="BlueMaho is GUI-shell (interface) for suite of tools for testing security of bluetooth devices" -HOMEPAGE="http://wiki.thc.org/BlueMaho" -SRC_URI="http://wiki.thc.org/BlueMaho?action=AttachFile&do=get&target=${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" -RDEPEND="net-wireless/bluez[test-programs] - net-wireless/bt-audit - dev-libs/libxml2 - dev-python/wxpython - dev-libs/libusb - sys-libs/readline" -DEPEND="${RDEPEND}" -S="${WORKDIR}/${MY_P/_v/-}" - -src_compile() { - epatch "${FILESDIR}"/btftp-libxml.patch - sed -e 's/Eterm/xterm/' -i config/default.conf - cd config - sh build.sh || die "emake failed" -} - -src_install() { - dodir /usr/lib/${PN} - cp -R "${S}"/* "${D}"/usr/lib/${PN} || die "Copy files failed" - dobin "${FILESDIR}/${PN}" -} |