net-analyzer/syweb: Port to EAPI 8

Closes: https://bugs.gentoo.org/826798
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
Jakov Smolić
2022-01-11 22:18:58 +01:00
parent b35317f661
commit 840775dcf8

View File

@@ -1,7 +1,7 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
EAPI=8
WEBAPP_MANUAL_SLOT="yes"
inherit webapp
@@ -9,18 +9,19 @@ inherit webapp
DESCRIPTION="Web frontend to symon"
HOMEPAGE="http://www.xs4all.nl/~wpd/symon/"
SRC_URI="http://www.xs4all.nl/~wpd/symon/philes/${P}.tar.gz"
S="${WORKDIR}/${PN}"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86"
RDEPEND="virtual/httpd-php
net-analyzer/rrdtool"
RDEPEND="
net-analyzer/rrdtool
virtual/httpd-php
"
need_httpd_cgi
S=${WORKDIR}/${PN}
src_install() {
webapp_src_preinst