diff options
author | Eldad Zack <eldad@gentoo.org> | 2006-10-08 01:46:34 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2006-10-08 01:46:34 +0000 |
commit | e90c77efd9961367ecfdf76894d9f35bfc81e244 (patch) | |
tree | 184fbe263f4c1ce947c9f773d48956b49f91aa3a /net-analyzer/iptstate | |
parent | Version bump to 0.5.1, bug #141613 (diff) | |
download | gentoo-2-e90c77efd9961367ecfdf76894d9f35bfc81e244.tar.gz gentoo-2-e90c77efd9961367ecfdf76894d9f35bfc81e244.tar.bz2 gentoo-2-e90c77efd9961367ecfdf76894d9f35bfc81e244.zip |
Version bump. removed old version.
(Portage version: 2.1.2_pre2-r5)
Diffstat (limited to 'net-analyzer/iptstate')
-rw-r--r-- | net-analyzer/iptstate/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/iptstate/files/digest-iptstate-2.1 | 3 | ||||
-rw-r--r-- | net-analyzer/iptstate/iptstate-2.1.ebuild | 23 |
3 files changed, 33 insertions, 1 deletions
diff --git a/net-analyzer/iptstate/ChangeLog b/net-analyzer/iptstate/ChangeLog index 83e52edb6f16..6a086cfcf67d 100644 --- a/net-analyzer/iptstate/ChangeLog +++ b/net-analyzer/iptstate/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/iptstate # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.17 2006/03/20 19:46:04 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.18 2006/10/08 01:46:34 eldad Exp $ + +*iptstate-2.1 (08 Oct 2006) + + 08 Oct 2006; Eldad Zack <eldad@gentoo.org> -iptstate-1.3.ebuild, + +iptstate-2.1.ebuild: + Version bump. removed old version. 20 Mar 2006; Gustavo Zacarias <gustavoz@gentoo.org> iptstate-1.4.ebuild: Stable on sparc diff --git a/net-analyzer/iptstate/files/digest-iptstate-2.1 b/net-analyzer/iptstate/files/digest-iptstate-2.1 new file mode 100644 index 000000000000..a56de9c433e7 --- /dev/null +++ b/net-analyzer/iptstate/files/digest-iptstate-2.1 @@ -0,0 +1,3 @@ +MD5 c99e19c66645689b44a871428e003ec7 iptstate-2.1.tar.bz2 23453 +RMD160 26425e6d10a4fe14b4485726255bca33edb13a5a iptstate-2.1.tar.bz2 23453 +SHA256 5514efab5eb9e7202f73510859de58786760e1d3e5d0411fecc019af3088a44a iptstate-2.1.tar.bz2 23453 diff --git a/net-analyzer/iptstate/iptstate-2.1.ebuild b/net-analyzer/iptstate/iptstate-2.1.ebuild new file mode 100644 index 000000000000..9c6771e60ca0 --- /dev/null +++ b/net-analyzer/iptstate/iptstate-2.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-2.1.ebuild,v 1.1 2006/10/08 01:46:34 eldad Exp $ + +DESCRIPTION="IP Tables State displays states being kept by iptables in a top-like format" +SRC_URI="http://www.phildev.net/iptstate/${P}.tar.bz2" +HOMEPAGE="http://www.phildev.net/iptstate/" + +DEPEND="sys-libs/ncurses" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" +IUSE="" + +src_compile() { + make CXXFLAGS="${CXXFLAGS} -g -Wall" all || die +} + +src_install() { + make PREFIX=${D}/usr install || die + dodoc README Changelog BUGS CONTRIB LICENSE WISHLIST +} |