commit:     37d966a9f322faa802dc92049cd8122d0b97a8b7
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 10 00:41:47 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Dec 10 00:41:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37d966a9

media-sound/madplay: Port to EAPI 7

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-sound/madplay/madplay-0.15.2b-r1.ebuild | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

diff --git a/media-sound/madplay/madplay-0.15.2b-r1.ebuild 
b/media-sound/madplay/madplay-0.15.2b-r1.ebuild
index 7a464f05ec3..742c63d7d8a 100644
--- a/media-sound/madplay/madplay-0.15.2b-r1.ebuild
+++ b/media-sound/madplay/madplay-0.15.2b-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
-inherit autotools epatch epunt-cxx
+EAPI=7
+
+inherit autotools
 
 DESCRIPTION="The MAD audio player"
 HOMEPAGE="http://www.underbit.com/products/mad/";
@@ -13,18 +14,18 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
 IUSE="alsa debug nls"
 
-RDEPEND=">=media-libs/libid3tag-0.15.1b
-       >=media-libs/libmad-0.15.1b
-       alsa? ( media-libs/alsa-lib )"
-DEPEND="${RDEPEND}
-       nls? ( sys-devel/gettext )"
+RDEPEND="
+       media-libs/libid3tag:=
+       media-libs/libmad:=
+       alsa? ( media-libs/alsa-lib:= )"
+DEPEND="${RDEPEND}"
+BDEPEND="nls? ( sys-devel/gettext )"
 
-DOCS="CHANGES CREDITS README TODO"
+PATCHES=( "${FILESDIR}"/${PN}-macos.patch )
 
 src_prepare() {
-       epatch "${FILESDIR}"/${PN}-macos.patch
-       eautoreconf #need new libtool for interix
-       epunt_cxx #74499
+       default
+       eautoreconf
 }
 
 src_configure() {

Reply via email to