diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-03-31 20:03:50 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-11 18:38:21 +0300 |
commit | 79b7d1157a89c9ad6a65f5f9642d88adb06fe13a (patch) | |
tree | 8c99ee4c2481114cb63d9f83e2d43e345cc97bfe /www-apps/mythweb | |
parent | dev-python/sqlalchemy: Stabilize 2.0.29 ppc64, #929185 (diff) | |
download | gentoo-79b7d1157a89c9ad6a65f5f9642d88adb06fe13a.tar.gz gentoo-79b7d1157a89c9ad6a65f5f9642d88adb06fe13a.tar.bz2 gentoo-79b7d1157a89c9ad6a65f5f9642d88adb06fe13a.zip |
www-apps/mythweb: EAPI8 bump, add missing || die
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/36022
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'www-apps/mythweb')
-rw-r--r-- | www-apps/mythweb/mythweb-0.28.1-r2.ebuild (renamed from www-apps/mythweb/mythweb-0.28.1-r1.ebuild) | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/www-apps/mythweb/mythweb-0.28.1-r1.ebuild b/www-apps/mythweb/mythweb-0.28.1-r2.ebuild index e02c6dd25c0a..6f6fcae78019 100644 --- a/www-apps/mythweb/mythweb-0.28.1-r1.ebuild +++ b/www-apps/mythweb/mythweb-0.28.1-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit webapp @@ -12,10 +12,10 @@ MY_P="mythweb-${MY_PV}" DESCRIPTION="PHP scripts intended to manage MythTV from a web browser" HOMEPAGE="https://www.mythtv.org" SRC_URI="https://github.com/MythTV/mythweb/archive/v${MY_PV}.tar.gz -> mythweb-${MY_PV}.tar.gz" +S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" RDEPEND=" dev-lang/php:*[json(+),mysql,session,posix] @@ -29,8 +29,6 @@ DEPEND="${RDEPEND}" need_httpd_cgi -S="${WORKDIR}/${MY_P}" - src_configure() { : } @@ -43,7 +41,7 @@ src_install() { webapp_src_preinst # Install docs - cd "${S}" + cd "${S}" || die dodoc README INSTALL # Install htdocs files |