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 E6572138359 for ; Thu, 24 Sep 2020 01:06:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53ED1E085A; Thu, 24 Sep 2020 01:06:16 +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 398F8E085A for ; Thu, 24 Sep 2020 01:06:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E771633BED9 for ; Thu, 24 Sep 2020 01:06:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDAD838E for ; Thu, 24 Sep 2020 01:06:11 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1600909560.d0db351a14f52d33f3367dd4839ea1be32d63e8f.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-remote/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-remote/Manifest media-plugins/vdr-remote/vdr-remote-0.6.0-r1.ebuild X-VCS-Directories: media-plugins/vdr-remote/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: d0db351a14f52d33f3367dd4839ea1be32d63e8f X-VCS-Branch: master Date: Thu, 24 Sep 2020 01:06:11 +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: b0f969c2-3d27-4252-bdb2-3cf4137db1bd X-Archives-Hash: e4ed7abdd41b1cbf3fb6ec5a33213ae6 commit: d0db351a14f52d33f3367dd4839ea1be32d63e8f Author: Aaron Bauman gentoo org> AuthorDate: Thu Sep 24 00:48:58 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu Sep 24 01:06:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0db351a media-plugins/vdr-remote: drop old Signed-off-by: Aaron Bauman gentoo.org> media-plugins/vdr-remote/Manifest | 1 - .../vdr-remote/vdr-remote-0.6.0-r1.ebuild | 28 ---------------------- 2 files changed, 29 deletions(-) diff --git a/media-plugins/vdr-remote/Manifest b/media-plugins/vdr-remote/Manifest index b66bfd90e96..03069fbb386 100644 --- a/media-plugins/vdr-remote/Manifest +++ b/media-plugins/vdr-remote/Manifest @@ -1,2 +1 @@ -DIST vdr-remote-0.6.0.tgz 32869 BLAKE2B 3503e26678d6765152dc6610e476122b713eaae419f3701bfe75fb7714042ab4d0505f8a026a2fcb46d9c869e9b15e31ad7fc1b43b12b29d4b364f641c4117d1 SHA512 1836255d40c9a491d1f0dcab7779a3f75d125b4d28bce00954c2d774c83172e4d69763e34e3f7d9540a951faeead0c12d4a44b0a367a92caae3b22bb3f8c524d DIST vdr-remote-0.7.0.tgz 34267 BLAKE2B bd7c2b0ef794191eb9211bc9696a48d933af37fc1ec84eda137a50d0727388e9b4338f2d835211f75d1172fd4dca40a184729fbbef9722f49afd5b88490c0467 SHA512 18c758e9cd519ffc6ccd2a1b53109d7f1ac1c65a32ae43b9eae41ea64ff2ec9721c557ca75a03620b9fee1463608ab0a84d09fad31e233804695570eadec3728 diff --git a/media-plugins/vdr-remote/vdr-remote-0.6.0-r1.ebuild b/media-plugins/vdr-remote/vdr-remote-0.6.0-r1.ebuild deleted file mode 100644 index 1c4b7a5a99d..00000000000 --- a/media-plugins/vdr-remote/vdr-remote-0.6.0-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit vdr-plugin-2 - -DESCRIPTION="VDR Plugin: use various devices for controlling vdr (keyboards, lirc, remotes bundled with tv-cards)" -HOMEPAGE="http://www.escape-edv.de/endriss/vdr/" -SRC_URI="http://www.escape-edv.de/endriss/vdr/${P}.tgz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 x86" -IUSE="systemd" - -DEPEND=">=media-video/vdr-2.0.0" - -pkg_setup() { - vdr-plugin-2_pkg_setup - - if use systemd; then - if ! getent group input | grep -q vdr; then - einfo "add user 'vdr' to group 'input' for full access to remote control device" - gpasswd -a vdr input - fi - fi -}