summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2011-04-19 23:18:36 +0000
committerJeroen Roovers <jer@gentoo.org>2011-04-19 23:18:36 +0000
commit81ce3baa25b00318d4efb9d99930986786dbc5f1 (patch)
tree00f5f7fbb57c11a7675ada4e26a90a8502397ca8 /net-analyzer/iptstate
parentVersion bump thanks to euscan. (diff)
downloadgentoo-2-81ce3baa25b00318d4efb9d99930986786dbc5f1.tar.gz
gentoo-2-81ce3baa25b00318d4efb9d99930986786dbc5f1.tar.bz2
gentoo-2-81ce3baa25b00318d4efb9d99930986786dbc5f1.zip
Version bump thanks to euscan. Set RDEPEND.
(Portage version: 2.2.0_alpha30/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/iptstate')
-rw-r--r--net-analyzer/iptstate/ChangeLog10
-rw-r--r--net-analyzer/iptstate/iptstate-2.2.1.ebuild5
-rw-r--r--net-analyzer/iptstate/iptstate-2.2.2.ebuild5
-rw-r--r--net-analyzer/iptstate/iptstate-2.2.3.ebuild35
4 files changed, 49 insertions, 6 deletions
diff --git a/net-analyzer/iptstate/ChangeLog b/net-analyzer/iptstate/ChangeLog
index 8e8ded1a0a8d..de523898b676 100644
--- a/net-analyzer/iptstate/ChangeLog
+++ b/net-analyzer/iptstate/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-analyzer/iptstate
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.33 2010/07/26 22:29:25 jer Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.34 2011/04/19 23:18:35 jer Exp $
+
+*iptstate-2.2.3 (19 Apr 2011)
+
+ 19 Apr 2011; Jeroen Roovers <jer@gentoo.org> iptstate-2.2.1.ebuild,
+ iptstate-2.2.2.ebuild, +iptstate-2.2.3.ebuild:
+ Version bump thanks to euscan. Set RDEPEND.
*iptstate-2.2.2 (26 Jul 2010)
diff --git a/net-analyzer/iptstate/iptstate-2.2.1.ebuild b/net-analyzer/iptstate/iptstate-2.2.1.ebuild
index de5cd0f2feed..6f6de35dcec9 100644
--- a/net-analyzer/iptstate/iptstate-2.2.1.ebuild
+++ b/net-analyzer/iptstate/iptstate-2.2.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-2.2.1.ebuild,v 1.10 2009/01/11 21:42:55 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-2.2.1.ebuild,v 1.11 2011/04/19 23:18:36 jer Exp $
inherit base
@@ -10,6 +10,7 @@ HOMEPAGE="http://www.phildev.net/iptstate/"
DEPEND="sys-libs/ncurses
>=net-libs/libnetfilter_conntrack-0.0.50"
+RDEPEND="${DEPEND}"
SLOT="0"
LICENSE="as-is"
diff --git a/net-analyzer/iptstate/iptstate-2.2.2.ebuild b/net-analyzer/iptstate/iptstate-2.2.2.ebuild
index b1fad8107667..4cee0f5f7891 100644
--- a/net-analyzer/iptstate/iptstate-2.2.2.ebuild
+++ b/net-analyzer/iptstate/iptstate-2.2.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-2.2.2.ebuild,v 1.1 2010/07/26 22:29:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-2.2.2.ebuild,v 1.2 2011/04/19 23:18:36 jer Exp $
EAPI="2"
@@ -12,6 +12,7 @@ HOMEPAGE="http://www.phildev.net/iptstate/"
DEPEND="sys-libs/ncurses
>=net-libs/libnetfilter_conntrack-0.0.50"
+RDEPEND="${DEPEND}"
SLOT="0"
LICENSE="as-is"
diff --git a/net-analyzer/iptstate/iptstate-2.2.3.ebuild b/net-analyzer/iptstate/iptstate-2.2.3.ebuild
new file mode 100644
index 000000000000..e2a35167e2c5
--- /dev/null
+++ b/net-analyzer/iptstate/iptstate-2.2.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-2.2.3.ebuild,v 1.1 2011/04/19 23:18:36 jer Exp $
+
+EAPI="2"
+
+inherit toolchain-funcs
+
+DESCRIPTION="IP Tables State displays states being kept by iptables in a top-like format"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+HOMEPAGE="http://www.phildev.net/iptstate/"
+
+DEPEND="sys-libs/ncurses
+ >=net-libs/libnetfilter_conntrack-0.0.50"
+RDEPEND="${DEPEND}"
+
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
+IUSE=""
+
+src_prepare() {
+ sed -i Makefile \
+ -e 's|$(CXXFLAGS)|& $(LDFLAGS)|g' \
+ || die "sed failed"
+}
+
+src_compile() {
+ emake CXX=$(tc-getCXX) || die "emake failed"
+}
+
+src_install() {
+ emake PREFIX="${D}"/usr install || die
+ dodoc README Changelog BUGS CONTRIB WISHLIST
+}