commit:     c74bc54cd9551339d1479356a74017ec6f641dd7
Author:     Martin Dummer <martin.dummer <AT> gmx <DOT> net>
AuthorDate: Sun Nov 17 01:33:47 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 17 01:33:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c74bc54c

media-plugins/vdr-permashift: fix multiple QA issues

* QA issue on package media-video/vdr:
  USE flag 'permashift_v1' uses reserved underscore character
  rename USE flag 'permashift_v1' to 'permashift' in package that
  depends on vdr[permashift]

Bug: https://bugs.gentoo.org/695066
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-plugins/vdr-permashift/metadata.xml           | 16 ++++++++++++----
 .../vdr-permashift/vdr-permashift-1.0.1-r1.ebuild   | 21 +++++++++++++++++++++
 2 files changed, 33 insertions(+), 4 deletions(-)

diff --git a/media-plugins/vdr-permashift/metadata.xml 
b/media-plugins/vdr-permashift/metadata.xml
index 27f419c289c..cd73dfdd596 100644
--- a/media-plugins/vdr-permashift/metadata.xml
+++ b/media-plugins/vdr-permashift/metadata.xml
@@ -1,8 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-<maintainer type="project">
-<email>[email protected]</email>
-<name>Gentoo VDR Project</name>
-</maintainer>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Martin Dummer</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Gentoo VDR Project</name>
+       </maintainer>
 </pkgmetadata>

diff --git a/media-plugins/vdr-permashift/vdr-permashift-1.0.1-r1.ebuild 
b/media-plugins/vdr-permashift/vdr-permashift-1.0.1-r1.ebuild
new file mode 100644
index 00000000000..b9bc55b455b
--- /dev/null
+++ b/media-plugins/vdr-permashift/vdr-permashift-1.0.1-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vdr-plugin-2
+
+DESCRIPTION="VDR Plugin: permanent timeshift by recording live TV on RAM"
+HOMEPAGE="http://ein-eike.de/vdr-plugin-permashift-english/";
+SRC_URI="http://ein-eike.de/wordpress/wp-content/uploads/2014/11/${P}.tgz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=">=media-video/vdr-2.0.6[permashift]"
+RDEPEND="${DEPEND}"
+
+QA_FLAGS_IGNORED="
+       usr/lib/vdr/plugins/libvdr-.*
+       usr/lib64/vdr/plugins/libvdr-.*"

Reply via email to