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 28AC8158015 for ; Sun, 24 Dec 2023 23:07:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B66F82BC050; Sun, 24 Dec 2023 23:07:09 +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 919F52BC04F for ; Sun, 24 Dec 2023 23:07:09 +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 00848343003 for ; Sun, 24 Dec 2023 23:07:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FAED14BE for ; Sun, 24 Dec 2023 23:07:04 +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: <1703459034.6185474aae7ec6cf16bced8007e3f35b6e4ab45b.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-fritzbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild X-VCS-Directories: media-plugins/vdr-fritzbox/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 6185474aae7ec6cf16bced8007e3f35b6e4ab45b X-VCS-Branch: master Date: Sun, 24 Dec 2023 23:07:04 +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: a52cd383-e160-46ab-8ef1-a7eee1d4d4c3 X-Archives-Hash: 232b3faeac04586edf476da0413c9e12 commit: 6185474aae7ec6cf16bced8007e3f35b6e4ab45b Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Dec 17 14:19:23 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Dec 24 23:03:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6185474a media-plugins/vdr-fritzbox: add missing toolchain-funcs inherit, fix LICENSE Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/34327 Signed-off-by: Conrad Kostecki gentoo.org> media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild index 26621568655e..0fe984e2a0a0 100644 --- a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild +++ b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild @@ -1,18 +1,17 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit vdr-plugin-2 +inherit toolchain-funcs vdr-plugin-2 DESCRIPTION="VDR Plugin: Inform about incoming phone-calls and use the fritz!box phonebook" HOMEPAGE="https://github.com/jowi24/vdr-fritz" SRC_URI="https://github.com/jowi24/vdr-fritz/releases/download/${PV}/${P}.tgz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" DEPEND=" dev-libs/libgcrypt:=