summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-01-18 18:35:16 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-01-18 18:35:16 +0000
commit48f19b8b82736863b946ea05fdc74e178e2f8f7f (patch)
tree3931800f9d9242b47408d3ecaddc490ceafb38c5 /net-analyzer/iptstate
parentold (diff)
downloadgentoo-2-48f19b8b82736863b946ea05fdc74e178e2f8f7f.tar.gz
gentoo-2-48f19b8b82736863b946ea05fdc74e178e2f8f7f.tar.bz2
gentoo-2-48f19b8b82736863b946ea05fdc74e178e2f8f7f.zip
x86 stable and remove old
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-analyzer/iptstate')
-rw-r--r--net-analyzer/iptstate/ChangeLog8
-rw-r--r--net-analyzer/iptstate/files/digest-iptstate-2.13
-rw-r--r--net-analyzer/iptstate/iptstate-2.1.ebuild23
-rw-r--r--net-analyzer/iptstate/iptstate-2.2.1.ebuild6
4 files changed, 9 insertions, 31 deletions
diff --git a/net-analyzer/iptstate/ChangeLog b/net-analyzer/iptstate/ChangeLog
index 889be11ea9a8..144086d1b7d3 100644
--- a/net-analyzer/iptstate/ChangeLog
+++ b/net-analyzer/iptstate/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/iptstate
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.29 2007/09/06 17:25:02 jokey Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.30 2008/01/18 18:35:15 armin76 Exp $
+
+ 18 Jan 2008; Raúl Porcel <armin76@gentoo.org> -iptstate-2.1.ebuild,
+ iptstate-2.2.1.ebuild:
+ x86 stable and remove old
06 Sep 2007; Markus Ullmann <jokey@gentoo.org> -iptstate-1.4.ebuild:
Cleanup
diff --git a/net-analyzer/iptstate/files/digest-iptstate-2.1 b/net-analyzer/iptstate/files/digest-iptstate-2.1
deleted file mode 100644
index a56de9c433e7..000000000000
--- a/net-analyzer/iptstate/files/digest-iptstate-2.1
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index 69d6b303388d..000000000000
--- a/net-analyzer/iptstate/iptstate-2.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2007 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.3 2007/03/22 14:28:13 gustavoz 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
-}
diff --git a/net-analyzer/iptstate/iptstate-2.2.1.ebuild b/net-analyzer/iptstate/iptstate-2.2.1.ebuild
index a802479f395d..25959a985f81 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-2007 Gentoo Foundation
+# Copyright 1999-2008 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.7 2007/08/08 14:13:17 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-2.2.1.ebuild,v 1.8 2008/01/18 18:35:15 armin76 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"
@@ -11,7 +11,7 @@ DEPEND="sys-libs/ncurses
SLOT="0"
LICENSE="as-is"
-KEYWORDS="~amd64 ~hppa ~ppc sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc sparc x86"
IUSE=""
src_compile() {