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 7C997138351 for ; Tue, 4 Feb 2020 19:29:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FA5EE088F; Tue, 4 Feb 2020 19:29:22 +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 3EFE5E088F for ; Tue, 4 Feb 2020 19:29:22 +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 C364134E761 for ; Tue, 4 Feb 2020 19:29:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D42C116 for ; Tue, 4 Feb 2020 19:29:19 +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: <1580844459.49d1cea72b48a65109a14c753f8067f437a996c5.hd_brummy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-spider/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-spider/Manifest media-plugins/vdr-spider/metadata.xml media-plugins/vdr-spider/vdr-spider-0.2.2.ebuild X-VCS-Directories: media-plugins/vdr-spider/ X-VCS-Committer: hd_brummy X-VCS-Committer-Name: Jörg Bornkessel X-VCS-Revision: 49d1cea72b48a65109a14c753f8067f437a996c5 X-VCS-Branch: master Date: Tue, 4 Feb 2020 19:29:19 +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: bf8668b8-8089-4d63-a424-52f6661b4f55 X-Archives-Hash: b646521a56fed047ccb839e5185401f5 commit: 49d1cea72b48a65109a14c753f8067f437a996c5 Author: Joerg Bornkessel gentoo org> AuthorDate: Tue Feb 4 18:57:43 2020 +0000 Commit: Jörg Bornkessel gentoo org> CommitDate: Tue Feb 4 19:27:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49d1cea7 media-plugins/vdr-spider: pmasked removal bug 70428 Closes: https://bugs.gentoo.org/704028 Signed-off-by: Joerg Bornkessel gentoo.org> media-plugins/vdr-spider/Manifest | 1 - media-plugins/vdr-spider/metadata.xml | 8 ------ media-plugins/vdr-spider/vdr-spider-0.2.2.ebuild | 32 ------------------------ 3 files changed, 41 deletions(-) diff --git a/media-plugins/vdr-spider/Manifest b/media-plugins/vdr-spider/Manifest deleted file mode 100644 index 1c41243fa33..00000000000 --- a/media-plugins/vdr-spider/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vdr-spider-0.2.2.tgz 53527 BLAKE2B 5a4702760b1cba6aa136f778776773881c9689f8d6351cdf94b375177e1c0ba59bd8d624d089020d76cd834cb4adcaca329877d67f57a7283085280f94cae11c SHA512 241e4e92fd0f838ccae1276729f456e18ba42a4d79a58b34bcd7a0037f79ec696780046014ad2a5b38d9dd6eae06c38ba50388545b483cd033646687a7bc3fd1 diff --git a/media-plugins/vdr-spider/metadata.xml b/media-plugins/vdr-spider/metadata.xml deleted file mode 100644 index 27f419c289c..00000000000 --- a/media-plugins/vdr-spider/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - -vdr@gentoo.org -Gentoo VDR Project - - diff --git a/media-plugins/vdr-spider/vdr-spider-0.2.2.ebuild b/media-plugins/vdr-spider/vdr-spider-0.2.2.ebuild deleted file mode 100644 index ebc019d5f8d..00000000000 --- a/media-plugins/vdr-spider/vdr-spider-0.2.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vdr-plugin-2 - -DESCRIPTION="VDR plugin: Spider patience game" -HOMEPAGE="http://toms-cafe.de/vdr/spider/" -SRC_URI="http://toms-cafe.de/vdr/spider/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=media-video/vdr-1.3.47" - -SPIDER_DATA_DIR="/usr/share/vdr/spider" - -src_prepare() { - vdr-plugin-2_src_prepare - - sed -i spider.cpp -e 's:ConfigDirectory(Name()):"'${SPIDER_DATA_DIR}'":' -} - -src_install() { - vdr-plugin-2_src_install - - insinto "${SPIDER_DATA_DIR}" - doins "${S}"/spider/*.xpm -}