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 E2547158170 for ; Sun, 21 Jul 2024 15:12:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 579F02BC09C; Sun, 21 Jul 2024 15:12:15 +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 367312BC09C for ; Sun, 21 Jul 2024 15:12:15 +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 4A162343068 for ; Sun, 21 Jul 2024 15:12:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D55D61E63 for ; Sun, 21 Jul 2024 15:12:10 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1721574474.ebf58caedc42045b8c80ddcc8a996620854036d2.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-iptv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-iptv/vdr-iptv-2.2.1-r1.ebuild media-plugins/vdr-iptv/vdr-iptv-2.4.0.ebuild X-VCS-Directories: media-plugins/vdr-iptv/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: ebf58caedc42045b8c80ddcc8a996620854036d2 X-VCS-Branch: master Date: Sun, 21 Jul 2024 15:12:10 +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: 395ed59b-4388-4e79-b77e-241cb840b796 X-Archives-Hash: a9dbe566bcd4c7675fb69d6e71d76c40 commit: ebf58caedc42045b8c80ddcc8a996620854036d2 Author: Martin Dummer gmx net> AuthorDate: Thu Jul 4 21:13:00 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Jul 21 15:07:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf58cae media-plugins/vdr-iptv: update EAPI 7 -> 8 fix pkgcheck issues Signed-off-by: Martin Dummer gmx.net> Signed-off-by: Conrad Kostecki gentoo.org> media-plugins/vdr-iptv/vdr-iptv-2.2.1-r1.ebuild | 6 +++--- media-plugins/vdr-iptv/vdr-iptv-2.4.0.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-plugins/vdr-iptv/vdr-iptv-2.2.1-r1.ebuild b/media-plugins/vdr-iptv/vdr-iptv-2.2.1-r1.ebuild index ab23db8450bc..99fec22f36be 100644 --- a/media-plugins/vdr-iptv/vdr-iptv-2.2.1-r1.ebuild +++ b/media-plugins/vdr-iptv/vdr-iptv-2.2.1-r1.ebuild @@ -1,13 +1,14 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit vdr-plugin-2 DESCRIPTION="VDR plugin: Add a logical device capable of receiving IPTV" HOMEPAGE="https://github.com/rofafor/vdr-plugin-iptv" SRC_URI="https://github.com/rofafor/vdr-plugin-iptv/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/vdr-plugin-iptv-${PV}" LICENSE="GPL-2+" SLOT="0" @@ -20,7 +21,6 @@ RDEPEND="${DEPEND} QA_FLAGS_IGNORED=" usr/lib/vdr/plugins/libvdr-iptv.* usr/lib64/vdr/plugins/libvdr-iptv.*" -S="${WORKDIR}/vdr-plugin-iptv-${PV}" src_prepare() { vdr-plugin-2_src_prepare diff --git a/media-plugins/vdr-iptv/vdr-iptv-2.4.0.ebuild b/media-plugins/vdr-iptv/vdr-iptv-2.4.0.ebuild index 2ba7bd19b46d..6d63a0add4ab 100644 --- a/media-plugins/vdr-iptv/vdr-iptv-2.4.0.ebuild +++ b/media-plugins/vdr-iptv/vdr-iptv-2.4.0.ebuild @@ -1,13 +1,14 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit vdr-plugin-2 DESCRIPTION="VDR plugin: Add a logical device capable of receiving IPTV" HOMEPAGE="https://github.com/rofafor/vdr-plugin-iptv" SRC_URI="https://github.com/rofafor/vdr-plugin-iptv/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/vdr-plugin-iptv-${PV}" LICENSE="GPL-2+" SLOT="0" @@ -20,7 +21,6 @@ RDEPEND="${DEPEND} QA_FLAGS_IGNORED=" usr/lib/vdr/plugins/libvdr-iptv.* usr/lib64/vdr/plugins/libvdr-iptv.*" -S="${WORKDIR}/vdr-plugin-iptv-${PV}" src_prepare() { vdr-plugin-2_src_prepare