commit: 21185df5e3f7b6170da63654ee6734d96ed33804
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 00:56:37 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 00:56:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21185df5
net-analyzer/rain: drop old
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
net-analyzer/rain/rain-1.2.9_beta1.ebuild | 28 ----------------------------
1 file changed, 28 deletions(-)
diff --git a/net-analyzer/rain/rain-1.2.9_beta1.ebuild
b/net-analyzer/rain/rain-1.2.9_beta1.ebuild
deleted file mode 100644
index 72284beaad7..00000000000
--- a/net-analyzer/rain/rain-1.2.9_beta1.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
-inherit autotools eutils
-
-MY_P=${P/_/}
-MY_P=${MY_P/-/_}
-DESCRIPTION="powerful tool for testing stability of hardware and software
utilizing IP protocols"
-HOMEPAGE="http://www.mirrors.wiretapped.net/security/packet-construction/rain/"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
-SRC_URI="
- mirror://ubuntu/pool/universe/r/${PN}/${MY_P}.orig.tar.gz
- mirror://ubuntu/pool/universe/r/${PN}/${MY_P}-1.diff.gz
-"
-
-S="${WORKDIR}/${MY_P/_/-}"
-
-src_prepare() {
- epatch "${WORKDIR}"/${MY_P}-1.diff
- epatch "${FILESDIR}"/${P}-gentoo.patch
-
- eautoreconf
-}
-
-DOCS=( BUGS CHANGES README TODO )