mrueg       14/08/26 17:53:54

  Modified:             ChangeLog
  Added:                nftables-0.3-r1.ebuild
  Log:
  Update init script.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.5                  net-firewall/nftables/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/nftables/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   26 Aug 2014 10:58:38 -0000      1.4
+++ ChangeLog   26 Aug 2014 17:53:54 -0000      1.5
@@ -1,6 +1,12 @@
 # ChangeLog for net-firewall/nftables
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/nftables/ChangeLog,v 1.4 
2014/08/26 10:58:38 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/nftables/ChangeLog,v 1.5 
2014/08/26 17:53:54 mrueg Exp $
+
+*nftables-0.3-r1 (26 Aug 2014)
+
+  26 Aug 2014; Manuel Rüger <[email protected]> +nftables-0.3-r1.ebuild,
+  files/nftables.init:
+  Update init script.
 
   26 Aug 2014; Manuel Rüger <[email protected]> metadata.xml:
   Add myself as maintainer. Acked by Chainsaw.



1.1                  net-firewall/nftables/nftables-0.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/nftables/nftables-0.3-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/nftables/nftables-0.3-r1.ebuild?rev=1.1&content-type=text/plain

Index: nftables-0.3-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-firewall/nftables/nftables-0.3-r1.ebuild,v 1.1 
2014/08/26 17:53:54 mrueg Exp $

EAPI=5

inherit autotools base linux-info

DESCRIPTION="Linux kernel (3.13+) firewall, NAT and packet mangling tools"
HOMEPAGE="http://netfilter.org/projects/nftables/";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="debug"
SRC_URI="http://netfilter.org/projects/${PN}/files/${P}.tar.bz2";

RDEPEND="net-libs/libmnl
        >=net-libs/libnftnl-1.0.2
        dev-libs/gmp
        sys-libs/readline"
DEPEND="${RDEPEND}
        app-text/docbook2X
        sys-devel/bison
        sys-devel/flex"

pkg_setup() {
        if kernel_is ge 3 13; then
                CONFIG_CHECK="~NF_TABLES"
                linux-info_pkg_setup
        else
                eerror "This package requires kernel version 3.13 or newer to 
work properly."
        fi
}

src_prepare() {
        base_src_prepare
        eautoreconf
}

src_configure() {
        econf \
                --sbindir="${EPREFIX}"/sbin \
                $(use_enable debug)
}

src_install() {
        default

        newconfd "${FILESDIR}"/${PN}.confd ${PN}
        newinitd "${FILESDIR}"/${PN}.init ${PN}
        keepdir /var/lib/nftables
}




Reply via email to