diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-03-09 07:05:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-03-09 07:05:43 +0000 |
commit | d582390633b04aadcc7c20f2a2532c6071fc891b (patch) | |
tree | a978889449cc5cc6e8e8afa5b0fa24179da9d114 /net-analyzer/packit | |
parent | New release (1.3). Resolves bug #81081. (diff) | |
download | historical-d582390633b04aadcc7c20f2a2532c6071fc891b.tar.gz historical-d582390633b04aadcc7c20f2a2532c6071fc891b.tar.bz2 historical-d582390633b04aadcc7c20f2a2532c6071fc891b.zip |
clean old broken ebuild
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-analyzer/packit')
-rw-r--r-- | net-analyzer/packit/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/packit/Manifest | 16 | ||||
-rw-r--r-- | net-analyzer/packit/files/digest-packit-0.7 | 1 | ||||
-rw-r--r-- | net-analyzer/packit/packit-0.7.ebuild | 21 |
4 files changed, 6 insertions, 37 deletions
diff --git a/net-analyzer/packit/ChangeLog b/net-analyzer/packit/ChangeLog index 490f5d704e48..0126e752d2f1 100644 --- a/net-analyzer/packit/ChangeLog +++ b/net-analyzer/packit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/packit # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/packit/ChangeLog,v 1.14 2005/01/29 01:09:20 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/packit/ChangeLog,v 1.15 2005/03/09 07:05:43 mr_bones_ Exp $ + + 09 Mar 2005; Michael Sterrett <mr_bones_@gentoo.org> -packit-0.7.ebuild: + clean old broken ebuild 29 Jan 2005; Daniel Black <dragonheart@gentoo.org> packit-0.7.ebuild, packit-1.0.ebuild: diff --git a/net-analyzer/packit/Manifest b/net-analyzer/packit/Manifest index 9cbb7c5c89dd..5dbd9ee45e30 100644 --- a/net-analyzer/packit/Manifest +++ b/net-analyzer/packit/Manifest @@ -1,16 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 586320a99f377ad4398543aee8681178 ChangeLog 1854 -MD5 72ade9a7adeb500bd068a9bb6dd47ccb packit-0.7.ebuild 657 -MD5 828add64d896c29b87566ae8c0842d9d metadata.xml 291 +MD5 492ec1e6fdd15b99813e1f8c17235fee ChangeLog 1954 MD5 9efa74cf08cea33294a42daa1899d10b packit-1.0.ebuild 674 -MD5 9691a62ad1380ccfcbc34b3c0e88f46a files/digest-packit-0.7 59 +MD5 828add64d896c29b87566ae8c0842d9d metadata.xml 291 MD5 7eb74f02f5f953dd695526486d7ceed6 files/digest-packit-1.0 59 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFB+uJGmdTrptrqvGERAjGzAJ0XakjUgyhnhVObRcmjwgqKeJsDtQCff+w0 -3RvlenXfmOby+tdOi47oiEg= -=uyx4 ------END PGP SIGNATURE----- diff --git a/net-analyzer/packit/files/digest-packit-0.7 b/net-analyzer/packit/files/digest-packit-0.7 deleted file mode 100644 index 955e4cc222cb..000000000000 --- a/net-analyzer/packit/files/digest-packit-0.7 +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index c8a3b925fbf4..000000000000 --- a/net-analyzer/packit/packit-0.7.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# 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.7 2005/01/29 01:09:20 dragonheart 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.1*" - -src_install() { - make install DESTDIR=${D} || die - dodoc INSTALL LICENSE VERSION docs/* -} |