Diff pnp4nagios-0.6.26_p20221106 with a pnp4nagios-0.6.26_p20230918
/usr/portage/net-analyzer/pnp4nagios/pnp4nagios-0.6.26_p20230918.ebuild 2024-07-02 13:51:48.401851569 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 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 | 6 |
DESCRIPTION="A performance data analyzer for nagios" |
7 |
HOMEPAGE="http://www.pnp4nagios.org/" |
|
8 |
GH_COMMIT="5e09f538373ac4310a13355746bb3d3a10eb7bef" |
|
9 |
SRC_URI="https://github.com/lingej/pnp4nagios/archive/${GH_COMMIT}.tar.gz -> ${P}.tar.gz" |
|
10 |
S="${WORKDIR}/${PN}-${GH_COMMIT}" |
|
7 |
HOMEPAGE="https://github.com/ConSol-Monitoring/pnp" |
|
8 |
GH_COMMIT="e52677d3994d35197db68120d7089906a174a3f9" |
|
9 |
SRC_URI="https://github.com/ConSol-Monitoring/pnp/archive/${GH_COMMIT}.tar.gz -> ${P}.tar.gz" |
|
10 |
S="${WORKDIR}/pnp-${GH_COMMIT}" |
|
11 | 11 | |
12 | 12 |
LICENSE="GPL-2" |
13 | 13 |
SLOT="0" |
... | ... | |
43 | 43 | |
44 | 44 |
PATCHES=( |
45 | 45 |
"${FILESDIR}/${PN}-0.6.14-makefile.patch" |
46 |
"${FILESDIR}/${PN}-0.6.26_p20221106_compat.patch" |
|
47 |
"${FILESDIR}/${PN}-0.6.26_p20221106_php80.patch" |
|
48 | 46 |
) |
49 | 47 | |
50 | 48 |
src_configure() { |