From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1658721-garchives=archives.gentoo.org@lists.gentoo.org> 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 C95BE159C9B for <garchives@archives.gentoo.org>; Sun, 4 Aug 2024 07:03:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8EBB2BC045; Sun, 4 Aug 2024 07:03: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 7511C2BC045 for <gentoo-commits@lists.gentoo.org>; Sun, 4 Aug 2024 07:03: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 417AC343030 for <gentoo-commits@lists.gentoo.org>; Sun, 4 Aug 2024 07:03:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E90D1EA4 for <gentoo-commits@lists.gentoo.org>; Sun, 4 Aug 2024 07:03:11 +0000 (UTC) From: "Joonas Niilola" <juippis@gentoo.org> 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" <juippis@gentoo.org> Message-ID: <1722754984.f5f28eca51a1720cc0f4240a016e5662fafc03fa.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-dvbapi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-dvbapi/vdr-dvbapi-2.2.5.ebuild X-VCS-Directories: media-plugins/vdr-dvbapi/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: f5f28eca51a1720cc0f4240a016e5662fafc03fa X-VCS-Branch: master Date: Sun, 4 Aug 2024 07:03:11 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 72e07f36-a98e-4200-a1c2-38cbbfe6c3d7 X-Archives-Hash: 067d44b6b33d2d54bdf1a8d4feb713d2 commit: f5f28eca51a1720cc0f4240a016e5662fafc03fa Author: Martin Dummer <martin.dummer <AT> gmx <DOT> net> AuthorDate: Mon Jul 22 10:39:55 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sun Aug 4 07:03:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5f28eca media-plugins/vdr-dvbapi: update EAPI 7 -> 8 fix pkgcheck issues Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> media-plugins/vdr-dvbapi/vdr-dvbapi-2.2.5.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-plugins/vdr-dvbapi/vdr-dvbapi-2.2.5.ebuild b/media-plugins/vdr-dvbapi/vdr-dvbapi-2.2.5.ebuild index 21c925cb0abb..240e962101fa 100644 --- a/media-plugins/vdr-dvbapi/vdr-dvbapi-2.2.5.ebuild +++ b/media-plugins/vdr-dvbapi/vdr-dvbapi-2.2.5.ebuild @@ -1,7 +1,7 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit vdr-plugin-2 @@ -10,6 +10,7 @@ MY_P="vdr-plugin-dvbapi-${PV}" DESCRIPTION="VDR Plugin: allows connect VDR to OScam" HOMEPAGE="https://github.com/manio/vdr-plugin-dvbapi" SRC_URI="https://github.com/manio/vdr-plugin-dvbapi/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" LICENSE="GPL-2+" SLOT="0" @@ -24,7 +25,6 @@ DOCS=( "FAQ" "HISTORY" "INSTALL" "README" "FFdecsa/docs" ) QA_FLAGS_IGNORED=" usr/lib/vdr/plugins/libvdr-dvbapi.* usr/lib64/vdr/plugins/libvdr-dvbapi.*" -S="${WORKDIR}/${MY_P}" src_prepare() { vdr-plugin-2_src_prepare