diff options
author | Guy Martin <gmsoft@gentoo.org> | 2004-09-05 14:02:18 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2004-09-05 14:02:18 +0000 |
commit | 1fcb3843ce30307f6fe72be27e31cd009c991770 (patch) | |
tree | 1e47c5475f6bf2f474909064241d292e1268c205 /net-firewall | |
parent | Stable on hppa. (Manifest recommit) (diff) | |
download | gentoo-2-1fcb3843ce30307f6fe72be27e31cd009c991770.tar.gz gentoo-2-1fcb3843ce30307f6fe72be27e31cd009c991770.tar.bz2 gentoo-2-1fcb3843ce30307f6fe72be27e31cd009c991770.zip |
Stable on hppa. Removed no more needed hppa patch.
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/iptables/ChangeLog | 6 | ||||
-rw-r--r-- | net-firewall/iptables/files/1.2.11-files/hppa.patch.bz2 | bin | 278 -> 0 bytes | |||
-rw-r--r-- | net-firewall/iptables/iptables-1.2.11-r2.ebuild | 5 |
3 files changed, 7 insertions, 4 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog index 195e189533ba..25db14182c93 100644 --- a/net-firewall/iptables/ChangeLog +++ b/net-firewall/iptables/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-firewall/iptables # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.45 2004/08/30 02:14:01 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.46 2004/09/05 14:02:18 gmsoft Exp $ + + 05 Sep 2004; Guy Martin <gmsoft@gentoo.org> + -files/1.2.11-files/hppa.patch.bz2, iptables-1.2.11-r2.ebuild: + Stable on hppa. Removed no more needed hppa patch. 29 Aug 2004; Tom Gall <tgall@gentoo.org> iptables-1.2.11-r2.ebuild: stable on ppc64, bug #60780 diff --git a/net-firewall/iptables/files/1.2.11-files/hppa.patch.bz2 b/net-firewall/iptables/files/1.2.11-files/hppa.patch.bz2 Binary files differdeleted file mode 100644 index 6e1093b07157..000000000000 --- a/net-firewall/iptables/files/1.2.11-files/hppa.patch.bz2 +++ /dev/null diff --git a/net-firewall/iptables/iptables-1.2.11-r2.ebuild b/net-firewall/iptables/iptables-1.2.11-r2.ebuild index c91152ccfd14..5563e858bc40 100644 --- a/net-firewall/iptables/iptables-1.2.11-r2.ebuild +++ b/net-firewall/iptables/iptables-1.2.11-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.11-r2.ebuild,v 1.10 2004/08/30 02:14:01 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.11-r2.ebuild,v 1.11 2004/09/05 14:02:18 gmsoft Exp $ inherit eutils flag-o-matic @@ -12,7 +12,7 @@ SRC_URI="http://www.iptables.org/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc sparc ~mips alpha ~arm ~hppa amd64 ~ia64 ppc64" +KEYWORDS="x86 ~ppc sparc ~mips alpha ~arm hppa amd64 ~ia64 ppc64" IUSE="ipv6 static extensions" DEPEND="virtual/os-headers @@ -38,7 +38,6 @@ src_unpack() { epatch ${FILESDIR}/${PV}-files/grsecurity-1.2.8-iptables.patch.bz2 epatch ${FILESDIR}/${PV}-files/install_ipv6_apps.patch.bz2 epatch ${FILESDIR}/${PV}-files/install_all_dev_files.patch.bz2 - use hppa && epatch ${FILESDIR}/${PV}-files/hppa.patch.bz2 sed -i "s/PF_EXT_SLIB:=/PF_EXT_SLIB:=stealth /g" extensions/Makefile |