public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-firewall/nftables: nftables-0.4.ebuild ChangeLog nftables-0.3-r2.ebuild
@ 2014-12-18 17:13 Manuel Rueger (mrueg)
  0 siblings, 0 replies; only message in thread
From: Manuel Rueger (mrueg) @ 2014-12-18 17:13 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/12/18 17:13:48

  Modified:             ChangeLog
  Added:                nftables-0.4.ebuild
  Removed:              nftables-0.3-r2.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.8                  net-firewall/nftables/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/nftables/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	28 Aug 2014 13:28:19 -0000	1.7
+++ ChangeLog	18 Dec 2014 17:13:48 -0000	1.8
@@ -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.7 2014/08/28 13:28:19 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/nftables/ChangeLog,v 1.8 2014/12/18 17:13:48 mrueg Exp $
+
+*nftables-0.4 (18 Dec 2014)
+
+  18 Dec 2014; Manuel Rüger <mrueg@gentoo.org> +nftables-0.4.ebuild,
+  -nftables-0.3-r2.ebuild:
+  Version bump. Remove old.
 
   28 Aug 2014; William Hubbs <williamh@gentoo.org>
   -files/nftables-0.099-94300c7.patch, -files/nftables.8,



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

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

Index: nftables-0.4.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.4.ebuild,v 1.1 2014/12/18 17:13:48 mrueg Exp $

EAPI=5

inherit autotools 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-0.8.8-r4
	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() {
	epatch_user
	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
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-12-18 17:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-18 17:13 [gentoo-commits] gentoo-x86 commit in net-firewall/nftables: nftables-0.4.ebuild ChangeLog nftables-0.3-r2.ebuild Manuel Rueger (mrueg)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox