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 8707615817D for ; Sat, 22 Jun 2024 19:13:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADCE72BC084; Sat, 22 Jun 2024 19:13:55 +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 5949CE2A5C for ; Sat, 22 Jun 2024 19:13:55 +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 6940634072E for ; Sat, 22 Jun 2024 19:13:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED3B61D0E for ; Sat, 22 Jun 2024 19:13:52 +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: <1719083387.58d3ad668244fc24a76756924ca9a160185bee39.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-femon/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-femon/vdr-femon-2.4.0-r1.ebuild media-plugins/vdr-femon/vdr-femon-2.4.0.ebuild X-VCS-Directories: media-plugins/vdr-femon/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 58d3ad668244fc24a76756924ca9a160185bee39 X-VCS-Branch: master Date: Sat, 22 Jun 2024 19:13:52 +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: 56b49130-a552-464c-a7c9-9930d70d5b3e X-Archives-Hash: d3826fb6b35a32ed3a8a5b7e3f16888b commit: 58d3ad668244fc24a76756924ca9a160185bee39 Author: Martin Dummer gmx net> AuthorDate: Thu Jun 13 16:44:43 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Jun 22 19:09:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58d3ad66 media-plugins/vdr-femon: update EAPI 7 -> 8 Signed-off-by: Martin Dummer gmx.net> Signed-off-by: Conrad Kostecki gentoo.org> .../vdr-femon/{vdr-femon-2.4.0.ebuild => vdr-femon-2.4.0-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-plugins/vdr-femon/vdr-femon-2.4.0.ebuild b/media-plugins/vdr-femon/vdr-femon-2.4.0-r1.ebuild similarity index 93% rename from media-plugins/vdr-femon/vdr-femon-2.4.0.ebuild rename to media-plugins/vdr-femon/vdr-femon-2.4.0-r1.ebuild index 5054eafc9775..03c7a8a92c51 100644 --- a/media-plugins/vdr-femon/vdr-femon-2.4.0.ebuild +++ b/media-plugins/vdr-femon/vdr-femon-2.4.0-r1.ebuild @@ -1,13 +1,14 @@ -# Copyright 2021 Gentoo Authors +# Copyright 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: DVB Frontend Status Monitor (signal strength/noise)" HOMEPAGE="https://github.com/rofafor/vdr-plugin-femon" SRC_URI="https://github.com/rofafor/vdr-plugin-femon/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/vdr-plugin-femon-${PV}" LICENSE="GPL-2+" SLOT="0" @@ -19,4 +20,3 @@ RDEPEND="${DEPEND}" QA_FLAGS_IGNORED=" usr/lib/vdr/plugins/libvdr-.* usr/lib64/vdr/plugins/libvdr-.*" -S="${WORKDIR}/vdr-plugin-femon-${PV}"