summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-01-02 01:10:21 +0100
committerJeroen Roovers <jer@gentoo.org>2020-01-02 01:11:53 +0100
commitcecd4c967eb43992134b544a3b013eb1b778e730 (patch)
tree80d04fa964c8abdd396510a43ea285e52937a04f /net-analyzer/packit/packit-1.0-r2.ebuild
parentnet-analyzer/packit: Stable (diff)
downloadgentoo-cecd4c967eb43992134b544a3b013eb1b778e730.tar.gz
gentoo-cecd4c967eb43992134b544a3b013eb1b778e730.tar.bz2
gentoo-cecd4c967eb43992134b544a3b013eb1b778e730.zip
net-analyzer/packit: Old
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/packit/packit-1.0-r2.ebuild')
-rw-r--r--net-analyzer/packit/packit-1.0-r2.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/net-analyzer/packit/packit-1.0-r2.ebuild b/net-analyzer/packit/packit-1.0-r2.ebuild
deleted file mode 100644
index 7df31e37cab7..000000000000
--- a/net-analyzer/packit/packit-1.0-r2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="network auditing tool that allows you to monitor, manipulate, and inject customized IPv4 traffic"
-HOMEPAGE="http://packetfactory.openwall.net/projects/packit/"
-SRC_URI="${HOMEPAGE}downloads/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-
-DEPEND="
- net-libs/libnet:1.1
- net-libs/libpcap
-"
-RDEPEND="${DEPEND}"
-
-src_prepare(){
- epatch \
- "${FILESDIR}"/packit-1.0-format.patch \
- "${FILESDIR}"/packit-1.0-noopt.patch \
- "${FILESDIR}"/packit-1.0-nostrip.patch \
- "${FILESDIR}"/packit-1.0-overflow.patch \
- "${FILESDIR}"/packit-1.0-pcap-header.patch
-}
-
-src_install() {
- default
- dodoc docs/*
-}