diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-07-10 12:16:24 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-07-10 12:16:24 +0000 |
commit | 6f1f430938d6e21c5a62f4d93ff717b8151be22e (patch) | |
tree | 30c93b112105fef925a70254b883ac5816fe8b5a | |
parent | tidy (diff) | |
download | historical-6f1f430938d6e21c5a62f4d93ff717b8151be22e.tar.gz historical-6f1f430938d6e21c5a62f4d93ff717b8151be22e.tar.bz2 historical-6f1f430938d6e21c5a62f4d93ff717b8151be22e.zip |
tidy; x86 stable
-rw-r--r-- | net-analyzer/iptstate/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/iptstate/iptstate-1.2.1.ebuild | 5 | ||||
-rw-r--r-- | net-analyzer/iptstate/iptstate-1.3.ebuild | 7 | ||||
-rw-r--r-- | net-analyzer/iptstate/metadata.xml | 6 |
4 files changed, 18 insertions, 6 deletions
diff --git a/net-analyzer/iptstate/ChangeLog b/net-analyzer/iptstate/ChangeLog index 81a0310ec20d..904df913f922 100644 --- a/net-analyzer/iptstate/ChangeLog +++ b/net-analyzer/iptstate/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/iptstate # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.9 2004/06/24 22:05:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.10 2004/07/10 12:16:24 eldad Exp $ + + 10 Jul 2004; Eldad Zack <eldad@gentoo.org> +metadata.xml, + iptstate-1.2.1.ebuild, iptstate-1.3.ebuild: + tidy, x86 stable *iptstate-1.3 (13 Oct 2003) diff --git a/net-analyzer/iptstate/iptstate-1.2.1.ebuild b/net-analyzer/iptstate/iptstate-1.2.1.ebuild index ee75c51aa6fd..3b65727bd7f1 100644 --- a/net-analyzer/iptstate/iptstate-1.2.1.ebuild +++ b/net-analyzer/iptstate/iptstate-1.2.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-1.2.1.ebuild,v 1.8 2004/06/24 22:05:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-1.2.1.ebuild,v 1.9 2004/07/10 12:16:24 eldad 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/" @@ -12,6 +12,7 @@ DEPEND="sys-libs/ncurses" SLOT="0" LICENSE="as-is" KEYWORDS="x86 sparc " +IUSE="" src_compile() { diff --git a/net-analyzer/iptstate/iptstate-1.3.ebuild b/net-analyzer/iptstate/iptstate-1.3.ebuild index 33628354686b..1a05d2220e99 100644 --- a/net-analyzer/iptstate/iptstate-1.3.ebuild +++ b/net-analyzer/iptstate/iptstate-1.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-1.3.ebuild,v 1.2 2004/06/24 22:05:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-1.3.ebuild,v 1.3 2004/07/10 12:16:24 eldad Exp $ + -S=${WORKDIR}/${P} DESCRIPTION="IP Tables State displays states being kept by iptables in a top-like format" SRC_URI="http://iptstate.phildev.net/${P}.tar.gz" HOMEPAGE="http://iptstate.phildev.net" @@ -11,7 +11,8 @@ DEPEND="sys-libs/ncurses" SLOT="0" LICENSE="as-is" -KEYWORDS="~x86 ~sparc" +KEYWORDS="x86 ~sparc" +IUSE="" src_compile() { make CXXFLAGS="${CXXFLAGS} -g -Wall" all diff --git a/net-analyzer/iptstate/metadata.xml b/net-analyzer/iptstate/metadata.xml new file mode 100644 index 000000000000..7ca7e8265099 --- /dev/null +++ b/net-analyzer/iptstate/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>netmon</herd> +<longdescription>IP Tables State displays states being kept by iptables in a top-like format</longdescription> +</pkgmetadata> |