public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mpck/, media-sound/mpck/files/
@ 2022-09-18  1:34 Sam James
  0 siblings, 0 replies; only message in thread
From: Sam James @ 2022-09-18  1:34 UTC (permalink / raw
  To: gentoo-commits

commit:     c62644e62856e96f2a07c4d8355a4f37ab2dc0ac
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 01:13:25 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 01:13:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c62644e6

media-sound/mpck: EAPI 8, fix implicit func. declarations

Closes: https://bugs.gentoo.org/870964
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-sound/mpck/files/mpck-0.15-implicit-func-decl.patch  | 10 ++++++++++
 media-sound/mpck/{mpck-0.15.ebuild => mpck-0.15-r1.ebuild} | 11 +++++++----
 2 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/media-sound/mpck/files/mpck-0.15-implicit-func-decl.patch b/media-sound/mpck/files/mpck-0.15-implicit-func-decl.patch
new file mode 100644
index 000000000000..2c30d369599c
--- /dev/null
+++ b/media-sound/mpck/files/mpck-0.15-implicit-func-decl.patch
@@ -0,0 +1,10 @@
+--- a/mpck/file.c
++++ b/mpck/file.c
+@@ -27,6 +27,7 @@
+ #include "file.h"
+ #include "mp3errors.h"
+ #include "options.h"
++#include "print.h"
+ 
+ #ifdef HAVE_STDLIB_H
+ #include <stdlib.h>

diff --git a/media-sound/mpck/mpck-0.15.ebuild b/media-sound/mpck/mpck-0.15-r1.ebuild
similarity index 72%
rename from media-sound/mpck/mpck-0.15.ebuild
rename to media-sound/mpck/mpck-0.15-r1.ebuild
index 1df48af46667..dfc0a2940a94 100644
--- a/media-sound/mpck/mpck-0.15.ebuild
+++ b/media-sound/mpck/mpck-0.15-r1.ebuild
@@ -1,18 +1,21 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 MY_P=checkmate-${PV}
 
 DESCRIPTION="Checks MP3s for errors"
 HOMEPAGE="http://mpck.linuxonly.nl/"
 SRC_URI="http://checkmate.linuxonly.nl/${MY_P}.tar.gz"
+S="${WORKDIR}"/${MY_P}
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc x86"
 
-S="${WORKDIR}/${MY_P}"
-
 DOCS=( ABOUT_FIXING AUTHORS ChangeLog HISTORY NEWS README TODO )
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-0.15-implicit-func-decl.patch
+)


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

only message in thread, other threads:[~2022-09-18  1:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-18  1:34 [gentoo-commits] repo/gentoo:master commit in: media-sound/mpck/, media-sound/mpck/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