diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-18 23:22:52 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-18 23:22:52 +0000 |
commit | f62937cab196d3ac4f1c7cfe48733508bddb8de2 (patch) | |
tree | 9c80a9ffcaeccd18f09aa3ded1da093c3a2bab7e /net-analyzer/iptstate | |
parent | repoman'd (diff) | |
download | gentoo-2-f62937cab196d3ac4f1c7cfe48733508bddb8de2.tar.gz gentoo-2-f62937cab196d3ac4f1c7cfe48733508bddb8de2.tar.bz2 gentoo-2-f62937cab196d3ac4f1c7cfe48733508bddb8de2.zip |
repoman'd
Diffstat (limited to 'net-analyzer/iptstate')
-rw-r--r-- | net-analyzer/iptstate/files/digest-iptstate-1.2.0 | 1 | ||||
-rw-r--r-- | net-analyzer/iptstate/iptstate-1.2.0.ebuild | 24 | ||||
-rw-r--r-- | net-analyzer/iptstate/iptstate-1.2.1.ebuild | 8 |
3 files changed, 6 insertions, 27 deletions
diff --git a/net-analyzer/iptstate/files/digest-iptstate-1.2.0 b/net-analyzer/iptstate/files/digest-iptstate-1.2.0 deleted file mode 100644 index 63682be7d4ec..000000000000 --- a/net-analyzer/iptstate/files/digest-iptstate-1.2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 d79155225c2299e50223e5062841d90e iptstate-1.2.0.tar.gz 62431 diff --git a/net-analyzer/iptstate/iptstate-1.2.0.ebuild b/net-analyzer/iptstate/iptstate-1.2.0.ebuild deleted file mode 100644 index 9c5d3dc5b1d0..000000000000 --- a/net-analyzer/iptstate/iptstate-1.2.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-1.2.0.ebuild,v 1.2 2002/07/11 06:30:43 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="IP Tables State displays states being kept by iptables in a top-like format" -SRC_URI="http://home.earthlink.net/~jaymzh666/iptstate/iptstate-${PV}.tar.gz" -HOMEPAGE="http://home.earthlink.net/~jaymzh666/iptstate/" - -DEPEND="virtual/glibc sys-libs/ncurses" - -src_compile() { - - make CXXFLAGS="${CXXFLAGS} -g -Wall" all - -} - -src_install() { - - make PREFIX=${D}/usr install - dodoc README Changelog BUGS CONTRIB LICENSE WISHLIST - -} - diff --git a/net-analyzer/iptstate/iptstate-1.2.1.ebuild b/net-analyzer/iptstate/iptstate-1.2.1.ebuild index 14d9a9659410..5fae868ffaa9 100644 --- a/net-analyzer/iptstate/iptstate-1.2.1.ebuild +++ b/net-analyzer/iptstate/iptstate-1.2.1.ebuild @@ -1,13 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-1.2.1.ebuild,v 1.2 2002/07/11 06:30:43 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-1.2.1.ebuild,v 1.3 2002/07/18 23:22:46 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="IP Tables State displays states being kept by iptables in a top-like format" SRC_URI="http://home.earthlink.net/~jaymzh666/iptstate/iptstate-${PV}.tar.gz" HOMEPAGE="http://home.earthlink.net/~jaymzh666/iptstate/" -DEPEND="virtual/glibc sys-libs/ncurses" +DEPEND="sys-libs/ncurses" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" src_compile() { |