diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-10-01 10:00:27 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-10-01 10:02:02 +0200 |
commit | 755e2e74b59343ea17fa6b7582ced53cd83dfd0f (patch) | |
tree | e9b2954a209e84f61273cbfc9f4cb26e00a65cf5 /net-analyzer | |
parent | package.mask: remove some masked for removal packages (diff) | |
download | gentoo-755e2e74b59343ea17fa6b7582ced53cd83dfd0f.tar.gz gentoo-755e2e74b59343ea17fa6b7582ced53cd83dfd0f.tar.bz2 gentoo-755e2e74b59343ea17fa6b7582ced53cd83dfd0f.zip |
package.mask: remove some masked for removal packages
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/portbunny/Manifest | 1 | ||||
-rw-r--r-- | net-analyzer/portbunny/metadata.xml | 5 | ||||
-rw-r--r-- | net-analyzer/portbunny/portbunny-1.0_p20080423.ebuild | 57 |
3 files changed, 0 insertions, 63 deletions
diff --git a/net-analyzer/portbunny/Manifest b/net-analyzer/portbunny/Manifest deleted file mode 100644 index 9ca6a5c15964..000000000000 --- a/net-analyzer/portbunny/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST PortBunny230408.tar.gz 224753 SHA256 ace967834ffe36a0e2f073a46b3a81b48671cc78e2d2cca6eb2ca6a63d05ead3 SHA512 9053ec4467b1726ac006615a9fff82382d4977642422739160d5a6a4166e60a16cedd299dc58af0eb7df963d6a17e7d7d6ffaaa7365f851fbd533b219ce2e1e0 WHIRLPOOL c3186d701f1e0b92d260bb3b55684636ab24bdc986dc489fbfc16ffe6e71efc17e1caa9e216033dc31ea4da0b357ad1fdb17c6e0f1afea32ba36db8df64f3136 diff --git a/net-analyzer/portbunny/metadata.xml b/net-analyzer/portbunny/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/net-analyzer/portbunny/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> diff --git a/net-analyzer/portbunny/portbunny-1.0_p20080423.ebuild b/net-analyzer/portbunny/portbunny-1.0_p20080423.ebuild deleted file mode 100644 index 29234edcf955..000000000000 --- a/net-analyzer/portbunny/portbunny-1.0_p20080423.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit eutils linux-mod - -MY_PV_SNAP=${PV##*_p} -if [[ ${MY_PV_SNAP} != ${PV} ]]; then - MY_PV=${MY_PV_SNAP:6:2}${MY_PV_SNAP:4:2}${MY_PV_SNAP:2:2} - MY_P=PortBunny${MY_PV} - S="${WORKDIR}"/${MY_P}-dev -else - MY_P=PortBunny-${PV} - S="${WORKDIR}"/${MY_P} -fi - -MODULE_NAMES="portbunny(kernel:)" -BUILD_TARGETS="all" - -DESCRIPTION="A kernel based highspeed TCP SYN port scanner" -HOMEPAGE="http://recurity-labs.com/portbunny/" -SRC_URI="http://recurity-labs.com/portbunny/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="dev-lang/python" - -src_install() { - insinto /usr/share/portbunny - doins UI/share/portbunny/* - dosed "s:^\(ETC_SERVICES\)[[:space:]]\+=.*:\1 = '/usr/share/portbunny/services':g" \ - /usr/share/portbunny/PBunnyServices.py - dobin UI/bin/portbunny.py - dosym portbunny.py /usr/bin/portbunny - dosed "s:^\(PBUNNY_SHARE\)[[:space:]]\+=.*:\1 = '/usr/share/portbunny/':g" \ - /usr/bin/portbunny.py - dosed "s:^\(PBUNNY_SHARE2\)[[:space:]]\+=.*:\1 = '/usr/share/portbunny/':g" \ - /usr/bin/portbunny.py - - linux-mod_src_install -} - -pkg_postinst() { - einfo - einfo "See http://recurity-labs.com/portbunny/README.pdf" - einfo - ewarn - ewarn "WARNING" - ewarn "WARNING: this software may HARM the stability of your system!" - ewarn "WARNING: do NOT use this on production machines!" - ewarn "WARNING" - ewarn - ebeep 10 -} |