summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2003-10-19 22:52:53 +0000
committerHeinrich Wendel <lanius@gentoo.org>2003-10-19 22:52:53 +0000
commit63c82ecd20bd43ed20ba9b1e3a9d41bb2c8a6f35 (patch)
treefcc73724dde44032ef3df6076d30a3de25b4d619 /net-analyzer/packit
parentbump (diff)
downloadgentoo-2-63c82ecd20bd43ed20ba9b1e3a9d41bb2c8a6f35.tar.gz
gentoo-2-63c82ecd20bd43ed20ba9b1e3a9d41bb2c8a6f35.tar.bz2
gentoo-2-63c82ecd20bd43ed20ba9b1e3a9d41bb2c8a6f35.zip
bump
Diffstat (limited to 'net-analyzer/packit')
-rw-r--r--net-analyzer/packit/ChangeLog7
-rw-r--r--net-analyzer/packit/Manifest4
-rw-r--r--net-analyzer/packit/files/digest-packit-0.71
-rw-r--r--net-analyzer/packit/packit-0.7.ebuild20
4 files changed, 29 insertions, 3 deletions
diff --git a/net-analyzer/packit/ChangeLog b/net-analyzer/packit/ChangeLog
index 93d5246cc0be..e1a91ed7ec76 100644
--- a/net-analyzer/packit/ChangeLog
+++ b/net-analyzer/packit/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/packit
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/packit/ChangeLog,v 1.3 2003/10/09 02:33:17 hillster Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/packit/ChangeLog,v 1.4 2003/10/19 22:52:47 lanius Exp $
+
+*packit-0.7 (20 Oct 2003)
+
+ 20 Oct 2003; Heinrich Wendel <lanius@gentoo.org> packit-0.7.ebuild:
+ bump
08 Oct 2003; Joel Hill <hillster@gentoo.org> packit-0.6.0c-r1.ebuild,
packit-0.6.0c.ebuild:
diff --git a/net-analyzer/packit/Manifest b/net-analyzer/packit/Manifest
index 142e3cf1e661..48b6b5892220 100644
--- a/net-analyzer/packit/Manifest
+++ b/net-analyzer/packit/Manifest
@@ -1,5 +1,5 @@
MD5 828ffe2e7e53c4eda8ae9437fe7a5801 packit-0.6.0c-r1.ebuild 749
-MD5 f5a561adaedf7fd1368f195f3716bd56 packit-0.7.ebuild 665
-MD5 d4be1dfa6639328ba5ef79adebb11537 ChangeLog 647
+MD5 2be1ad6755b1aee5c9cf3d83709e53a5 packit-0.7.ebuild 657
+MD5 1756b33aae108f2ced2f482c42c77750 ChangeLog 750
MD5 5556efb595e0306b7d1397a160aef4ff files/digest-packit-0.6.0c-r1 62
MD5 9691a62ad1380ccfcbc34b3c0e88f46a files/digest-packit-0.7 59
diff --git a/net-analyzer/packit/files/digest-packit-0.7 b/net-analyzer/packit/files/digest-packit-0.7
new file mode 100644
index 000000000000..955e4cc222cb
--- /dev/null
+++ b/net-analyzer/packit/files/digest-packit-0.7
@@ -0,0 +1 @@
+MD5 ed52ea0ad44daea26f34ec1c20a35599 packit-0.7.tgz 136723
diff --git a/net-analyzer/packit/packit-0.7.ebuild b/net-analyzer/packit/packit-0.7.ebuild
new file mode 100644
index 000000000000..12a733c8f405
--- /dev/null
+++ b/net-analyzer/packit/packit-0.7.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/packit/packit-0.7.ebuild,v 1.1 2003/10/19 22:52:47 lanius 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"
+
+DEPEND=">=net-libs/libnet-1.1.0-r3"
+
+src_install() {
+ make install DESTDIR=${D} || die
+ dodoc INSTALL LICENSE VERSION docs/*
+}