Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/xbmc-addon-xvdr/
Date: Thu, 03 Dec 2020 06:34:21
Message-Id: 1606976840.9f7a4f8e2fc4c912586f0583ebee84fd110e69a8.juippis@gentoo
1 commit: 9f7a4f8e2fc4c912586f0583ebee84fd110e69a8
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 06:27:20 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 06:27:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f7a4f8e
7
8 media-plugins/xbmc-addon-xvdr: remove last-rited package
9
10 Bug: https://bugs.gentoo.org/752462
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 media-plugins/xbmc-addon-xvdr/metadata.xml | 11 -------
14 .../xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild | 37 ----------------------
15 2 files changed, 48 deletions(-)
16
17 diff --git a/media-plugins/xbmc-addon-xvdr/metadata.xml b/media-plugins/xbmc-addon-xvdr/metadata.xml
18 deleted file mode 100644
19 index 6a454981266..00000000000
20 --- a/media-plugins/xbmc-addon-xvdr/metadata.xml
21 +++ /dev/null
22 @@ -1,11 +0,0 @@
23 -<?xml version="1.0" encoding="UTF-8"?>
24 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 -<pkgmetadata>
26 - <maintainer type="project">
27 - <email>vdr@g.o</email>
28 - <name>Gentoo VDR Project</name>
29 - </maintainer>
30 - <upstream>
31 - <remote-id type="github">pipelka/xbmc-addon-xvdr</remote-id>
32 - </upstream>
33 -</pkgmetadata>
34
35 diff --git a/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild b/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild
36 deleted file mode 100644
37 index 8f64cf07d26..00000000000
38 --- a/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild
39 +++ /dev/null
40 @@ -1,37 +0,0 @@
41 -# Copyright 1999-2019 Gentoo Authors
42 -# Distributed under the terms of the GNU General Public License v2
43 -
44 -EAPI=7
45 -
46 -inherit autotools multilib git-r3
47 -
48 -DESCRIPTION="XBMC addon: add VDR (http://www.tvdr.de/) as a TV/PVR Backend"
49 -HOMEPAGE="https://github.com/pipelka/xbmc-addon-xvdr"
50 -EGIT_REPO_URI="https://github.com/pipelka/xbmc-addon-xvdr.git"
51 -LICENSE="GPL-2"
52 -SLOT="0"
53 -IUSE=""
54 -
55 -DEPEND=""
56 -RDEPEND="${DEPEND}"
57 -
58 -src_prepare() {
59 - default
60 - export STRIP=true
61 - eautoreconf
62 -}
63 -
64 -src_configure() {
65 - econf --prefix=/usr/$(get_libdir)/xbmc
66 -}
67 -
68 -src_install() {
69 - emake DESTDIR="${D}" install
70 -}
71 -
72 -pkg_info() {
73 - einfo "This add-on requires the installed "media-lugins/vdr-xvdr" plugin on the VDR server."
74 - einfo "VDR itself dosn't need any patches or modification to use all the current features."
75 - einfo "IMPORTANT:"
76 - einfo "Please disable *all* PVR addons *before* running the XVDR addon!"
77 -}