Diff ipt_netflow-2.6_p20250317 with a ipt_netflow-9999

/usr/portage/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild 2024-12-25 15:56:47.030122166 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
inherit linux-mod-r1 toolchain-funcs
7

  
8
# Hash of commit point.
9
SNAPSHOT=0c5759d002131ac3ae161713f4ce0d515037c1de
6
inherit git-r3 linux-mod-r1 toolchain-funcs
10 7

  
11 8
DESCRIPTION="Netflow iptables module"
12
HOMEPAGE="https://github.com/aabc/ipt-netflow"
13
SRC_URI="https://github.com/aabc/ipt-netflow/archive/${SNAPSHOT}.tar.gz -> ${P}.tar.gz"
14

  
15
S="${WORKDIR}/ipt-netflow-${SNAPSHOT}"
9
HOMEPAGE="
10
	https://sourceforge.net/projects/ipt-netflow
11
	https://github.com/aabc/ipt-netflow
12
"
13
EGIT_REPO_URI="https://github.com/aabc/ipt-netflow"
16 14

  
17 15
LICENSE="GPL-2"
18 16
SLOT="0"
19
KEYWORDS="~amd64 ~x86"
20 17
IUSE="natevents snmp"
21 18

  
22 19
RDEPEND="
Thank you!