From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/mythweb/
Date: Thu, 11 Apr 2024 15:39:17 +0000 (UTC) [thread overview]
Message-ID: <1712849901.79b7d1157a89c9ad6a65f5f9642d88adb06fe13a.arthurzam@gentoo> (raw)
commit: 79b7d1157a89c9ad6a65f5f9642d88adb06fe13a
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Mar 31 18:03:50 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 15:38:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b7d115
www-apps/mythweb: EAPI8 bump, add missing || die
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/36022
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.../{mythweb-0.28.1-r1.ebuild => mythweb-0.28.1-r2.ebuild} | 10 ++++------
1 file 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
similarity index 96%
rename from www-apps/mythweb/mythweb-0.28.1-r1.ebuild
rename to 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
next reply other threads:[~2024-04-11 15:39 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-11 15:39 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-09 3:36 [gentoo-commits] repo/gentoo:master commit in: www-apps/mythweb/ Sam James
2024-12-22 14:38 Viorel Munteanu
2021-06-17 22:18 Thomas Deutschmann
2021-06-17 20:32 Thomas Deutschmann
2021-01-10 22:27 Sam James
2017-08-11 15:14 Andreas Sturmlechner
2017-07-22 0:23 Andreas Sturmlechner
2017-07-22 0:23 Andreas Sturmlechner
2017-07-22 0:23 Andreas Sturmlechner
2016-04-16 12:11 Richard Freeman
2015-09-08 18:33 Doug Goldstein
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1712849901.79b7d1157a89c9ad6a65f5f9642d88adb06fe13a.arthurzam@gentoo \
--to=arthurzam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox