summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEldad Zack <eldad@gentoo.org>2004-08-16 10:49:34 +0000
committerEldad Zack <eldad@gentoo.org>2004-08-16 10:49:34 +0000
commit82eb902aba658c98e63e3a19d4dd4091f54993cf (patch)
treea93ce8af27e05764b04e2c5b8ef3e8899e711c3a /net-analyzer/packit
parentx86 stable (Manifest recommit) (diff)
downloadgentoo-2-82eb902aba658c98e63e3a19d4dd4091f54993cf.tar.gz
gentoo-2-82eb902aba658c98e63e3a19d4dd4091f54993cf.tar.bz2
gentoo-2-82eb902aba658c98e63e3a19d4dd4091f54993cf.zip
x86 stable
Diffstat (limited to 'net-analyzer/packit')
-rw-r--r--net-analyzer/packit/ChangeLog6
-rw-r--r--net-analyzer/packit/files/digest-packit-0.6.0c-r11
-rw-r--r--net-analyzer/packit/packit-0.6.0c-r1.ebuild34
-rw-r--r--net-analyzer/packit/packit-1.0.ebuild4
4 files changed, 7 insertions, 38 deletions
diff --git a/net-analyzer/packit/ChangeLog b/net-analyzer/packit/ChangeLog
index 5e74e1064c0a..4517b4e4a494 100644
--- a/net-analyzer/packit/ChangeLog
+++ b/net-analyzer/packit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/packit
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/packit/ChangeLog,v 1.12 2004/07/27 13:24:41 alexander Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/packit/ChangeLog,v 1.13 2004/08/16 10:48:07 eldad Exp $
+
+ 16 Aug 2004; Eldad Zack <eldad@gentoo.org> -packit-0.6.0c-r1.ebuild,
+ packit-1.0.ebuild:
+ x86 stable
27 Jul 2004; Alexander Plank <alexander@gentoo.org> packit-1.0.ebuild:
Added to ~macos (~ because fink libnet conflicts with it). Builds, but doesn't
diff --git a/net-analyzer/packit/files/digest-packit-0.6.0c-r1 b/net-analyzer/packit/files/digest-packit-0.6.0c-r1
deleted file mode 100644
index 7a7ec2481622..000000000000
--- a/net-analyzer/packit/files/digest-packit-0.6.0c-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 972946d7134c1a35ff1a7308cbafa9ca packit-0.6.0c.tgz 114265
diff --git a/net-analyzer/packit/packit-0.6.0c-r1.ebuild b/net-analyzer/packit/packit-0.6.0c-r1.ebuild
deleted file mode 100644
index 88b0ef4b0972..000000000000
--- a/net-analyzer/packit/packit-0.6.0c-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/packit/packit-0.6.0c-r1.ebuild,v 1.6 2004/07/11 10:34:11 eldad Exp $
-
-inherit eutils
-
-DESCRIPTION="network auditing tool that allows you to monitor, manipulate, and inject customized IPv4 traffic"
-HOMEPAGE="http://www.packetfactory.net/projects/packit/"
-SRC_URI="http://www.packetfactory.net/projects/packit/downloads/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND=">=net-libs/libnet-1.1.0-r3"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- has_version '>=net-libs/libpcap-0.8.1' \
- && sed -i 's!^#include <net/bpf.h>$!#include <pcap-bpf.h>!' \
- include/packit.h
-}
-
-src_compile() {
- econf || die "configure failed"
- emake || die "configure failed"
-}
-
-src_install() {
- make install DESTDIR=${D} || die
- dodoc INSTALL LICENSE VERSION docs/*
-}
diff --git a/net-analyzer/packit/packit-1.0.ebuild b/net-analyzer/packit/packit-1.0.ebuild
index d1d2d9139a3f..e935f806d3ce 100644
--- a/net-analyzer/packit/packit-1.0.ebuild
+++ b/net-analyzer/packit/packit-1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/packit/packit-1.0.ebuild,v 1.3 2004/07/27 13:24:41 alexander Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/packit/packit-1.0.ebuild,v 1.4 2004/08/16 10:48:07 eldad Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="http://www.packetfactory.net/projects/packit/downloads/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~macos"
+KEYWORDS="x86 ~ppc ~macos"
IUSE=""
DEPEND=">=net-libs/libnet-1.1.2*"