diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-05-29 09:42:15 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-05-29 09:42:15 +0000 |
commit | 4e38269757ad73d2fe70626f8e63b1d5b2068417 (patch) | |
tree | 4b81d398c61e4e6c03fc4f8e3aaaa91edb1d4148 /net-analyzer/tcptrace | |
parent | license name fix (diff) | |
download | historical-4e38269757ad73d2fe70626f8e63b1d5b2068417.tar.gz historical-4e38269757ad73d2fe70626f8e63b1d5b2068417.tar.bz2 historical-4e38269757ad73d2fe70626f8e63b1d5b2068417.zip |
license name fix
Diffstat (limited to 'net-analyzer/tcptrace')
-rw-r--r-- | net-analyzer/tcptrace/Manifest | 3 | ||||
-rw-r--r-- | net-analyzer/tcptrace/tcptrace-6.4.0.ebuild | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-analyzer/tcptrace/Manifest b/net-analyzer/tcptrace/Manifest new file mode 100644 index 000000000000..5be36067a9ef --- /dev/null +++ b/net-analyzer/tcptrace/Manifest @@ -0,0 +1,3 @@ +MD5 ee9ce5dfed9eb1fd5f27e493015f24a1 tcptrace-6.4.0.ebuild 659 +MD5 958cfc1a0c7a707b9f06c4a8224cdde4 ChangeLog 393 +MD5 a503b17aecb71530eae5a1df92370dea files/digest-tcptrace-6.4.0 67 diff --git a/net-analyzer/tcptrace/tcptrace-6.4.0.ebuild b/net-analyzer/tcptrace/tcptrace-6.4.0.ebuild index 8779106d65f8..54b98047838c 100644 --- a/net-analyzer/tcptrace/tcptrace-6.4.0.ebuild +++ b/net-analyzer/tcptrace/tcptrace-6.4.0.ebuild @@ -1,15 +1,17 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptrace/tcptrace-6.4.0.ebuild,v 1.1 2003/05/04 19:40:45 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptrace/tcptrace-6.4.0.ebuild,v 1.2 2003/05/29 09:42:12 seemant Exp $ IUSE="" DESCRIPTION="A Tool for analyzing network packet dumps" HOMEPAGE="http://www.tcptrace.org/" SRC_URI="http://www.tcptrace.org/download/${P}.tar.gz" -LICENSE="GPL" + SLOT="0" +LICENSE="GPL-2" KEYWORDS="~x86" + DEPEND="net-libs/libpcap" src_compile() { |