mrueg       14/08/25 19:30:47

  Modified:             ChangeLog
  Added:                nftables-0.3.ebuild
  Log:
  NMU: Version bump. See bug #511460. Generate manpage on buildtime. Add init 
script based on iptables scripts by Nicholas Vinson. See bug #508182.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.3                  net-firewall/nftables/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/nftables/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   1 Feb 2014 20:13:10 -0000       1.2
+++ ChangeLog   25 Aug 2014 19:30:47 -0000      1.3
@@ -1,6 +1,13 @@
 # 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.2 
2014/02/01 20:13:10 steev Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/nftables/ChangeLog,v 1.3 
2014/08/25 19:30:47 mrueg Exp $
+
+*nftables-0.3 (25 Aug 2014)
+
+  25 Aug 2014; Manuel RĂ¼ger <mr...@gentoo.org> +files/nftables.confd,
+  +files/nftables.init, +nftables-0.3.ebuild:
+  NMU: Version bump. See bug #511460. Generate manpage on buildtime. Add init
+  script based on iptables scripts by Nicholas Vinson. See bug #508182.
 
   01 Feb 2014; Steev Klimaszewski <st...@gentoo.org> nftables-0.099.ebuild:
   Add ~arm keyword. Tested by aholler on armv5
@@ -10,4 +17,3 @@
   24 Jan 2014; Tony Vroon <chain...@gentoo.org> +nftables-0.099.ebuild,
   +files/nftables-0.099-94300c7.patch, +files/nftables.8, +metadata.xml:
   Initial commit. Patches & ebuilds by dwfreed, with some minor tweaks by me.
-



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

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

Index: nftables-0.3.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.ebuild,v 
1.1 2014/08/25 19:30:47 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