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 | 15235080632a62eeb4f5b4c9b1ee345d3cee4752 (patch) | |
tree | f2d1d23058a64afae081260d57cf23ee875976b0 /net-analyzer | |
parent | bump (diff) | |
download | gentoo-2-15235080632a62eeb4f5b4c9b1ee345d3cee4752.tar.gz gentoo-2-15235080632a62eeb4f5b4c9b1ee345d3cee4752.tar.bz2 gentoo-2-15235080632a62eeb4f5b4c9b1ee345d3cee4752.zip |
bump
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/iptstate/ChangeLog | 7 | ||||
-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 |
4 files changed, 32 insertions, 3 deletions
diff --git a/net-analyzer/iptstate/ChangeLog b/net-analyzer/iptstate/ChangeLog index d472040a3eca..ad81312128f3 100644 --- a/net-analyzer/iptstate/ChangeLog +++ b/net-analyzer/iptstate/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/iptstate # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.6 2003/02/12 07:45:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.7 2003/10/13 12:50:31 lanius Exp $ + +*iptstate-1.3.0 (13 Oct 2003) + + 13 Oct 2003; Heinrich Wendel <lanius@gentoo.org> iptstate-1.3.0.ebuild: + version bump 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords 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 +} |