diff options
author | 2003-05-29 09:43:47 +0000 | |
---|---|---|
committer | 2003-05-29 09:43:47 +0000 | |
commit | 1dfde5a9b1b3cd5b918bdf72f5125b47135bd845 (patch) | |
tree | 91ab588dce4171bc15475bf1a16910a71333a01c /net-analyzer/tcptrace | |
parent | license name fix (diff) | |
download | gentoo-2-1dfde5a9b1b3cd5b918bdf72f5125b47135bd845.tar.gz gentoo-2-1dfde5a9b1b3cd5b918bdf72f5125b47135bd845.tar.bz2 gentoo-2-1dfde5a9b1b3cd5b918bdf72f5125b47135bd845.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() { |