Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnetfilter_cttimeout/
Date: Sat, 27 Feb 2021 01:00:35
Message-Id: 1614387619.af02285eb35403cf89533e85974ca25e4f914b7e.sam@gentoo
1 commit: af02285eb35403cf89533e85974ca25e4f914b7e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 00:59:12 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 01:00:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af02285e
7
8 net-libs/libnetfilter_cttimeout: port to EAPI 7
9
10 Package-Manager: Portage-3.0.15, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 .../libnetfilter_cttimeout-1.0.0-r1.ebuild | 13 ++++++-------
14 1 file changed, 6 insertions(+), 7 deletions(-)
15
16 diff --git a/net-libs/libnetfilter_cttimeout/libnetfilter_cttimeout-1.0.0-r1.ebuild b/net-libs/libnetfilter_cttimeout/libnetfilter_cttimeout-1.0.0-r1.ebuild
17 index d897dbebf23..28217faab5c 100644
18 --- a/net-libs/libnetfilter_cttimeout/libnetfilter_cttimeout-1.0.0-r1.ebuild
19 +++ b/net-libs/libnetfilter_cttimeout/libnetfilter_cttimeout-1.0.0-r1.ebuild
20 @@ -1,22 +1,21 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI="5"
26 +EAPI=7
27
28 -inherit linux-info autotools-utils
29 +inherit autotools linux-info
30
31 -DESCRIPTION="netlink interface to the connection tracking timeout infrastructure in the kernel packet filter"
32 +DESCRIPTION="netlink interface for conntrack timeout infrastructure in kernel's packet filter"
33 HOMEPAGE="https://www.netfilter.org/projects/libnetfilter_cttimeout/"
34 SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2"
35
36 LICENSE="GPL-2"
37 SLOT="0"
38 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~x86"
39 -IUSE="static-libs"
40
41 +BDEPEND="virtual/pkgconfig"
42 RDEPEND="net-libs/libmnl:="
43 -DEPEND="${RDEPEND}
44 - virtual/pkgconfig"
45 +DEPEND="${RDEPEND}"
46
47 PATCHES=(
48 "${FILESDIR}"/${P}-clang-export.patch