diff options
author | Sam James <sam@gentoo.org> | 2021-03-15 21:57:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-15 22:01:25 +0000 |
commit | 6bd1b9b36f1bf2b638f82b73d33a2414e4c60804 (patch) | |
tree | 7d6cfb4c091f25950ea8945cc3e0332689286f1d /net-analyzer/cutter/cutter-1.03-r1.ebuild | |
parent | net-analyzer/bwm-ng: drop 0.6.1-r1 (diff) | |
download | gentoo-6bd1b9b36f1bf2b638f82b73d33a2414e4c60804.tar.gz gentoo-6bd1b9b36f1bf2b638f82b73d33a2414e4c60804.tar.bz2 gentoo-6bd1b9b36f1bf2b638f82b73d33a2414e4c60804.zip |
net-analyzer/cutter: drop 1.03-r1
Bug: https://bugs.gentoo.org/776517
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/cutter/cutter-1.03-r1.ebuild')
-rw-r--r-- | net-analyzer/cutter/cutter-1.03-r1.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/net-analyzer/cutter/cutter-1.03-r1.ebuild b/net-analyzer/cutter/cutter-1.03-r1.ebuild deleted file mode 100644 index 7e3806ff08d3..000000000000 --- a/net-analyzer/cutter/cutter-1.03-r1.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 eutils toolchain-funcs - -DESCRIPTION="TCP/IP Connection cutting on Linux Firewalls and Routers" -HOMEPAGE="http://www.digitage.co.uk/digitage/software/linux-security/cutter" -SRC_URI="http://www.digitage.co.uk/digitage/files/${PN}/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" - -src_prepare() { - epatch "${FILESDIR}"/${P}-debian.patch - rm -f Makefile # implicit rules are better ;x -} - -src_compile() { - emake cutter CC="$(tc-getCC)" -} - -src_install() { - dosbin cutter - dodoc README - doman debian/cutter.8 -} |