public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-spider/
@ 2018-08-26 12:08 Joerg Bornkessel
  0 siblings, 0 replies; 2+ messages in thread
From: Joerg Bornkessel @ 2018-08-26 12:08 UTC (permalink / raw
  To: gentoo-commits

commit:     f143ac1efc30df1ec4fe875a821957437eec0acc
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 12:02:53 2018 +0000
Commit:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 12:07:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f143ac1e

media-plugins/vdr-spider: eapi 7; keyword sorted

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 media-plugins/vdr-spider/vdr-spider-0.2.2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-plugins/vdr-spider/vdr-spider-0.2.2.ebuild b/media-plugins/vdr-spider/vdr-spider-0.2.2.ebuild
index 65c3c43903a..ebc019d5f8d 100644
--- a/media-plugins/vdr-spider/vdr-spider-0.2.2.ebuild
+++ b/media-plugins/vdr-spider/vdr-spider-0.2.2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="4"
+EAPI=7
 
 inherit vdr-plugin-2
 
@@ -11,7 +11,7 @@ SRC_URI="http://toms-cafe.de/vdr/spider/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=">=media-video/vdr-1.3.47"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-spider/
@ 2020-02-04 19:29 Jörg Bornkessel
  0 siblings, 0 replies; 2+ messages in thread
From: Jörg Bornkessel @ 2020-02-04 19:29 UTC (permalink / raw
  To: gentoo-commits

commit:     49d1cea72b48a65109a14c753f8067f437a996c5
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  4 18:57:43 2020 +0000
Commit:     Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> 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 <hd_brummy <AT> 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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-<email>vdr@gentoo.org</email>
-<name>Gentoo VDR Project</name>
-</maintainer>
-</pkgmetadata>

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
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-04 19:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-04 19:29 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-spider/ Jörg Bornkessel
  -- strict thread matches above, loose matches on Subject: below --
2018-08-26 12:08 Joerg Bornkessel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox