diff options
author | Sam James <sam@gentoo.org> | 2022-09-18 02:13:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-18 02:13:25 +0100 |
commit | c62644e62856e96f2a07c4d8355a4f37ab2dc0ac (patch) | |
tree | b2edcf18bda5694c4c6e3e6cfc19c69451faad9a /media-sound/mpck/mpck-0.15-r1.ebuild | |
parent | dev-ml/opam: Stabilize 2.1.2-r1 x86, #859508 (diff) | |
download | gentoo-c62644e62856e96f2a07c4d8355a4f37ab2dc0ac.tar.gz gentoo-c62644e62856e96f2a07c4d8355a4f37ab2dc0ac.tar.bz2 gentoo-c62644e62856e96f2a07c4d8355a4f37ab2dc0ac.zip |
media-sound/mpck: EAPI 8, fix implicit func. declarations
Closes: https://bugs.gentoo.org/870964
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/mpck/mpck-0.15-r1.ebuild')
-rw-r--r-- | media-sound/mpck/mpck-0.15-r1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/media-sound/mpck/mpck-0.15-r1.ebuild b/media-sound/mpck/mpck-0.15-r1.ebuild new file mode 100644 index 000000000000..dfc0a2940a94 --- /dev/null +++ b/media-sound/mpck/mpck-0.15-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +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" + +DOCS=( ABOUT_FIXING AUTHORS ChangeLog HISTORY NEWS README TODO ) + +PATCHES=( + "${FILESDIR}"/${PN}-0.15-implicit-func-decl.patch +) |