summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Dummer <martin.dummer@gmx.net>2021-05-29 02:04:57 +0200
committerSam James <sam@gentoo.org>2021-06-22 19:28:47 +0100
commit9ed8a1656b66a0126a8460d8cabbefe235ee1f82 (patch)
treee4f9a2d43f2beb33e4a1b8b7a055c0b3a39cb81b /media-plugins
parentmedia-plugins/vdr-rssreader-2.4.0: fix QA_FLAGS (diff)
downloadgentoo-9ed8a1656b66a0126a8460d8cabbefe235ee1f82.tar.gz
gentoo-9ed8a1656b66a0126a8460d8cabbefe235ee1f82.tar.bz2
gentoo-9ed8a1656b66a0126a8460d8cabbefe235ee1f82.zip
media-plugins/vdr-dvbsddevice: fix pkgcheck QA failures
pkgcheck reports "StaticSrcUri" - fixed fix LICENSE Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/vdr-dvbsddevice/metadata.xml8
-rw-r--r--media-plugins/vdr-dvbsddevice/vdr-dvbsddevice-2.2.0-r2.ebuild23
2 files changed, 31 insertions, 0 deletions
diff --git a/media-plugins/vdr-dvbsddevice/metadata.xml b/media-plugins/vdr-dvbsddevice/metadata.xml
index 984a01fab265..e18be98ab718 100644
--- a/media-plugins/vdr-dvbsddevice/metadata.xml
+++ b/media-plugins/vdr-dvbsddevice/metadata.xml
@@ -1,6 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>martin.dummer@gmx.net</email>
+ <name>Martin Dummer</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
<maintainer type="project">
<email>vdr@gentoo.org</email>
<name>Gentoo VDR Project</name>
diff --git a/media-plugins/vdr-dvbsddevice/vdr-dvbsddevice-2.2.0-r2.ebuild b/media-plugins/vdr-dvbsddevice/vdr-dvbsddevice-2.2.0-r2.ebuild
new file mode 100644
index 000000000000..6747ac02d308
--- /dev/null
+++ b/media-plugins/vdr-dvbsddevice/vdr-dvbsddevice-2.2.0-r2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vdr-plugin-2
+
+DESCRIPTION="VDR Plugin: output device for the 'Full Featured' SD DVB Card"
+HOMEPAGE="http://www.tvdr.de/"
+SRC_URI="http://ftp.tvdr.de/Plugins/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="GPL-2+"
+
+DEPEND=">=media-video/vdr-2.2.0"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ default
+
+ doheader "${S}"/dvbsdffdevice.h
+}