summaryrefslogtreecommitdiff
path: root/net-analyzer/ntopng
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/ntopng')
-rw-r--r--net-analyzer/ntopng/Manifest4
-rw-r--r--net-analyzer/ntopng/ntopng-5.6-r2.ebuild9
-rw-r--r--net-analyzer/ntopng/ntopng-6.0.ebuild9
3 files changed, 18 insertions, 4 deletions
diff --git a/net-analyzer/ntopng/Manifest b/net-analyzer/ntopng/Manifest
index da063c0e38c6..ea195fc242af 100644
--- a/net-analyzer/ntopng/Manifest
+++ b/net-analyzer/ntopng/Manifest
@@ -11,6 +11,6 @@ DIST ntopng-5.6.tar.gz 46318113 BLAKE2B 48702b55c239edca46d6cdecb846ac358c9a829a
DIST ntopng-6.0-web-34c53388e8da61e6e04b3efd8e98dcd9b9e4fe1b.tar.gz 2890924 BLAKE2B 476ce4ea83fbd1241c12e2cd486f97570457721fd7a7e78e0e7b04ae80c4a69beb37a00e6fb6e47783f9296371cc92b4c9347016bc971d815a3af83d1671eb1d SHA512 f9a1cf583c8d513a543498c9712ab40b9c1978877c5a86c0ec89bd26e9f66b8d90a0700f417bd7166b0b683e5091a3a1d30d4888564ae4220e62a9d82d17bc64
DIST ntopng-6.0.tar.gz 68289620 BLAKE2B 7edbd1b6231fdd1592f1b6ecca9f96dc79513dce1c53db70fb7b721ea483738dc0e74107ca15629c430e14ca7e461053967abc35de09e303e36ded9ed9994b43 SHA512 d9d27bed0706d36c82a5b22b2b918014fed7d614e11c79cc47ee1033ae5fd2f703a67f3c5205c63c014bbd2839eb7c78616137ee6cc11d09ebcf6fafc7a658d2
EBUILD ntopng-5.2.1-r1.ebuild 2232 BLAKE2B b1a55a7eff04c3e6fcdabfff960846e10353bc7899c4221cad0f0c482b33eebcd59ab9b18f66c06bb654b4335fb90d6344545a15ccd8050631c6f8aed74f8c01 SHA512 f2badf2841ba9920b955c39c766bd7a7bad59bea7905befd2a5ab4dfe362669d1f18cdcc0138cf0bbd1538ed481e976dd95e79da100c9937360d9e2af7eec352
-EBUILD ntopng-5.6-r2.ebuild 2679 BLAKE2B 571cf56697fede8a76c11c005cf72317ac1994f409c7b52c1166eb287316cda1f091f4820602aa48e618ebb8b5cb1db994550a1e0113819c7741384b5624cc9b SHA512 ab97ba128089ad8da9dc1030f08739a1d46f21438910b943a9b78fc5a6eb585ddc8d9de6a502f232b530b32998ca72bf449ceb53552dca08440fd2b3db8bfdd7
-EBUILD ntopng-6.0.ebuild 2706 BLAKE2B e29feaeda4d9f21a41148eb67ed751538ace81ea2aba54107caa2bbe72c405b45194181c3f0bcea528d21296e71ca2a575a425ebd6ffbbf6d15f87a40d3b9782 SHA512 1e250ccb9e28dcc384df2d261dec363ba1c9eb5ee12dc4f3d794777e02f48a0a68de22e5539a03b78f8af5f1895f8d45e622de021f8c53058ba987859f98b325
+EBUILD ntopng-5.6-r2.ebuild 2976 BLAKE2B eda134b9534d6c9275662e608e3a223c1da3587a6285aa71e2f7112b07dacbecbbdaeecd749b62adadb2365ec596d8988e398cad7972bf20716d8b2c395e6a1f SHA512 eeadfa8b17947f3e48dcfeb8a425d49e17e7cc7bf8d520aa2b1e9abcbe383decd83d270669943006c8c27485474742798634ab12c5073bd4dfd17a16f5a9a939
+EBUILD ntopng-6.0.ebuild 3003 BLAKE2B 3928f9260ff6b4c6fdd97de52c70d84f533da0b433d7748c4310640939d8c1d08c92d9bd827be364d695bc1cf9498a488f1c6ab2e137d4760d5ce1a5c02da82d SHA512 c72cae11b58423dd2b81757b5c7639fb0020957b5f6c1675966e66a662e5a2ba75d0a5430e665eb575a25d82b1ee98e0370a74c9b1664c5c8b581234770f5b6d
MISC metadata.xml 351 BLAKE2B f875521f57df7e8c4391c954f3343f04e0187e0aec7e20619ad077b5089c6c877a92573a3c42e0377ef82e16fe25acf4cb63e0a05f0491ddb5170c26210c2559 SHA512 4e4d54fdaf03accaa5bd183e56e8f8d4deb6316303a04586be0fbef3c0ec284b0915647bf27bbf96009d4106bde581b1635f0a94e350af4caa059252858c07c7
diff --git a/net-analyzer/ntopng/ntopng-5.6-r2.ebuild b/net-analyzer/ntopng/ntopng-5.6-r2.ebuild
index f0d95a98fcd5..6733b33740b3 100644
--- a/net-analyzer/ntopng/ntopng-5.6-r2.ebuild
+++ b/net-analyzer/ntopng/ntopng-5.6-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -76,6 +76,13 @@ src_compile() {
}
src_install() {
+ # httpdocs/geoip/README.geolocation.md is a symlink, change to real file
+ GEOLOCATION_MD="httpdocs/geoip/README.geolocation.md"
+ if [[ -h "${GEOLOCATION_MD}" ]] ; then
+ GEOLOCATION_MD_REAL=$(readlink -m -- "${GEOLOCATION_MD}" || die)
+ ln -f ${GEOLOCATION_MD_REAL} ${GEOLOCATION_MD} || die
+ fi
+
SHARE_NTOPNG_DIR="${EPREFIX}/usr/share/${PN}"
insinto "${SHARE_NTOPNG_DIR}"
doins -r httpdocs
diff --git a/net-analyzer/ntopng/ntopng-6.0.ebuild b/net-analyzer/ntopng/ntopng-6.0.ebuild
index 1a56defdbdc9..d69646f710bf 100644
--- a/net-analyzer/ntopng/ntopng-6.0.ebuild
+++ b/net-analyzer/ntopng/ntopng-6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -76,6 +76,13 @@ src_compile() {
}
src_install() {
+ # httpdocs/geoip/README.geolocation.md is a symlink, change to real file
+ GEOLOCATION_MD="httpdocs/geoip/README.geolocation.md"
+ if [[ -h "${GEOLOCATION_MD}" ]] ; then
+ GEOLOCATION_MD_REAL=$(readlink -m -- "${GEOLOCATION_MD}" || die)
+ ln -f ${GEOLOCATION_MD_REAL} ${GEOLOCATION_MD} || die
+ fi
+
SHARE_NTOPNG_DIR="${EPREFIX}/usr/share/${PN}"
insinto "${SHARE_NTOPNG_DIR}"
doins -r httpdocs