summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-04-21 11:58:22 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-04-21 11:58:22 +0000
commit08538cc39ec69865d22d771a907ff6c763943f92 (patch)
tree273f75652a25b41a4d24b1675b9ae65f8477b894
parentUpdated keyword. (diff)
downloadhistorical-08538cc39ec69865d22d771a907ff6c763943f92.tar.gz
historical-08538cc39ec69865d22d771a907ff6c763943f92.tar.bz2
historical-08538cc39ec69865d22d771a907ff6c763943f92.zip
Added IUSE
-rw-r--r--net-firewall/iptables/ChangeLog6
-rw-r--r--net-firewall/iptables/Manifest8
-rw-r--r--net-firewall/iptables/iptables-1.2.7a-r3.ebuild4
-rw-r--r--net-firewall/iptables/iptables-1.2.7a-r4.ebuild4
-rw-r--r--net-firewall/iptables/iptables-1.2.8.ebuild4
5 files changed, 15 insertions, 11 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog
index a435ad4f6e17..e75efe6f3aa5 100644
--- a/net-firewall/iptables/ChangeLog
+++ b/net-firewall/iptables/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-firewall/iptables
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.22 2004/03/09 23:30:10 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.23 2004/04/21 11:58:22 aliz Exp $
+
+ 21 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> iptables-1.2.7a-r3.ebuild,
+ iptables-1.2.7a-r4.ebuild, iptables-1.2.8.ebuild:
+ Added IUSE=
09 Mar 2004; <agriffis@gentoo.org> iptables-1.2.9.ebuild:
stable on alpha and ia64
diff --git a/net-firewall/iptables/Manifest b/net-firewall/iptables/Manifest
index d4f093efcc50..3a96e87515d5 100644
--- a/net-firewall/iptables/Manifest
+++ b/net-firewall/iptables/Manifest
@@ -1,10 +1,10 @@
MD5 8be5099dfeb5d93d222e8886cbfa033a iptables-1.2.8-r1.ebuild 2522
-MD5 1676b3cf278d0d91aa82e4cb16a2f830 iptables-1.2.7a-r3.ebuild 1965
-MD5 4100b5dd73e2c29e24a56eaba39dff1c iptables-1.2.8.ebuild 2015
+MD5 54906c7ffcd304a8202c5058287041ac iptables-1.2.7a-r3.ebuild 1968
+MD5 18063213c966b6063bdfb4652eee5908 iptables-1.2.8.ebuild 2018
MD5 9e1620a1fe0db590d6dc0f8e4b47672a iptables-1.2.8-r2.ebuild 2656
-MD5 d2fbad903b452e9f81c22faf3a21f503 iptables-1.2.7a-r4.ebuild 2077
+MD5 41b050927819dc4114eb4cecc0071ab1 iptables-1.2.7a-r4.ebuild 2080
MD5 c0801b41abdd37d9dc1f494abf53494e iptables-1.2.9.ebuild 2718
-MD5 371cb104b1736162e36479a7d0e08923 ChangeLog 9413
+MD5 2f3c1ceb0dddff4d81335219f63332e9 ChangeLog 9551
MD5 37236013e0d26d43c6bff35a8a48e8ec metadata.xml 220
MD5 f876be872ec78bc824f2503059338d8d files/iptables.confd 382
MD5 04a4f2f4455c1c5df002cde52d354dee files/ip6tables.init 2108
diff --git a/net-firewall/iptables/iptables-1.2.7a-r3.ebuild b/net-firewall/iptables/iptables-1.2.7a-r3.ebuild
index 0d9f195bd959..648e6b4a8857 100644
--- a/net-firewall/iptables/iptables-1.2.7a-r3.ebuild
+++ b/net-firewall/iptables/iptables-1.2.7a-r3.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.7a-r3.ebuild,v 1.4 2004/02/22 22:41:03 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.7a-r3.ebuild,v 1.5 2004/04/21 11:58:22 aliz Exp $
inherit eutils
DESCRIPTION="Kernel 2.4 firewall, NAT and packet mangling tools"
HOMEPAGE="http://www.iptables.org/"
SRC_URI="http://www.iptables.org/files/${P}.tar.bz2"
-
+IUSE=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc alpha sparc hppa mips"
diff --git a/net-firewall/iptables/iptables-1.2.7a-r4.ebuild b/net-firewall/iptables/iptables-1.2.7a-r4.ebuild
index 3e3a8681102a..343ae9e8f401 100644
--- a/net-firewall/iptables/iptables-1.2.7a-r4.ebuild
+++ b/net-firewall/iptables/iptables-1.2.7a-r4.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.7a-r4.ebuild,v 1.5 2004/02/22 22:41:03 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.7a-r4.ebuild,v 1.6 2004/04/21 11:58:22 aliz Exp $
inherit eutils
DESCRIPTION="Kernel 2.4 firewall, NAT and packet mangling tools"
HOMEPAGE="http://www.iptables.org/"
SRC_URI="http://www.iptables.org/files/${P}.tar.bz2"
-
+IUSE=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc ~alpha ~sparc ~hppa ~mips"
diff --git a/net-firewall/iptables/iptables-1.2.8.ebuild b/net-firewall/iptables/iptables-1.2.8.ebuild
index 8f31f799305b..a7ebb2cb6ceb 100644
--- a/net-firewall/iptables/iptables-1.2.8.ebuild
+++ b/net-firewall/iptables/iptables-1.2.8.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.8.ebuild,v 1.6 2004/02/22 22:41:03 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.8.ebuild,v 1.7 2004/04/21 11:58:22 aliz Exp $
inherit eutils flag-o-matic
DESCRIPTION="Kernel 2.4 firewall, NAT and packet mangling tools"
HOMEPAGE="http://www.iptables.org/"
SRC_URI="http://www.iptables.org/files/${P}.tar.bz2"
-
+IUSE=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc ~alpha ~sparc ~hppa ~mips"