alonbl      15/04/30 18:12:41

  Modified:             firehol-2.0.2.ebuild ChangeLog
  Log:
  Override ip6tables at configure as it has no effect, bug#547188
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
BF20DC51)

Revision  Changes    Path
1.2                  net-firewall/firehol/firehol-2.0.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/firehol/firehol-2.0.2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/firehol/firehol-2.0.2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/firehol/firehol-2.0.2.ebuild?r1=1.1&r2=1.2

Index: firehol-2.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/firehol/firehol-2.0.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- firehol-2.0.2.ebuild        14 Apr 2015 15:19:30 -0000      1.1
+++ firehol-2.0.2.ebuild        30 Apr 2015 18:12:41 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/firehol-2.0.2.ebuild,v 
1.1 2015/04/14 15:19:30 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/firehol-2.0.2.ebuild,v 
1.2 2015/04/30 18:12:41 alonbl Exp $
 
 EAPI=5
 inherit eutils linux-info
@@ -14,10 +14,11 @@
 IUSE="doc"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 
-DEPEND="sys-apps/iproute2"
 RDEPEND="net-firewall/iptables
        sys-apps/iproute2[-minimal]
-       virtual/modutils"
+       virtual/modutils
+       app-arch/gzip"
+DEPEND="${RDEPEND}"
 
 pkg_setup() {
        local KCONFIG_OPTS="~NF_CONNTRACK_IPV4 ~NF_CONNTRACK_MARK ~NF_NAT 
~NF_NAT_FTP ~NF_NAT_IRC \
@@ -39,11 +40,15 @@
 }
 
 src_configure() {
+       # removing IP6TABLES_CMD has no effect and enable build
+       # without ipv6 available
        econf \
                --docdir="${EPREFIX}/usr/share/doc/${PF}" \
                --with-autosave="${EPREFIX}/var/lib/iptables/rules-save" \
                --with-autosave6="${EPREFIX}/var/lib/ip6tables/rules-save" \
-               $(use_enable doc)
+               $(use_enable doc) \
+               IP6TABLES_CMD=/bin/false \
+               IP6TABLES_SAVE_CMD=/bin/false
 }
 
 src_install() {



1.57                 net-firewall/firehol/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/firehol/ChangeLog?rev=1.57&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/firehol/ChangeLog?rev=1.57&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/firehol/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   14 Apr 2015 15:19:30 -0000      1.56
+++ ChangeLog   30 Apr 2015 18:12:41 -0000      1.57
@@ -1,6 +1,9 @@
 # ChangeLog for net-firewall/firehol
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v 1.56 
2015/04/14 15:19:30 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v 1.57 
2015/04/30 18:12:41 alonbl Exp $
+
+  30 Apr 2015; Alon Bar-Lev <alo...@gentoo.org> firehol-2.0.2.ebuild:
+  Override ip6tables at configure as it has no effect, bug#547188
 
 *firehol-2.0.2 (14 Apr 2015)
 




Reply via email to