Gentoo Archives: gentoo-commits

From: Andrew Savchenko <bircoph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/l7-filter-userspace/
Date: Mon, 04 Nov 2019 19:03:18
Message-Id: 1572894173.b4d1032dd5fab92bd0acf54348ca7a4d9df77e48.bircoph@gentoo
1 commit: b4d1032dd5fab92bd0acf54348ca7a4d9df77e48
2 Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 4 18:46:32 2019 +0000
4 Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 4 19:02:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4d1032d
7
8 net-misc/l7-filter-userspace: update to EAPI 7
9
10 - EAPI 7 bump.
11 - Copy tarball to devdir since original source is not reliable now.
12
13 Package-Manager: Portage-2.3.78, Repoman-2.3.17
14 Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
15
16 .../l7-filter-userspace-0.12_beta1-r1.ebuild | 28 ++++++++++++++++++++++
17 1 file changed, 28 insertions(+)
18
19 diff --git a/net-misc/l7-filter-userspace/l7-filter-userspace-0.12_beta1-r1.ebuild b/net-misc/l7-filter-userspace/l7-filter-userspace-0.12_beta1-r1.ebuild
20 new file mode 100644
21 index 00000000000..92e7bc0b421
22 --- /dev/null
23 +++ b/net-misc/l7-filter-userspace/l7-filter-userspace-0.12_beta1-r1.ebuild
24 @@ -0,0 +1,28 @@
25 +# Copyright 1999-2019 Gentoo Authors
26 +# Distributed under the terms of the GNU General Public License v2
27 +
28 +EAPI=7
29 +
30 +MY_P=${PN}-$(ver_rs 2 -)
31 +
32 +DESCRIPTION="Userspace utilities for layer 7 iptables QoS"
33 +HOMEPAGE="https://l7-filter.clearos.com http://l7-filter.sourceforge.net"
34 +SRC_URI="https://dev.gentoo.org/~bircoph/distfiles/${MY_P}.tar.gz"
35 +
36 +LICENSE="GPL-2"
37 +KEYWORDS="~amd64 ~arm ~x86"
38 +IUSE=""
39 +SLOT="0"
40 +
41 +DEPEND=">=net-libs/libnetfilter_conntrack-0.0.100
42 + >=net-libs/libnetfilter_queue-1.0.0
43 + net-libs/libnfnetlink"
44 +RDEPEND="${DEPEND}
45 + net-misc/l7-protocols"
46 +
47 +S=${WORKDIR}/${MY_P}
48 +
49 +DOCS=( README TODO BUGS THANKS AUTHORS )
50 +
51 +PATCHES=( "${FILESDIR}/${PN}-0.11-libnetfilter_conntrack-0.0.100.patch"
52 + "${FILESDIR}/${PN}-0.11-datatype.patch" )