diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-07-09 14:21:16 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-07-09 14:21:16 +0000 |
commit | 08d0e1adeec3db5a70d705ce7b21406f76a38dcf (patch) | |
tree | 2707866d100a4d2a6c49b2b5a25abe959518d664 /net-analyzer/thcrut | |
parent | Patched for attribute vulnerabilities, bug #56479. (diff) | |
download | historical-08d0e1adeec3db5a70d705ce7b21406f76a38dcf.tar.gz historical-08d0e1adeec3db5a70d705ce7b21406f76a38dcf.tar.bz2 historical-08d0e1adeec3db5a70d705ce7b21406f76a38dcf.zip |
tidy; added metadata
Diffstat (limited to 'net-analyzer/thcrut')
-rw-r--r-- | net-analyzer/thcrut/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/thcrut/Manifest | 5 | ||||
-rw-r--r-- | net-analyzer/thcrut/metadata.xml | 6 | ||||
-rw-r--r-- | net-analyzer/thcrut/thcrut-1.2.5.ebuild | 5 |
4 files changed, 17 insertions, 5 deletions
diff --git a/net-analyzer/thcrut/ChangeLog b/net-analyzer/thcrut/ChangeLog index e81746da3b47..46ca39c2d9d4 100644 --- a/net-analyzer/thcrut/ChangeLog +++ b/net-analyzer/thcrut/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/thcrut # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thcrut/ChangeLog,v 1.4 2004/06/24 22:21:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thcrut/ChangeLog,v 1.5 2004/07/09 14:21:16 eldad Exp $ + + 09 Jul 2004; Eldad Zack <eldad@gentoo.org> +metadata.xml, + thcrut-1.2.5.ebuild: + Tidy, added missing IUSE, added metadata. 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> thcrut-1.2.5.ebuild: Add inherit eutils diff --git a/net-analyzer/thcrut/Manifest b/net-analyzer/thcrut/Manifest index 355703930e21..5adfbb479b15 100644 --- a/net-analyzer/thcrut/Manifest +++ b/net-analyzer/thcrut/Manifest @@ -1,4 +1,5 @@ -MD5 34cce658caad846a3731565b2323ad58 thcrut-1.2.5.ebuild 872 -MD5 15516eb273938f4b500d276896c1df19 ChangeLog 463 +MD5 fe4a1befe045adb2857cbd76b968c5c6 thcrut-1.2.5.ebuild 871 +MD5 cc81e8ecbd7e7d24232b38518166fbc1 ChangeLog 588 +MD5 6664b0723808cc3aad5658e88d5a7ac7 metadata.xml 236 MD5 7a44d04c4783a23f9ed07cc597b21a94 files/1.2.5-libnet.patch 9428 MD5 c71ac3757388c2ad736d8f1b5134aaac files/digest-thcrut-1.2.5 64 diff --git a/net-analyzer/thcrut/metadata.xml b/net-analyzer/thcrut/metadata.xml new file mode 100644 index 000000000000..1717aa521eaf --- /dev/null +++ b/net-analyzer/thcrut/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>netmon</herd> +<longdescription>Network discovery and fingerprinting tool</longdescription> +</pkgmetadata> diff --git a/net-analyzer/thcrut/thcrut-1.2.5.ebuild b/net-analyzer/thcrut/thcrut-1.2.5.ebuild index 273f38977fc8..d17147374b1e 100644 --- a/net-analyzer/thcrut/thcrut-1.2.5.ebuild +++ b/net-analyzer/thcrut/thcrut-1.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation, Copyright 2003 The Hackers Choice - http://www.thc.org # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thcrut/thcrut-1.2.5.ebuild,v 1.4 2004/06/24 22:21:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thcrut/thcrut-1.2.5.ebuild,v 1.5 2004/07/09 14:21:16 eldad Exp $ inherit eutils @@ -11,6 +11,7 @@ SRC_URI="http://www.thc.org/thc-rut/${P}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="x86 sparc" +IUSE="" DEPEND="net-libs/libpcap <net-libs/libnet-1.1 @@ -24,7 +25,7 @@ src_unpack() { } src_compile() { - econf || die "./configure failed" + econf || die "econf failed" emake || die "emake failed" } |