summaryrefslogtreecommitdiff
path: root/media-sound/mplay
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-06-02 21:45:28 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-06-02 21:45:28 +0100
commit2018227e9344edb9da15fc6a4a8298086cc2aa77 (patch)
treec18e1c09e605e94e2a1e93345ad25746cc9e14b9 /media-sound/mplay
parent6f8038813c460b4f0572d5ef595cdfa94af3a94d (diff)
gentoo resync : 02.06.2019
Diffstat (limited to 'media-sound/mplay')
-rw-r--r--media-sound/mplay/Manifest2
-rw-r--r--media-sound/mplay/mplay-0.80.ebuild20
2 files changed, 10 insertions, 12 deletions
diff --git a/media-sound/mplay/Manifest b/media-sound/mplay/Manifest
index 7f6a1fef9286..dba79568d454 100644
--- a/media-sound/mplay/Manifest
+++ b/media-sound/mplay/Manifest
@@ -1,3 +1,3 @@
DIST mplay-0.80.tar.gz 565002 BLAKE2B 10931ee32c7a13e4991f50e54e36e900120941fd3cc6a1c8501303833c14b43e7086ff90dda1080b839666a77eb869f078e984b544870bbf4bd1113576ccad7b SHA512 5791e6ae60fcf63c7bd5c3dcac84c2cc11649c0ee009fc20bfb43871023d85622e4ea879ad740656a807354f0fb7329948094cd5866e3110cfd233b08e30a9b2
-EBUILD mplay-0.80.ebuild 950 BLAKE2B 805bb787598a12f9078e7b0aa422400ac2d67eef55618ca23a09899b3e04cda5348ad37783132e9f6d5064fe610468bb4df7932e61bfd546e77af6e86489951c SHA512 00a4556af40a661e5177ca66f4d637753ce4cef96ac5495bb3502f96aa03d4e66f0feb365fac628daea6850abb53980265d6b393af83bcf1c7ad10f2dc577949
+EBUILD mplay-0.80.ebuild 903 BLAKE2B 4c9e7fcdb30cab1ffc61417078ddb3502adf17ad5b6fb9e49475916379d7481a5c930f668a49e6b47dc8fa687b5b4f381da91d100d348daa7949e1edfe1ccd2f SHA512 e359c2a05736555800a9002a2f01a29d11eb95551d834c98cd3d6124e96cba1777d152e4fb239df6dd16f99ae8d916c98f83145c0052c49b9a479cea1864a518
MISC metadata.xml 328 BLAKE2B 424543230782dd6d38157522c7d35d5e65aaeae902e89db6bf8d953249a73188e4d5c119c9e9508e567bb93673b826dd380f0229cec5e9a56a9be778cb07b4cd SHA512 284a37a8fc22008a3b753d169fca69017bd548eb8f09ca25b55dbaf771d9e0c434bf0698d78d38fd716063b9b264aa66ae74972f757682d59acc9578b5b89a20
diff --git a/media-sound/mplay/mplay-0.80.ebuild b/media-sound/mplay/mplay-0.80.ebuild
index 3028ace5c923..a3cd7a2a79cf 100644
--- a/media-sound/mplay/mplay-0.80.ebuild
+++ b/media-sound/mplay/mplay-0.80.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
DESCRIPTION="A Curses front-end for mplayer"
HOMEPAGE="http://mplay.sourceforge.net"
@@ -10,7 +10,6 @@ SRC_URI="mirror://sourceforge/mplay/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
-IUSE=""
RDEPEND="dev-lang/perl
>=dev-perl/MP3-Info-1.11
@@ -21,19 +20,18 @@ RDEPEND="dev-lang/perl
dev-perl/Video-Info
media-video/mplayer"
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i 's:/usr/local:/usr:g' mplay || die "Unable fix the /usr/local path issues."
+src_prepare() {
+ default
+ sed -i 's:/usr/local:/usr:g' mplay || die "Unable fix the /usr/local path issues"
}
src_install() {
- dobin mplay || die
- dodoc README || die
+ dobin mplay
+ einstalldocs
- cd "${S}"/help
+ cd help || die
insinto /usr/share/mplay
- doins help_en help_de mplayconf || die
+ doins help_en help_de mplayconf
doman mplay.1
}