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 5DBFA15817D 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 A5B9CE2A58; 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 41ED1E2A58 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 51F03340441 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 DA4C61D0D 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.c81ad5a5ded0dd4dcb48986269f7ba37d1319a3d.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-freecell/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-freecell/vdr-freecell-0.0.2-r4.ebuild media-plugins/vdr-freecell/vdr-freecell-0.0.2-r5.ebuild X-VCS-Directories: media-plugins/vdr-freecell/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: c81ad5a5ded0dd4dcb48986269f7ba37d1319a3d 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: a8d05d5a-451e-4cf7-97d7-38727cd0de8c X-Archives-Hash: a56d610d1b49ed30fdadcf575f95fd6c commit: c81ad5a5ded0dd4dcb48986269f7ba37d1319a3d Author: Martin Dummer gmx net> AuthorDate: Thu Jun 13 16:42:34 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=c81ad5a5 media-plugins/vdr-freecell: update EAPI 7 -> 8 Signed-off-by: Martin Dummer gmx.net> Signed-off-by: Conrad Kostecki gentoo.org> ...{vdr-freecell-0.0.2-r4.ebuild => vdr-freecell-0.0.2-r5.ebuild} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/media-plugins/vdr-freecell/vdr-freecell-0.0.2-r4.ebuild b/media-plugins/vdr-freecell/vdr-freecell-0.0.2-r5.ebuild similarity index 92% rename from media-plugins/vdr-freecell/vdr-freecell-0.0.2-r4.ebuild rename to media-plugins/vdr-freecell/vdr-freecell-0.0.2-r5.ebuild index 4b9e7bcc7a1b..1e4e2cfe6dbc 100644 --- a/media-plugins/vdr-freecell/vdr-freecell-0.0.2-r4.ebuild +++ b/media-plugins/vdr-freecell/vdr-freecell-0.0.2-r5.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit vdr-plugin-2 @@ -9,12 +9,12 @@ DESCRIPTION="VDR plugin: play 'Freecell' on the On Screen Display" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" SRC_URI="http://vdr.websitec.de/download/${PN}/${P}.tgz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="amd64 x86" -IUSE="" DEPEND="media-video/vdr" +RDEPEND="${DEPEND}" src_prepare() { vdr-plugin-2_src_prepare