diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-11 22:18:58 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-11 22:30:22 +0100 |
commit | 840775dcf8d2e570119bc4384d707d04cd01c8e5 (patch) | |
tree | 41a56eafdabed9f8af50a5efd4be9f1fadf40e84 /net-analyzer | |
parent | sys-fabric/mstflint: Switch to rdma-core (diff) | |
download | gentoo-840775dcf8d2e570119bc4384d707d04cd01c8e5.tar.gz gentoo-840775dcf8d2e570119bc4384d707d04cd01c8e5.tar.bz2 gentoo-840775dcf8d2e570119bc4384d707d04cd01c8e5.zip |
net-analyzer/syweb: Port to EAPI 8
Closes: https://bugs.gentoo.org/826798
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/syweb/syweb-0.65-r1.ebuild (renamed from net-analyzer/syweb/syweb-0.65.ebuild) | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/net-analyzer/syweb/syweb-0.65.ebuild b/net-analyzer/syweb/syweb-0.65-r1.ebuild index da3bdcae2f6d..1f6494bd2c77 100644 --- a/net-analyzer/syweb/syweb-0.65.ebuild +++ b/net-analyzer/syweb/syweb-0.65-r1.ebuild @@ -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 |