diff options
author | David Seifert <soap@gentoo.org> | 2022-07-29 23:38:17 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-07-29 23:38:17 +0200 |
commit | 94488f379b9963ea70316a1f5a3e6f420d51ba88 (patch) | |
tree | 6631ec5f7f0c2373d9c5ef0546c4c2c28a70f096 /media-sound | |
parent | media-sound/ezstream: update EAPI 6 -> 8 (diff) | |
download | gentoo-94488f379b9963ea70316a1f5a3e6f420d51ba88.tar.gz gentoo-94488f379b9963ea70316a1f5a3e6f420d51ba88.tar.bz2 gentoo-94488f379b9963ea70316a1f5a3e6f420d51ba88.zip |
media-sound/mp32ogg: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/mp32ogg/mp32ogg-0.11-r7.ebuild (renamed from media-sound/mp32ogg/mp32ogg-0.11-r6.ebuild) | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/media-sound/mp32ogg/mp32ogg-0.11-r6.ebuild b/media-sound/mp32ogg/mp32ogg-0.11-r7.ebuild index 92d9ea2f2c79..c6a304b79373 100644 --- a/media-sound/mp32ogg/mp32ogg-0.11-r6.ebuild +++ b/media-sound/mp32ogg/mp32ogg-0.11-r7.ebuild @@ -1,30 +1,28 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="A perl script to convert MP3 files to Ogg Vorbis files" HOMEPAGE="http://faceprint.com/code/" SRC_URI="ftp://ftp.faceprint.com/pub/software/scripts/mp32ogg" +S="${WORKDIR}" LICENSE="Artistic" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" -RDEPEND="media-sound/mpg123 +RDEPEND=" dev-perl/MP3-Info dev-perl/String-ShellQuote + media-sound/mpg123 media-sound/vorbis-tools" -DEPEND="" - -S=${WORKDIR} PATCHES=( - "${FILESDIR}/${P}-r4-mpg321.patch" - "${FILESDIR}/${P}-r4-quality.patch"\ - "${FILESDIR}/${P}-r5-german_umlaut.patch" - "${FILESDIR}/${P}-r6-force-filename-stringification.patch" + "${FILESDIR}"/${P}-r4-mpg321.patch + "${FILESDIR}"/${P}-r4-quality.patch + "${FILESDIR}"/${P}-r5-german_umlaut.patch + "${FILESDIR}"/${P}-r6-force-filename-stringification.patch ) src_unpack() { |