media-plugins/vdr-autosort: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Tue, 9 Oct 2018 21:05:23 +0000 (23:05 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 9 Oct 2018 21:14:01 +0000 (23:14 +0200)
Closes: https://bugs.gentoo.org/665136
Signed-off-by: Michał Górny <mgorny@gentoo.org>
media-plugins/vdr-autosort/Manifest [deleted file]
media-plugins/vdr-autosort/metadata.xml [deleted file]
media-plugins/vdr-autosort/vdr-autosort-0.1.3.ebuild [deleted file]
profiles/package.mask

diff --git a/media-plugins/vdr-autosort/Manifest b/media-plugins/vdr-autosort/Manifest
deleted file mode 100644 (file)
index 089e7ec..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST vdr-autosort-0.1.3.tgz 37190 BLAKE2B 1c14f1bcd256b13efb8efc71b5e99debf1268b54a584df6aa045421630440643e55da1ef8fbf9bd82bcee0de5e9300daacec2f9d2fa009737044ab0155f0ebbb SHA512 f9d154060ead285e4b775317c403372ecf3d80842d95bca31dd0ba220c3429b51f4be31bf7251222905d5485a0e6f5c1fc80927c386456cb500f1c58a5a9201a
diff --git a/media-plugins/vdr-autosort/metadata.xml b/media-plugins/vdr-autosort/metadata.xml
deleted file mode 100644 (file)
index a7e476d..0000000
+++ /dev/null
@@ -1,18 +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>
-       <longdescription lang="en">
-               AutoSort Plugin adds the capability to define rules for
-               automatically sorting your channels.conf with every
-               housekeeping thread.
-       </longdescription>
-       <longdescription lang="de">
-               Das AutoSort-Plugin erweitert den VDR um die Fähigkeit, die
-               Kanalliste automatisch nach benutzerspezifischen Kriterien
-               zu sortieren.
-       </longdescription>
-</pkgmetadata>
diff --git a/media-plugins/vdr-autosort/vdr-autosort-0.1.3.ebuild b/media-plugins/vdr-autosort/vdr-autosort-0.1.3.ebuild
deleted file mode 100644 (file)
index 34afecc..0000000
+++ /dev/null
@@ -1,42 +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: Auto-sort channels.conf"
-HOMEPAGE="http://www.copypointburscheid.de/linux/autosort.htm"
-SRC_URI="http://www.copypointburscheid.de/linux/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=media-video/vdr-1.3.32"
-RDEPEND="${DEPEND}"
-
-src_install() {
-       vdr-plugin-2_src_install
-       insinto /etc/vdr/plugins
-       doins examples/autosort.conf
-}
-
-pkg_preinst() {
-       if [[ ! -L ${ROOT}etc/vdr/channels.conf ]]; then
-               cp "${ROOT}"etc/vdr/channels.conf "${D}"etc/vdr/channels.conf.autosort.bak
-               fowners vdr:vdr /etc/vdr/channels.conf.autosort.bak
-       fi
-}
-
-pkg_postinst() {
-       vdr-plugin-2_pkg_postinst
-       echo
-       elog "You will find a backup of your channels.conf in /etc/vdr/channels.conf.autosort.bak"
-       elog "Edit /etc/vdr/plugins/autosort.conf to fit your needs"
-       ewarn "Important:"
-       ewarn "Backup your channels.conf together with autosort.conf"
-       ewarn "before making heavy changes to autosort.conf."
-       echo
-}
index d2cd1f5e96fb152d5d7246636921b7b5b3c8f953..0c55a5d0d172b54dbf002e30f2e21c6619bec997 100644 (file)
@@ -188,14 +188,6 @@ media-plugins/vdr-xine
 # masked for removal on End Sep 2018
 media-plugins/vdr-xvdr
 
-# Joerg Bornkessel <hd_brummy@gentoo.org> (02/Sep/2018)
-# homepage dead
-# dead on upstream
-# depends on vdr-1.3 (quit old)
-# bug 665136
-# masked for removal on End Sep 2018
-media-plugins/vdr-autosort
-
 # Matthias Maier <tamiko@gentoo.org> (1 Sep 2018)
 # Mask 0.7.0 and  1.0.1 for the time being until a compatible LLVM version
 # made it into the tree, bug #665192