diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-10-13 16:08:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-10-13 16:08:54 +0000 |
commit | 25542cbbc1a9174bc64ce523348836cd7195e1d9 (patch) | |
tree | 297fab0a62cc0ed2fc8e4a45890105ba50df0013 /net-analyzer/lft | |
parent | license for lft (diff) | |
download | historical-25542cbbc1a9174bc64ce523348836cd7195e1d9.tar.gz historical-25542cbbc1a9174bc64ce523348836cd7195e1d9.tar.bz2 historical-25542cbbc1a9174bc64ce523348836cd7195e1d9.zip |
initial ebuild
Diffstat (limited to 'net-analyzer/lft')
-rw-r--r-- | net-analyzer/lft/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/lft/files/digest-lft-2.2 | 1 | ||||
-rw-r--r-- | net-analyzer/lft/lft-2.2.ebuild | 18 |
3 files changed, 27 insertions, 0 deletions
diff --git a/net-analyzer/lft/ChangeLog b/net-analyzer/lft/ChangeLog new file mode 100644 index 000000000000..124d3402110d --- /dev/null +++ b/net-analyzer/lft/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for net-analyzer/lft +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lft/ChangeLog,v 1.1 2003/10/13 16:08:54 vapier Exp $ + +*lft-2.2 (13 Oct 2003) + + 13 Oct 2003; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by Ivo Bitter <gentoo@joeniks.nl> #28065. diff --git a/net-analyzer/lft/files/digest-lft-2.2 b/net-analyzer/lft/files/digest-lft-2.2 new file mode 100644 index 000000000000..cbd0d095ab98 --- /dev/null +++ b/net-analyzer/lft/files/digest-lft-2.2 @@ -0,0 +1 @@ +MD5 75d2a4f0e224733156a668ca04881c4b lft-2.2.tar.gz 105483 diff --git a/net-analyzer/lft/lft-2.2.ebuild b/net-analyzer/lft/lft-2.2.ebuild new file mode 100644 index 000000000000..0f092b84ae12 --- /dev/null +++ b/net-analyzer/lft/lft-2.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lft/lft-2.2.ebuild,v 1.1 2003/10/13 16:08:54 vapier Exp $ + +DESCRIPTION="Layer Four Traceroute: an advanced traceroute implementation" +HOMEPAGE="http://www.mainnerve.com/lft/" +SRC_URI="http://mainnerve.com/lft/${P}.tar.gz" + +LICENSE="MainNerve" +SLOT="0" +KEYWORDS="~x86" + +DEPEND="net-libs/libpcap" + +src_install() { + einstall || die + dodoc CHANGELOG README TODO +} |