From 97daf68e688cddf6730f224b19fdecc60d55ec51 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 30 Jan 2022 12:14:04 +0100 Subject: [PATCH] media-sound/streamtranscoder: update EAPI 6 -> 8 Signed-off-by: David Seifert --- ...uild => streamtranscoder-3.1.11-r1.ebuild} | 21 +++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) rename media-sound/streamtranscoder/{streamtranscoder-3.1.11.ebuild => streamtranscoder-3.1.11-r1.ebuild} (60%) diff --git a/media-sound/streamtranscoder/streamtranscoder-3.1.11.ebuild b/media-sound/streamtranscoder/streamtranscoder-3.1.11-r1.ebuild similarity index 60% rename from media-sound/streamtranscoder/streamtranscoder-3.1.11.ebuild rename to media-sound/streamtranscoder/streamtranscoder-3.1.11-r1.ebuild index 8e03e14c01759..f763307a9203d 100644 --- a/media-sound/streamtranscoder/streamtranscoder-3.1.11.ebuild +++ b/media-sound/streamtranscoder/streamtranscoder-3.1.11-r1.ebuild @@ -1,24 +1,23 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 -MY_P=${PN}v3-${PV} +MY_P="${PN}v3-${PV}" DESCRIPTION="Commandline program to transcode shoutcast/icecast streams to different bitrates" HOMEPAGE="http://www.oddsock.org/tools/streamTranscoderV3" SRC_URI="http://www.oddsock.org/tools/streamTranscoderV3/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc sparc x86" -IUSE="" -RDEPEND=">=media-libs/libogg-1.1 - >=media-libs/libvorbis-1.0.1-r2 - >=media-sound/lame-3.96 - >=media-libs/libmad-0.15.1b - >=net-misc/curl-7.11.0" +RDEPEND=" + media-libs/libogg + media-libs/libvorbis + media-sound/lame + media-libs/libmad + net-misc/curl" DEPEND="${RDEPEND}" - -S="${WORKDIR}"/${MY_P}