diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-10-13 12:50:36 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-10-13 12:50:36 +0000 |
commit | 561cf9aa7f4f6bc49cc249eb9adcd75696ea40ed (patch) | |
tree | 53d8caed82dd41e2d65f08434f23e470f65ddc48 /net-analyzer | |
parent | bump (diff) | |
download | historical-561cf9aa7f4f6bc49cc249eb9adcd75696ea40ed.tar.gz historical-561cf9aa7f4f6bc49cc249eb9adcd75696ea40ed.tar.bz2 historical-561cf9aa7f4f6bc49cc249eb9adcd75696ea40ed.zip |
bump
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/iptstate/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/iptstate/files/digest-iptstate-1.3 | 1 | ||||
-rw-r--r-- | net-analyzer/iptstate/iptstate-1.3.ebuild | 23 |
3 files changed, 26 insertions, 2 deletions
diff --git a/net-analyzer/iptstate/Manifest b/net-analyzer/iptstate/Manifest index a6ddf5003c84..b745eeb54295 100644 --- a/net-analyzer/iptstate/Manifest +++ b/net-analyzer/iptstate/Manifest @@ -1,5 +1,5 @@ -MD5 b49ae59977f4278240443ed2d81ea6a1 iptstate-1.3.ebuild 673 -MD5 cd15e84827f1e16bee03df03775bdc68 ChangeLog 795 +MD5 eade5859d55e58189cbfab1dadeff397 iptstate-1.3.ebuild 670 +MD5 1c2482ac57522f5c5466f072e246a136 ChangeLog 794 MD5 b9247e62526a16964ab109be293ba8df iptstate-1.2.1.ebuild 723 MD5 3bf3073fc9ed6586029cbb6101217b29 files/digest-iptstate-1.2.1 65 MD5 77dad1200a91c12958bc01f9870ec63c files/digest-iptstate-1.3 63 diff --git a/net-analyzer/iptstate/files/digest-iptstate-1.3 b/net-analyzer/iptstate/files/digest-iptstate-1.3 new file mode 100644 index 000000000000..7edb107c3e2a --- /dev/null +++ b/net-analyzer/iptstate/files/digest-iptstate-1.3 @@ -0,0 +1 @@ +MD5 0fc7ce5e6803b18c73dcaadb4be2edd0 iptstate-1.3.tar.gz 13674 diff --git a/net-analyzer/iptstate/iptstate-1.3.ebuild b/net-analyzer/iptstate/iptstate-1.3.ebuild new file mode 100644 index 000000000000..41d218d726ff --- /dev/null +++ b/net-analyzer/iptstate/iptstate-1.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-1.3.ebuild,v 1.1 2003/10/13 12:50:31 lanius Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="IP Tables State displays states being kept by iptables in a top-like format" +SRC_URI="http://iptstate.phildev.net/${P}.tar.gz" +HOMEPAGE="http://iptstate.phildev.net" + +DEPEND="sys-libs/ncurses" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="~x86 ~sparc" + +src_compile() { + make CXXFLAGS="${CXXFLAGS} -g -Wall" all +} + +src_install() { + make PREFIX=${D}/usr install + dodoc README Changelog BUGS CONTRIB LICENSE WISHLIST +} |