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 956E915817D for ; Mon, 10 Jun 2024 12:46:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 694DCE2AF4; Mon, 10 Jun 2024 12:46:24 +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 49C07E2AF4 for ; Mon, 10 Jun 2024 12:46:24 +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 0DE72340940 for ; Mon, 10 Jun 2024 12:46:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2ECA61C85 for ; Mon, 10 Jun 2024 12:46:20 +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: <1718023522.7666a12e13c95abe3c8f675c5b4cb44c8522de42.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-dvbhddevice/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.2.0_p20180420-r1.ebuild X-VCS-Directories: media-plugins/vdr-dvbhddevice/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 7666a12e13c95abe3c8f675c5b4cb44c8522de42 X-VCS-Branch: master Date: Mon, 10 Jun 2024 12:46:20 +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: f1faae40-1fc6-4983-9e42-2dcd9331b1c7 X-Archives-Hash: ff46b1b32f219dd33a9b2ca8a05e3a8f commit: 7666a12e13c95abe3c8f675c5b4cb44c8522de42 Author: Martin Dummer gmx net> AuthorDate: Sun May 12 10:45:32 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Jun 10 12:45:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7666a12e media-plugins/vdr-dvbhddevice: update EAPI 7 -> 8 fix pkgcheck issues Signed-off-by: Martin Dummer gmx.net> Signed-off-by: Joonas Niilola gentoo.org> .../vdr-dvbhddevice-2.2.0_p20180420-r1.ebuild | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.2.0_p20180420-r1.ebuild b/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.2.0_p20180420-r1.ebuild index a65778d443a2..a9728deb48ae 100644 --- a/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.2.0_p20180420-r1.ebuild +++ b/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.2.0_p20180420-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit vdr-plugin-2 @@ -10,14 +10,14 @@ REVISION="6a3e75484d90" DESCRIPTION="VDR Plugin: output device for the 'Full Featured' TechnoTrend S2-6400 DVB Card" HOMEPAGE="https://bitbucket.org/powARman/dvbhddevice" -SRC_URI="https://bitbucket.org/powARman/dvbhddevice/get/${REVISION}.tar.bz2 -> - ${P}.tar.bz2" +SRC_URI="https://bitbucket.org/powARman/dvbhddevice/get/${REVISION}.tar.bz2 -> ${P}.tar.bz2" +S="${WORKDIR}/powARman-${VDRPLUGIN}-${REVISION}" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -DEPEND=">=media-video/vdr-2.0.0" +DEPEND="media-video/vdr" RDEPEND="${DEPEND}" PATCHES=( @@ -27,8 +27,6 @@ QA_FLAGS_IGNORED=" usr/lib/vdr/plugins/libvdr-dvbhddevice.* usr/lib64/vdr/plugins/libvdr-dvbhddevice.*" -S="${WORKDIR}/powARman-${VDRPLUGIN}-${REVISION}" - src_prepare() { vdr-plugin-2_src_prepare