commit: 9ed8a1656b66a0126a8460d8cabbefe235ee1f82 Author: Martin Dummer <martin.dummer <AT> gmx <DOT> net> AuthorDate: Sat May 29 00:04:57 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jun 22 18:28:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ed8a165
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 <AT> gmx.net> Signed-off-by: Sam James <sam <AT> gentoo.org> media-plugins/vdr-dvbsddevice/metadata.xml | 8 ++++++++ .../vdr-dvbsddevice-2.2.0-r2.ebuild | 23 ++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/media-plugins/vdr-dvbsddevice/metadata.xml b/media-plugins/vdr-dvbsddevice/metadata.xml index 984a01fab26..e18be98ab71 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>[email protected]</email> + <name>Martin Dummer</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> <maintainer type="project"> <email>[email protected]</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 00000000000..6747ac02d30 --- /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 +}
