public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, media-plugins/vdr-autosort/
@ 2018-10-09 21:14 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2018-10-09 21:14 UTC (permalink / raw
  To: gentoo-commits

commit:     0f07bbe6ba4fb47c5466f234f732d55470bd5f1b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  9 21:05:23 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Oct  9 21:14:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f07bbe6

media-plugins/vdr-autosort: Remove last-rited pkg

Closes: https://bugs.gentoo.org/665136
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 media-plugins/vdr-autosort/Manifest                |  1 -
 media-plugins/vdr-autosort/metadata.xml            | 18 ----------
 .../vdr-autosort/vdr-autosort-0.1.3.ebuild         | 42 ----------------------
 profiles/package.mask                              |  8 -----
 4 files changed, 69 deletions(-)

diff --git a/media-plugins/vdr-autosort/Manifest b/media-plugins/vdr-autosort/Manifest
deleted file mode 100644
index 089e7ecd5a1..00000000000
--- a/media-plugins/vdr-autosort/Manifest
+++ /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
index a7e476d255a..00000000000
--- a/media-plugins/vdr-autosort/metadata.xml
+++ /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
index 34afecce2ac..00000000000
--- a/media-plugins/vdr-autosort/vdr-autosort-0.1.3.ebuild
+++ /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
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index d2cd1f5e96f..0c55a5d0d17 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-10-09 21:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-09 21:14 [gentoo-commits] repo/gentoo:master commit in: profiles/, media-plugins/vdr-autosort/ Michał Górny

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