media-sound/streamtranscoder: update EAPI 6 -> 8

Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2022-01-30 12:14:04 +01:00
parent 33fa8f71de
commit 97daf68e68

View File

@@ -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}