commit: 840775dcf8d2e570119bc4384d707d04cd01c8e5 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Tue Jan 11 21:18:58 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Tue Jan 11 21:30:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=840775dc
net-analyzer/syweb: Port to EAPI 8 Closes: https://bugs.gentoo.org/826798 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> .../syweb/{syweb-0.65.ebuild => syweb-0.65-r1.ebuild} | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/net-analyzer/syweb/syweb-0.65.ebuild b/net-analyzer/syweb/syweb-0.65-r1.ebuild similarity index 87% rename from net-analyzer/syweb/syweb-0.65.ebuild rename to 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