public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mpck/, media-sound/mpck/files/
Date: Sun, 18 Sep 2022 01:34:53 +0000 (UTC)	[thread overview]
Message-ID: <1663463605.c62644e62856e96f2a07c4d8355a4f37ab2dc0ac.sam@gentoo> (raw)

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
+)


                 reply	other threads:[~2022-09-18  1:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1663463605.c62644e62856e96f2a07c4d8355a4f37ab2dc0ac.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox