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 6B86515817D for ; Thu, 13 Jun 2024 06:56:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F499E2AA7; Thu, 13 Jun 2024 06:56:10 +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 80885E2AA7 for ; Thu, 13 Jun 2024 06:56:10 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C45E33B864 for ; Thu, 13 Jun 2024 06:56:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8710C1CD4 for ; Thu, 13 Jun 2024 06:56:06 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1718261763.208c458778524bcd72c65e4d69fac60d7b1a96cc.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-cdplayer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.2.ebuild X-VCS-Directories: media-plugins/vdr-cdplayer/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 208c458778524bcd72c65e4d69fac60d7b1a96cc X-VCS-Branch: master Date: Thu, 13 Jun 2024 06:56:06 +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: 889a40dd-f87d-43b8-b090-3a9c88383d2e X-Archives-Hash: 9608a45a4caa04214e50fa3f62e82919 commit: 208c458778524bcd72c65e4d69fac60d7b1a96cc Author: Martin Dummer gmx net> AuthorDate: Thu May 2 19:18:04 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Jun 13 06:56:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=208c4587 media-plugins/vdr-cdplayer: update EAPI 7 -> 8 fix pkgcheck issues Signed-off-by: Martin Dummer gmx.net> Signed-off-by: Joonas Niilola gentoo.org> media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.2.ebuild | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.2.ebuild b/media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.2.ebuild index a3695fe480c6..5ae1dea41dd6 100644 --- a/media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.2.ebuild +++ b/media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit vdr-plugin-2 @@ -9,15 +9,15 @@ DESCRIPTION="VDR Plugin: CD-PLAYER" HOMEPAGE="https://www.uli-eckhardt.de/vdr/cdplayer.en.shtml" SRC_URI="https://www.uli-eckhardt.de/vdr/download/${P}.tgz" -KEYWORDS="~amd64 ~x86" -SLOT="0" LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" IUSE="cdparanoia" -DEPEND=">=media-video/vdr-2 - >=dev-libs/libcdio-0.8.0 - >=media-libs/libcddb-1.3.0 - cdparanoia? ( >=dev-libs/libcdio-paranoia-0.90 )" +DEPEND="media-video/vdr + dev-libs/libcdio + media-libs/libcddb + cdparanoia? ( dev-libs/libcdio-paranoia )" RDEPEND="${DEPEND}" src_prepare() {