diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2019-11-04 21:46:32 +0300 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2019-11-04 22:02:53 +0300 |
commit | b4d1032dd5fab92bd0acf54348ca7a4d9df77e48 (patch) | |
tree | 334bb1fc20b9617b0f8cea56a1f8e5ea72f228bd /net-misc/l7-filter-userspace | |
parent | net-misc/l7-protocols: update HOMEPAGE (diff) | |
download | gentoo-b4d1032dd5fab92bd0acf54348ca7a4d9df77e48.tar.gz gentoo-b4d1032dd5fab92bd0acf54348ca7a4d9df77e48.tar.bz2 gentoo-b4d1032dd5fab92bd0acf54348ca7a4d9df77e48.zip |
net-misc/l7-filter-userspace: update to EAPI 7
- EAPI 7 bump.
- Copy tarball to devdir since original source is not reliable now.
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Diffstat (limited to 'net-misc/l7-filter-userspace')
-rw-r--r-- | net-misc/l7-filter-userspace/l7-filter-userspace-0.12_beta1-r1.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
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 new file mode 100644 index 000000000000..92e7bc0b421c --- /dev/null +++ b/net-misc/l7-filter-userspace/l7-filter-userspace-0.12_beta1-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_P=${PN}-$(ver_rs 2 -) + +DESCRIPTION="Userspace utilities for layer 7 iptables QoS" +HOMEPAGE="https://l7-filter.clearos.com http://l7-filter.sourceforge.net" +SRC_URI="https://dev.gentoo.org/~bircoph/distfiles/${MY_P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" +SLOT="0" + +DEPEND=">=net-libs/libnetfilter_conntrack-0.0.100 + >=net-libs/libnetfilter_queue-1.0.0 + net-libs/libnfnetlink" +RDEPEND="${DEPEND} + net-misc/l7-protocols" + +S=${WORKDIR}/${MY_P} + +DOCS=( README TODO BUGS THANKS AUTHORS ) + +PATCHES=( "${FILESDIR}/${PN}-0.11-libnetfilter_conntrack-0.0.100.patch" + "${FILESDIR}/${PN}-0.11-datatype.patch" ) |