mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
wolpertinger: remove this old an unsupported tool
This commit is contained in:
parent
6e3de756ca
commit
745f0ccdb6
2 changed files with 0 additions and 48 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST wolpertinger-0.6.tar.bz2 229076 SHA256 ed0739d0a1376f1a75b90b7c6f998e6e570082add8b27b4236a1af31da40feed SHA512 d6dee4d0427fd92a52331ab646da1ceb5555bda545d843b50dc8174c0bec629f524208d107294640d67b70167d2ed67027e24f91e007894eb3575af62ce7db27 WHIRLPOOL 1c1b8056e6706e87bf4df314a118ffe06276b19b2913dc5ff66cee3a2eca5770a7dd99b334f6ee603274b4afbe689ffda1b22205f4ff2708e2006119b5590c80
|
||||
|
|
@ -1,47 +0,0 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
PYTHON_DEPEND="2"
|
||||
PYTHON_USE_WITH="sqlite"
|
||||
inherit autotools eutils python
|
||||
|
||||
DESCRIPTION="a distributed portscanner"
|
||||
HOMEPAGE="http://events.ccc.de/congress/2009/wiki/Wolpertinger"
|
||||
SRC_URI="mirror://sourceforge/$PN/$P.tar.bz2"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
RDEPEND="dev-libs/libdnet
|
||||
net-libs/libpcap
|
||||
dev-libs/openssl
|
||||
dev-db/sqlite:3"
|
||||
|
||||
pkg_setup() {
|
||||
python_set_active_version 2
|
||||
python_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
#epatch "${FILESDIR}"/${PN}-makefile.patch
|
||||
#epatch "${FILESDIR}"/${P}-as-needed.patch
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake CXXFLAGS="${CXXFLAGS}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
DESTDIR="${D}" emake install
|
||||
# the initscript is pretty useless
|
||||
rm "${D}"/etc/init.d/wolper-init.sh
|
||||
# so are the docs, but for sake of completeness I'll add them
|
||||
dodoc README NEWS
|
||||
}
|
||||
Loading…
Reference in a new issue