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 43C87138350 for ; Tue, 4 Feb 2020 19:29:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3671E08B1; Tue, 4 Feb 2020 19:29:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8B69DE08B0 for ; Tue, 4 Feb 2020 19:29:25 +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 946C634E764 for ; Tue, 4 Feb 2020 19:29:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83DBA138 for ; Tue, 4 Feb 2020 19:29:20 +0000 (UTC) From: "Jörg Bornkessel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jörg Bornkessel" Message-ID: <1580844484.5c8c86f238ac402a5a25eba46c072e590643d26c.hd_brummy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-recstatus/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-recstatus/Manifest media-plugins/vdr-recstatus/metadata.xml media-plugins/vdr-recstatus/vdr-recstatus-0.0.8.ebuild X-VCS-Directories: media-plugins/vdr-recstatus/ X-VCS-Committer: hd_brummy X-VCS-Committer-Name: Jörg Bornkessel X-VCS-Revision: 5c8c86f238ac402a5a25eba46c072e590643d26c X-VCS-Branch: master Date: Tue, 4 Feb 2020 19:29:20 +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: 41233b4d-2369-42dc-b6f3-f96d449d2789 X-Archives-Hash: debdd153cec09dfa191d2b0f060c4292 commit: 5c8c86f238ac402a5a25eba46c072e590643d26c Author: Joerg Bornkessel gentoo org> AuthorDate: Tue Feb 4 19:19:42 2020 +0000 Commit: Jörg Bornkessel gentoo org> CommitDate: Tue Feb 4 19:28:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c8c86f2 media-plugins/vdr-recstatus: pmasked removal bug 703962 Closes: https://bugs.gentoo.org/703962 Signed-off-by: Joerg Bornkessel gentoo.org> media-plugins/vdr-recstatus/Manifest | 1 - media-plugins/vdr-recstatus/metadata.xml | 8 ------- .../vdr-recstatus/vdr-recstatus-0.0.8.ebuild | 26 ---------------------- 3 files changed, 35 deletions(-) diff --git a/media-plugins/vdr-recstatus/Manifest b/media-plugins/vdr-recstatus/Manifest deleted file mode 100644 index 0ccb28b484e..00000000000 --- a/media-plugins/vdr-recstatus/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vdr-recstatus-0.0.8.tgz 17586 BLAKE2B 681578e4e8c9a0699e4b4a6e1ecd22a768c6c1d7f3671e3dc8fc5a4b3ac69274e9cfc15dd7ffb451a442f286763f22a9cb5cd51081736ffeca7d0da57faf5431 SHA512 2a99b244ffe427a1b70a2d4b99458dc9ce0d382f2a34f8aa79ed7ae4852910c83aa5b38efd9311c61c4187602c7c8c9bc0cfa04a0080f75961239cbc4f0ec2a0 diff --git a/media-plugins/vdr-recstatus/metadata.xml b/media-plugins/vdr-recstatus/metadata.xml deleted file mode 100644 index 27f419c289c..00000000000 --- a/media-plugins/vdr-recstatus/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - -vdr@gentoo.org -Gentoo VDR Project - - diff --git a/media-plugins/vdr-recstatus/vdr-recstatus-0.0.8.ebuild b/media-plugins/vdr-recstatus/vdr-recstatus-0.0.8.ebuild deleted file mode 100644 index fab40310d72..00000000000 --- a/media-plugins/vdr-recstatus/vdr-recstatus-0.0.8.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vdr-plugin-2 - -DESCRIPTION="VDR plugin: displays the recording status of the available devices" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -SRC_URI="http://vdr.websitec.de/download/${PN}/${P}.tgz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=media-video/vdr-1.5.7" -RDEPEND="${DEPEND}" - -src_prepare() { - vdr-plugin-2_src_prepare - - if has_version ">=media-video/vdr-1.7.28"; then - sed -i "s:SetRecording(\([^,]*\),[^)]*)):SetRecording(\1\):" recstatus.c - fi -}