diff options
author | 2012-06-03 08:42:42 +0000 | |
---|---|---|
committer | 2012-06-03 08:42:42 +0000 | |
commit | 14412840141e950b7177a40d89fcc4deff5ccb9d (patch) | |
tree | 3dcb69cb65922ff0b5c9591f409dfad39b0f7d73 /net-analyzer/iptstate | |
parent | Version bump. Use correct license (ZLIB instead of as-is). Stop forcing -g an... (diff) | |
download | gentoo-2-14412840141e950b7177a40d89fcc4deff5ccb9d.tar.gz gentoo-2-14412840141e950b7177a40d89fcc4deff5ccb9d.tar.bz2 gentoo-2-14412840141e950b7177a40d89fcc4deff5ccb9d.zip |
old
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/iptstate')
-rw-r--r-- | net-analyzer/iptstate/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/iptstate/files/iptstate-2.2.1-gcc43.patch | 10 | ||||
-rw-r--r-- | net-analyzer/iptstate/iptstate-2.2.1.ebuild | 29 | ||||
-rw-r--r-- | net-analyzer/iptstate/iptstate-2.2.2.ebuild | 35 |
4 files changed, 5 insertions, 75 deletions
diff --git a/net-analyzer/iptstate/ChangeLog b/net-analyzer/iptstate/ChangeLog index 3a5da0cf8ca7..1e0ac95d3f4d 100644 --- a/net-analyzer/iptstate/ChangeLog +++ b/net-analyzer/iptstate/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/iptstate # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.38 2012/06/03 08:41:38 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.39 2012/06/03 08:42:42 ssuominen Exp $ + + 03 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> -iptstate-2.2.1.ebuild, + -files/iptstate-2.2.1-gcc43.patch, -iptstate-2.2.2.ebuild: + old *iptstate-2.2.5 (03 Jun 2012) diff --git a/net-analyzer/iptstate/files/iptstate-2.2.1-gcc43.patch b/net-analyzer/iptstate/files/iptstate-2.2.1-gcc43.patch deleted file mode 100644 index 163ebd4981fe..000000000000 --- a/net-analyzer/iptstate/files/iptstate-2.2.1-gcc43.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- iptstate.cc~ 2007-03-19 07:43:49.000000000 +0100 -+++ iptstate.cc 2008-06-23 14:44:23.438816806 +0200 -@@ -55,6 +55,7 @@ - #include <netdb.h> - #include <arpa/inet.h> - #include <math.h> -+#include <cstring> - #ifndef IPTSTATE_USE_PROC - extern "C" { - #include <libnetfilter_conntrack/libnetfilter_conntrack.h> diff --git a/net-analyzer/iptstate/iptstate-2.2.1.ebuild b/net-analyzer/iptstate/iptstate-2.2.1.ebuild deleted file mode 100644 index 897bd075e92c..000000000000 --- a/net-analyzer/iptstate/iptstate-2.2.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2012 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.12 2012/02/05 18:25:50 armin76 Exp $ - -inherit base - -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 - >=net-libs/libnetfilter_conntrack-0.0.50" -RDEPEND="${DEPEND}" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="amd64 ~hppa ~ppc x86" -IUSE="" - -PATCHES=( "${FILESDIR}/${P}-gcc43.patch" ) - -src_compile() { - emake || die "emake failed" -} - -src_install() { - make PREFIX="${D}"/usr install || die - dodoc README Changelog BUGS CONTRIB WISHLIST -} diff --git a/net-analyzer/iptstate/iptstate-2.2.2.ebuild b/net-analyzer/iptstate/iptstate-2.2.2.ebuild deleted file mode 100644 index 29866655d68e..000000000000 --- a/net-analyzer/iptstate/iptstate-2.2.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2012 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.3 2012/02/05 18:25:50 armin76 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 ~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() { - make PREFIX="${D}"/usr install || die - dodoc README Changelog BUGS CONTRIB WISHLIST -} |