From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9000B158088 for ; Sun, 30 Jan 2022 11:14:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F19BE2BC040; Sun, 30 Jan 2022 11:14:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A72392BC040 for ; Sun, 30 Jan 2022 11:14:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A6139342EE3 for ; Sun, 30 Jan 2022 11:14:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E78C428E for ; Sun, 30 Jan 2022 11:14:18 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1643541244.97daf68e688cddf6730f224b19fdecc60d55ec51.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/streamtranscoder/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/streamtranscoder/streamtranscoder-3.1.11-r1.ebuild media-sound/streamtranscoder/streamtranscoder-3.1.11.ebuild X-VCS-Directories: media-sound/streamtranscoder/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 97daf68e688cddf6730f224b19fdecc60d55ec51 X-VCS-Branch: master Date: Sun, 30 Jan 2022 11:14:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c9f085b1-b44e-4b12-ac22-4be75a01411a X-Archives-Hash: 066af238aec1ead111c338c6f0f0a629 commit: 97daf68e688cddf6730f224b19fdecc60d55ec51 Author: David Seifert gentoo org> AuthorDate: Sun Jan 30 11:14:04 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jan 30 11:14:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97daf68e media-sound/streamtranscoder: update EAPI 6 -> 8 Signed-off-by: David Seifert gentoo.org> ....11.ebuild => streamtranscoder-3.1.11-r1.ebuild} | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) 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 8e03e14c0175..f763307a9203 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}