Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, media-plugins/vdr-xvdr/
Date: Tue, 09 Oct 2018 21:14:34
Message-Id: 1539119642.738dfe9581c6cdd8c3b1d9d6164fb2b766c3c806.mgorny@gentoo
1 commit: 738dfe9581c6cdd8c3b1d9d6164fb2b766c3c806
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 9 21:06:48 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 9 21:14:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=738dfe95
7
8 media-plugins/vdr-xvdr: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/665134
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 media-plugins/vdr-xvdr/metadata.xml | 11 ---------
14 media-plugins/vdr-xvdr/vdr-xvdr-9999.ebuild | 35 -----------------------------
15 profiles/package.mask | 8 -------
16 3 files changed, 54 deletions(-)
17
18 diff --git a/media-plugins/vdr-xvdr/metadata.xml b/media-plugins/vdr-xvdr/metadata.xml
19 deleted file mode 100644
20 index 88a3b492d20..00000000000
21 --- a/media-plugins/vdr-xvdr/metadata.xml
22 +++ /dev/null
23 @@ -1,11 +0,0 @@
24 -<?xml version="1.0" encoding="UTF-8"?>
25 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 -<pkgmetadata>
27 - <maintainer type="project">
28 - <email>vdr@g.o</email>
29 - <name>Gentoo VDR Project</name>
30 - </maintainer>
31 - <upstream>
32 - <remote-id type="github">pipelka/vdr-plugin-xvdr</remote-id>
33 - </upstream>
34 -</pkgmetadata>
35
36 diff --git a/media-plugins/vdr-xvdr/vdr-xvdr-9999.ebuild b/media-plugins/vdr-xvdr/vdr-xvdr-9999.ebuild
37 deleted file mode 100644
38 index 94eb4a907f7..00000000000
39 --- a/media-plugins/vdr-xvdr/vdr-xvdr-9999.ebuild
40 +++ /dev/null
41 @@ -1,35 +0,0 @@
42 -# Copyright 1999-2017 Gentoo Foundation
43 -# Distributed under the terms of the GNU General Public License v2
44 -
45 -EAPI="5"
46 -
47 -inherit vdr-plugin-2 git-2
48 -
49 -EGIT_REPO_URI="https://github.com/pipelka/vdr-plugin-xvdr.git"
50 -
51 -DESCRIPTION="VDR plugin: XVDR Streamserver Plugin"
52 -HOMEPAGE="https://github.com/pipelka/vdr-plugin-xvdr"
53 -SRC_URI=""
54 -KEYWORDS=""
55 -LICENSE="GPL-2"
56 -SLOT="0"
57 -IUSE=""
58 -
59 -DEPEND=">=media-video/vdr-1.6"
60 -RDEPEND="${DEPEND}"
61 -
62 -S=${WORKDIR}/${PN}-plugin
63 -
64 -src_prepare() {
65 - vdr-plugin-2_src_prepare
66 -
67 - fix_vdr_libsi_include "${S}"/src/live/livepatfilter.h
68 -}
69 -
70 -src_install() {
71 - vdr-plugin-2_src_install
72 -
73 - insinto /etc/vdr/plugins/xvdr
74 - doins xvdr/*.conf
75 - diropts -gvdr -ovdr
76 -}
77
78 diff --git a/profiles/package.mask b/profiles/package.mask
79 index 0c55a5d0d17..bbf6ca8468e 100644
80 --- a/profiles/package.mask
81 +++ b/profiles/package.mask
82 @@ -180,14 +180,6 @@ media-plugins/vdr-vodcatcher
83 # masked for removal on End Sep 2018
84 media-plugins/vdr-xine
85
86 -# Joerg Bornkessel <hd_brummy@g.o> (02/Sep/2018)
87 -# dead on upstream since 2014
88 -# not git-r3 eclass adaption
89 -# only pmasked -9999.ebuild in the tree
90 -# bug 665134
91 -# masked for removal on End Sep 2018
92 -media-plugins/vdr-xvdr
93 -
94 # Matthias Maier <tamiko@g.o> (1 Sep 2018)
95 # Mask 0.7.0 and 1.0.1 for the time being until a compatible LLVM version
96 # made it into the tree, bug #665192