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-autosort/
Date: Tue, 09 Oct 2018 21:14:34
Message-Id: 1539119641.0f07bbe6ba4fb47c5466f234f732d55470bd5f1b.mgorny@gentoo
1 commit: 0f07bbe6ba4fb47c5466f234f732d55470bd5f1b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 9 21:05:23 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 9 21:14:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f07bbe6
7
8 media-plugins/vdr-autosort: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/665136
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 media-plugins/vdr-autosort/Manifest | 1 -
14 media-plugins/vdr-autosort/metadata.xml | 18 ----------
15 .../vdr-autosort/vdr-autosort-0.1.3.ebuild | 42 ----------------------
16 profiles/package.mask | 8 -----
17 4 files changed, 69 deletions(-)
18
19 diff --git a/media-plugins/vdr-autosort/Manifest b/media-plugins/vdr-autosort/Manifest
20 deleted file mode 100644
21 index 089e7ecd5a1..00000000000
22 --- a/media-plugins/vdr-autosort/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST vdr-autosort-0.1.3.tgz 37190 BLAKE2B 1c14f1bcd256b13efb8efc71b5e99debf1268b54a584df6aa045421630440643e55da1ef8fbf9bd82bcee0de5e9300daacec2f9d2fa009737044ab0155f0ebbb SHA512 f9d154060ead285e4b775317c403372ecf3d80842d95bca31dd0ba220c3429b51f4be31bf7251222905d5485a0e6f5c1fc80927c386456cb500f1c58a5a9201a
26
27 diff --git a/media-plugins/vdr-autosort/metadata.xml b/media-plugins/vdr-autosort/metadata.xml
28 deleted file mode 100644
29 index a7e476d255a..00000000000
30 --- a/media-plugins/vdr-autosort/metadata.xml
31 +++ /dev/null
32 @@ -1,18 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 - <maintainer type="project">
37 - <email>vdr@g.o</email>
38 - <name>Gentoo VDR Project</name>
39 - </maintainer>
40 - <longdescription lang="en">
41 - AutoSort Plugin adds the capability to define rules for
42 - automatically sorting your channels.conf with every
43 - housekeeping thread.
44 - </longdescription>
45 - <longdescription lang="de">
46 - Das AutoSort-Plugin erweitert den VDR um die Fähigkeit, die
47 - Kanalliste automatisch nach benutzerspezifischen Kriterien
48 - zu sortieren.
49 - </longdescription>
50 -</pkgmetadata>
51
52 diff --git a/media-plugins/vdr-autosort/vdr-autosort-0.1.3.ebuild b/media-plugins/vdr-autosort/vdr-autosort-0.1.3.ebuild
53 deleted file mode 100644
54 index 34afecce2ac..00000000000
55 --- a/media-plugins/vdr-autosort/vdr-autosort-0.1.3.ebuild
56 +++ /dev/null
57 @@ -1,42 +0,0 @@
58 -# Copyright 1999-2018 Gentoo Foundation
59 -# Distributed under the terms of the GNU General Public License v2
60 -
61 -EAPI=7
62 -
63 -inherit vdr-plugin-2
64 -
65 -DESCRIPTION="VDR plugin: Auto-sort channels.conf"
66 -HOMEPAGE="http://www.copypointburscheid.de/linux/autosort.htm"
67 -SRC_URI="http://www.copypointburscheid.de/linux/${P}.tgz"
68 -
69 -LICENSE="GPL-2"
70 -SLOT="0"
71 -KEYWORDS="~amd64 ~x86"
72 -IUSE=""
73 -
74 -DEPEND=">=media-video/vdr-1.3.32"
75 -RDEPEND="${DEPEND}"
76 -
77 -src_install() {
78 - vdr-plugin-2_src_install
79 - insinto /etc/vdr/plugins
80 - doins examples/autosort.conf
81 -}
82 -
83 -pkg_preinst() {
84 - if [[ ! -L ${ROOT}etc/vdr/channels.conf ]]; then
85 - cp "${ROOT}"etc/vdr/channels.conf "${D}"etc/vdr/channels.conf.autosort.bak
86 - fowners vdr:vdr /etc/vdr/channels.conf.autosort.bak
87 - fi
88 -}
89 -
90 -pkg_postinst() {
91 - vdr-plugin-2_pkg_postinst
92 - echo
93 - elog "You will find a backup of your channels.conf in /etc/vdr/channels.conf.autosort.bak"
94 - elog "Edit /etc/vdr/plugins/autosort.conf to fit your needs"
95 - ewarn "Important:"
96 - ewarn "Backup your channels.conf together with autosort.conf"
97 - ewarn "before making heavy changes to autosort.conf."
98 - echo
99 -}
100
101 diff --git a/profiles/package.mask b/profiles/package.mask
102 index d2cd1f5e96f..0c55a5d0d17 100644
103 --- a/profiles/package.mask
104 +++ b/profiles/package.mask
105 @@ -188,14 +188,6 @@ media-plugins/vdr-xine
106 # masked for removal on End Sep 2018
107 media-plugins/vdr-xvdr
108
109 -# Joerg Bornkessel <hd_brummy@g.o> (02/Sep/2018)
110 -# homepage dead
111 -# dead on upstream
112 -# depends on vdr-1.3 (quit old)
113 -# bug 665136
114 -# masked for removal on End Sep 2018
115 -media-plugins/vdr-autosort
116 -
117 # Matthias Maier <tamiko@g.o> (1 Sep 2018)
118 # Mask 0.7.0 and 1.0.1 for the time being until a compatible LLVM version
119 # made it into the tree, bug #665192