summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-09-23 20:36:29 -0400
committerAaron Bauman <bman@gentoo.org>2020-09-23 21:05:54 -0400
commit1cac6d34f063c3ce681de0172dff2bda7624b6f5 (patch)
tree23ae9738409468cb97c680b7babaf61ee99d7edf /net-misc/portspoof
parentsci-physics/fastjet: drop old (diff)
downloadgentoo-1cac6d34f063c3ce681de0172dff2bda7624b6f5.tar.gz
gentoo-1cac6d34f063c3ce681de0172dff2bda7624b6f5.tar.bz2
gentoo-1cac6d34f063c3ce681de0172dff2bda7624b6f5.zip
net-misc/portspoof: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-misc/portspoof')
-rw-r--r--net-misc/portspoof/Manifest1
-rw-r--r--net-misc/portspoof/portspoof-1.1.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/net-misc/portspoof/Manifest b/net-misc/portspoof/Manifest
index 6660bec280c1..df953bcef186 100644
--- a/net-misc/portspoof/Manifest
+++ b/net-misc/portspoof/Manifest
@@ -1,2 +1 @@
-DIST portspoof-1.1.tar.gz 399119 BLAKE2B 7b6c7c39ed39e69acfdf14e91c3b4148e03a0ac574383719ee8ef984f30c6240f3cc09bca28485751f64a4dbd6b62554e85ef8352ea3f03265490bb6ea0d12d3 SHA512 ff78058d66aa142e34f70c6759bf04bfd69c5149e294803c41837276646fad21eea2d20b9eb1ba897e2fbd5f57f65b3a86fecb8ebbc25cdec7d31a2f7997f91b
DIST portspoof-1.3.tar.gz 401187 BLAKE2B 340e7003e3ad36afeb53981d0628d13ec48afd9260fdd9f17b76b904b3da58d82dc23b455da24567545d60b29f2f358b11f4a07e83ae2192470fa40099f93c1c SHA512 8d537ecf2ae5de8388c2b9b7210a2d38fe614e525a2ba286321fcf3b237f0888e59bb79a80056e49cf7f850be8ef274e87f04597a50dc1b86350bbc094e8be6e
diff --git a/net-misc/portspoof/portspoof-1.1.ebuild b/net-misc/portspoof/portspoof-1.1.ebuild
deleted file mode 100644
index 40f7b22b52d1..000000000000
--- a/net-misc/portspoof/portspoof-1.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="return SYN+ACK for every port connection attempt"
-HOMEPAGE="http://portspoof.org/"
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-if [[ ${PV} == "9999" ]] ; then
- inherit git-r3 autotools
- EGIT_REPO_URI="https://github.com/drk1wi/${PN}.git"
- KEYWORDS=""
-else
- SRC_URI="https://github.com/drk1wi/portspoof/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-src_prepare() {
- if [[ ${PV} == "9999" ]] ; then
- eautoreconf
- fi
-}