public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-cdr/mp3burn/, app-cdr/mp3burn/files/
@ 2021-04-19 22:41 Sam James
  0 siblings, 0 replies; only message in thread
From: Sam James @ 2021-04-19 22:41 UTC (permalink / raw
  To: gentoo-commits

commit:     c1e97bcd249fbe19324db6a8bfd3543958a1c93a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 19 22:05:40 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 22:41:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1e97bcd

app-cdr/mp3burn: port to EAPI 7

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-cdr/mp3burn/files/mp3burn-0.4.2-build.patch |  4 ++--
 app-cdr/mp3burn/mp3burn-0.4.2.ebuild            | 26 ++++++++++++-------------
 2 files changed, 14 insertions(+), 16 deletions(-)

diff --git a/app-cdr/mp3burn/files/mp3burn-0.4.2-build.patch b/app-cdr/mp3burn/files/mp3burn-0.4.2-build.patch
index 13cf94d4264..d7d814c3872 100644
--- a/app-cdr/mp3burn/files/mp3burn-0.4.2-build.patch
+++ b/app-cdr/mp3burn/files/mp3burn-0.4.2-build.patch
@@ -1,5 +1,5 @@
---- mp3burn	2013-08-18 23:13:34.843372424 +0000
-+++ mp3burn	2013-08-18 23:14:15.663182707 +0000
+--- a/mp3burn
++++ b/mp3burn
 @@ -412,6 +412,8 @@
  => F<mp3decoder>.  I<(Note:  Currently, the MP3 decoder must be
  able to accept mpg123-style command-line arguments.)>

diff --git a/app-cdr/mp3burn/mp3burn-0.4.2.ebuild b/app-cdr/mp3burn/mp3burn-0.4.2.ebuild
index 8c1183cd051..40200fbbd70 100644
--- a/app-cdr/mp3burn/mp3burn-0.4.2.ebuild
+++ b/app-cdr/mp3burn/mp3burn-0.4.2.ebuild
@@ -1,34 +1,32 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit eutils
+EAPI=7
 
 DESCRIPTION="Burn mp3s without filling up your disk with .wav files"
 HOMEPAGE="https://sourceforge.net/projects/mp3burn"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
 
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}
+RDEPEND="
 	app-cdr/cdrtools
-	media-sound/mpg123
-	media-libs/flac
-	media-sound/vorbis-tools
+	dev-lang/perl
 	dev-perl/MP3-Info
 	dev-perl/Ogg-Vorbis-Header
 	dev-perl/String-ShellQuote
+	media-libs/flac
+	media-sound/mpg123
+	media-sound/vorbis-tools
 "
+BDEPEND="dev-lang/perl"
 
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
-	epatch "${FILESDIR}/${P}-build.patch"
-}
+PATCHES=(
+	"${FILESDIR}"/${P}-build.patch
+)
 
 src_install() {
 	dobin ${PN}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-19 22:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-19 22:41 [gentoo-commits] repo/gentoo:master commit in: app-cdr/mp3burn/, app-cdr/mp3burn/files/ Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox