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-analyzer/pmacct/
Date: Sat, 31 Dec 2022 23:28:55
Message-Id: 1672529001.0b8ee8b066590117a5ee11e2575d84b80427ef20.sam@gentoo
1 commit: 0b8ee8b066590117a5ee11e2575d84b80427ef20
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 31 23:18:19 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 31 23:23:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b8ee8b0
7
8 net-analyzer/pmacct: add 1.7.8
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-analyzer/pmacct/Manifest | 1 +
13 net-analyzer/pmacct/{pmacct-9999.ebuild => pmacct-1.7.8.ebuild} | 3 +++
14 net-analyzer/pmacct/pmacct-9999.ebuild | 3 +++
15 3 files changed, 7 insertions(+)
16
17 diff --git a/net-analyzer/pmacct/Manifest b/net-analyzer/pmacct/Manifest
18 index 17b03eeb9f42..8c016cfe1dba 100644
19 --- a/net-analyzer/pmacct/Manifest
20 +++ b/net-analyzer/pmacct/Manifest
21 @@ -1 +1,2 @@
22 DIST pmacct-1.7.7.tar.gz 2149629 BLAKE2B 00357cbf1f52452c4a9ee9807e2c18f823019521cc9cb99553fe262826d7343e286694d666c7bab59e62767598ff373b3abafbecfdd43a823ba8784777740643 SHA512 7bc4c48041f023b5cd7ba927722478b0008d751bdb679f44beb2b281f4b16cb0bafb211d0fb947516ca80f86082f1bce578973ec298f4947ffd9d063a44bd00b
23 +DIST pmacct-1.7.8.tar.gz 2175335 BLAKE2B 1b95d48c479d59f2d4a7654e870e6f61c984c57c31aebbfb9fbf86f2d1027cde6a0f334489f33186bbb19ee7bdf94726f0053faa4829273de2d1975f58dff97f SHA512 df576644688ddb1957aa1583b101b96d86ab404c1416e0709b1bc85d691d13841bdb92a37a4526bc9273101dd11e3134d2fb35c06d2cbcde8e5bf7e84751a1c2
24
25 diff --git a/net-analyzer/pmacct/pmacct-9999.ebuild b/net-analyzer/pmacct/pmacct-1.7.8.ebuild
26 similarity index 98%
27 copy from net-analyzer/pmacct/pmacct-9999.ebuild
28 copy to net-analyzer/pmacct/pmacct-1.7.8.ebuild
29 index 55db903b6abd..716720824619 100644
30 --- a/net-analyzer/pmacct/pmacct-9999.ebuild
31 +++ b/net-analyzer/pmacct/pmacct-1.7.8.ebuild
32 @@ -7,6 +7,7 @@ inherit autotools toolchain-funcs systemd
33
34 DESCRIPTION="A network tool to gather IP traffic information"
35 HOMEPAGE="http://www.pmacct.net/"
36 +
37 if [[ ${PV} == 9999 ]] ; then
38 EGIT_REPO_URI="https://github.com/pmacct/pmacct"
39 inherit git-r3
40 @@ -84,6 +85,7 @@ src_configure() {
41 $(use_enable zmq)
42
43 --without-external-deps
44 + --disable-ebpf
45 --disable-debug
46 --disable-mongodb
47 )
48 @@ -94,6 +96,7 @@ src_configure() {
49 src_install() {
50 default
51
52 + local dirname
53 for dirname in examples sql telemetry; do
54 docinto ${dirname}
55 dodoc -r ${dirname}/*
56
57 diff --git a/net-analyzer/pmacct/pmacct-9999.ebuild b/net-analyzer/pmacct/pmacct-9999.ebuild
58 index 55db903b6abd..716720824619 100644
59 --- a/net-analyzer/pmacct/pmacct-9999.ebuild
60 +++ b/net-analyzer/pmacct/pmacct-9999.ebuild
61 @@ -7,6 +7,7 @@ inherit autotools toolchain-funcs systemd
62
63 DESCRIPTION="A network tool to gather IP traffic information"
64 HOMEPAGE="http://www.pmacct.net/"
65 +
66 if [[ ${PV} == 9999 ]] ; then
67 EGIT_REPO_URI="https://github.com/pmacct/pmacct"
68 inherit git-r3
69 @@ -84,6 +85,7 @@ src_configure() {
70 $(use_enable zmq)
71
72 --without-external-deps
73 + --disable-ebpf
74 --disable-debug
75 --disable-mongodb
76 )
77 @@ -94,6 +96,7 @@ src_configure() {
78 src_install() {
79 default
80
81 + local dirname
82 for dirname in examples sql telemetry; do
83 docinto ${dirname}
84 dodoc -r ${dirname}/*