* [gentoo-commits] repo/gentoo:master commit in: media-video/mplay-sh/
@ 2019-11-10 8:53 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2019-11-10 8:53 UTC (permalink / raw
To: gentoo-commits
commit: e0c8a8a58113e67602bb24237a5c5caad58491d9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 08:38:09 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 08:53:01 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0c8a8a5
media-video/mplay-sh: Bump to EAPI 7
Closes: https://bugs.gentoo.org/697258
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-video/mplay-sh/mplay-sh-0.5.3-r1.ebuild | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/media-video/mplay-sh/mplay-sh-0.5.3-r1.ebuild b/media-video/mplay-sh/mplay-sh-0.5.3-r1.ebuild
index 0f6b9838c2c..da819c2dd0d 100644
--- a/media-video/mplay-sh/mplay-sh-0.5.3-r1.ebuild
+++ b/media-video/mplay-sh/mplay-sh-0.5.3-r1.ebuild
@@ -1,34 +1,33 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
-
-inherit eutils
+EAPI=7
MY_P="mplay-${PV}"
DESCRIPTION="mplayer wrapper script as backend for vdr-mplayer"
-HOMEPAGE="http://www.vdr-portal.de/board/thread.php?threadid=62306"
+HOMEPAGE="https://www.vdr-portal.de/board/thread.php?threadid=62306"
SRC_URI="mirror://gentoo/${MY_P}.tgz
https://dev.gentoo.org/~zzam/distfiles/${MY_P}.tgz"
+S=${WORKDIR}/${MY_P}
KEYWORDS="~amd64 x86"
SLOT="0"
LICENSE="GPL-2"
IUSE=""
+# for vdr user?
DEPEND="media-tv/gentoo-vdr-scripts"
-RDEPEND=">=media-video/mplayer-0.90_rc4"
+RDEPEND="${DEPEND}
+ >=media-video/mplayer-0.90_rc4"
-S=${WORKDIR}/${MY_P}
+src_prepare() {
+ default
-src_unpack() {
- unpack ${A}
- cd "${S}"
sed -i mplay.sh \
- -e 's#$CONFDIR/silence.wav#/usr/share/vdr/mplay-sh/silence.wav#'
+ -e 's#$CONFDIR/silence.wav#/usr/share/vdr/mplay-sh/silence.wav#' || die
sed -i conf.examples/mplayrc \
- -e 's#^MPLAY_PLAY.*#MPLAY_PLAY="/var/vdr/tmp/mplay.play"#'
+ -e 's#^MPLAY_PLAY.*#MPLAY_PLAY="/var/vdr/tmp/mplay.play"#' || die
}
src_install() {
@@ -41,7 +40,8 @@ src_install() {
insinto /usr/share/vdr/mplay-sh
doins conf.examples/silence.wav
- dodoc README* HISTORY
+ dodoc HISTORY README*
+
keepdir /var/vdr/tmp
- chown vdr:vdr -R "${D}/var/vdr"
+ fowners -R vdr:vdr /var/vdr
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-11-10 10:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-10 8:53 [gentoo-commits] repo/gentoo:master commit in: media-video/mplay-sh/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox