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 1D56F158094 for ; Mon, 29 Aug 2022 18:40:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6616FE08FC; Mon, 29 Aug 2022 18:39:58 +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 48E9CE08FF for ; Mon, 29 Aug 2022 18:39:58 +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 F2D09341007 for ; Mon, 29 Aug 2022 18:39:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E03A5B5 for ; Mon, 29 Aug 2022 18:39:54 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1661798349.da1ec30617792ac301ae0da390a8d464de0c3c82.asturm@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-r2.ebuild X-VCS-Directories: media-plugins/vdr-fritzbox/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: da1ec30617792ac301ae0da390a8d464de0c3c82 X-VCS-Branch: master Date: Mon, 29 Aug 2022 18:39:54 +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: 2fa454ab-87a2-4631-a405-580ac57bb5af X-Archives-Hash: 468d507a4a4b5c232adbb04af00fbfaa commit: da1ec30617792ac301ae0da390a8d464de0c3c82 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 28 21:47:29 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Aug 29 18:39:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da1ec306 media-plugins/vdr-fritzbox: drop 1.5.3-r2, EAPI-6-- Signed-off-by: Andreas Sturmlechner gentoo.org> .../vdr-fritzbox/vdr-fritzbox-1.5.3-r2.ebuild | 34 ---------------------- 1 file changed, 34 deletions(-) diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r2.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r2.ebuild deleted file mode 100644 index 566439ba3e3a..000000000000 --- a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit 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" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=" - dev-libs/libgcrypt:= - dev-libs/boost:=[threads(+)] - >=media-video/vdr-1.7.34 -" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${P}-boost-1.67.patch" ) - -pkg_postinst() { - elog "It is recommend to update your firmware release to the latest." - elog - elog "The integrated call monitor (available in Fritz!Box official" - elog "firmware releases >= *.04.29) has to be enabled in order to" - elog "have the vdr-fritzbox plugin display anything on your tv. To" - elog "enable it call #96*5* from your telephone. If that doesn't" - elog "work for you, read the documentation for further instructions." -}