pinkbyte 15/01/09 20:35:29 Modified: ipt_netflow-2.0.1.ebuild ChangeLog Removed: ipt_netflow-2.0-r1.ebuild Log: Add version check for kernel sources to prevent building on unsupported kernels, drop old (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Revision Changes Path 1.2 net-firewall/ipt_netflow/ipt_netflow-2.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-2.0.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-2.0.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-2.0.1.ebuild?r1=1.1&r2=1.2 Index: ipt_netflow-2.0.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-2.0.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ipt_netflow-2.0.1.ebuild 16 Sep 2014 06:06:52 -0000 1.1 +++ ipt_netflow-2.0.1.ebuild 9 Jan 2015 20:35:29 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-2.0.1.ebuild,v 1.1 2014/09/16 06:06:52 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-2.0.1.ebuild,v 1.2 2015/01/09 20:35:29 pinkbyte Exp $ EAPI=5 inherit eutils linux-info linux-mod multilib toolchain-funcs @@ -32,6 +32,7 @@ pkg_setup() { local CONFIG_CHECK="~IP_NF_IPTABLES" use debug && CONFIG_CHECK+=" ~DEBUG_FS" + kernel_is -gt 3 16 && die "${P} requires kernel version < 3.17" linux-mod_pkg_setup } 1.18 net-firewall/ipt_netflow/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 16 Sep 2014 06:06:52 -0000 1.17 +++ ChangeLog 9 Jan 2015 20:35:29 -0000 1.18 @@ -1,6 +1,11 @@ # ChangeLog for net-firewall/ipt_netflow -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ChangeLog,v 1.17 2014/09/16 06:06:52 jer Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ChangeLog,v 1.18 2015/01/09 20:35:29 pinkbyte Exp $ + + 09 Jan 2015; Sergey Popov <[email protected]> -ipt_netflow-2.0-r1.ebuild, + ipt_netflow-2.0.1.ebuild: + Add version check for kernel sources to prevent building on unsupported + kernels, drop old *ipt_netflow-2.0.1 (16 Sep 2014)
