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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3AFFF138334 for ; Wed, 31 Jul 2019 13:56:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F50BE0831; Wed, 31 Jul 2019 13:56:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45263E0831 for ; Wed, 31 Jul 2019 13:56:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 11747349074 for ; Wed, 31 Jul 2019 13:56:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E7E16DB for ; Wed, 31 Jul 2019 13:55:58 +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: <1564581016.75c206427536f7cff12143ea2a15d0817ad5dad3.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.ebuild X-VCS-Directories: media-plugins/vdr-fritzbox/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 75c206427536f7cff12143ea2a15d0817ad5dad3 X-VCS-Branch: master Date: Wed, 31 Jul 2019 13:55:58 +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: 796bd81a-70a9-4db9-a814-d095b53c563c X-Archives-Hash: 92912ec72f5534ce4849edfc574b868e commit: 75c206427536f7cff12143ea2a15d0817ad5dad3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jul 31 13:22:07 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jul 31 13:50:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c20642 media-plugins/vdr-fritzbox: Drop 1.5.3 (r0) Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> .../vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild | 32 ---------------------- 1 file changed, 32 deletions(-) diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild deleted file mode 100644 index 1916317801c..00000000000 --- a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -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/1.5.3/${P}.tgz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=">=media-video/vdr-1.7.34 - dev-libs/libgcrypt:0 - dev-libs/boost[threads]" -RDEPEND="${DEPEND}" - -pkg_postinst() { - echo - elog "It is recommend to update your firmware release to the latest." - echo - 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." - echo -}