media-plugins/vdr-clock: fix SRC_URI
authorMartin Dummer <martin.dummer@gmx.net>
Mon, 28 Oct 2019 17:11:44 +0000 (18:11 +0100)
committerJoonas Niilola <juippis@gentoo.org>
Fri, 1 Nov 2019 13:37:09 +0000 (15:37 +0200)
source transferred to github
adjust SRC_URI
add proxy maintainer

Bug: https://bugs.gentoo.org/638458
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/13478
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
media-plugins/vdr-clock/Manifest
media-plugins/vdr-clock/metadata.xml
media-plugins/vdr-clock/vdr-clock-1.0.0-r2.ebuild [new file with mode: 0644]

index faa41bf47ae462a66f13b10d8e9d2385ff78eb09..2edeb94cb1e7413505923c1d7e9450472f743dba 100644 (file)
@@ -1 +1,2 @@
+DIST vdr-clock-1.0.0.tar.gz 30136 BLAKE2B eeb778675ae1dc3fabc76e4d48557c93fda378bf501cd06ad9b195535f01ded00277228e3c4f054bc07d7a8bcaa5e39c8c4de153d3b1e9cd7279c98d5860dd86 SHA512 04d69abefb19e4b249edac621a7cd48f7f0e776a339a05157ca18fab32fc1e8f674e212a24d10327c7dceffe75efee3e4b0ca5215641049d428b4358c40b72fe
 DIST vdr-clock-1.0.0.tgz 30593 BLAKE2B 37c8849ee22ca992db5e6a2670886db7e2a272c89f2794d3b0a56b346c1e94e413968567569a4d99a2c0a925215790383113b333c465eeb9f98c627613f7de8c SHA512 a1627063cec72006cfe648a43083b7b785b0eac3230774f3fee498f63df6b4f3e07f913762b0a01c43244e1b5d595e531b374430cec8fefb519b388244874b53
index f780a1ce092581b588f4a3f8c2844be8f52a78c5..fb084b3f825a040cd54fada815cb62cbc205d0ac 100644 (file)
@@ -1,12 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+       <maintainer type="person">
+               <email>martin.dummer@gmx.net</email>
+               <name>Martin Dummer</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>proxy-maint@gentoo.org</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
        <maintainer type="project">
                <email>vdr@gentoo.org</email>
                <name>Gentoo VDR Project</name>
-               <description>
-                       Please contacts maintainer before you change something
-               </description>
        </maintainer>
        <longdescription>
                This is the Clock plugin for the Video Disk Recorder (VDR)
diff --git a/media-plugins/vdr-clock/vdr-clock-1.0.0-r2.ebuild b/media-plugins/vdr-clock/vdr-clock-1.0.0-r2.ebuild
new file mode 100644 (file)
index 0000000..8d4b8f4
--- /dev/null
@@ -0,0 +1,22 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vdr-plugin-2
+
+DESCRIPTION="VDR Plugin: Tea clock, clock"
+HOMEPAGE="http://vdr.aistleitner.info https://github.com/madmartin/vdr-clock"
+SRC_URI="https://github.com/madmartin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+DEPEND=">=media-video/vdr-1.5.9"
+RDEPEND="${DEPEND}"
+
+QA_FLAGS_IGNORED="usr/lib/vdr/plugins/libvdr-.* usr/lib64/vdr/plugins/libvdr-.*"
+PATCHES=( "${FILESDIR}/${P}_gettext.diff" )
+S="${WORKDIR}"/"${P}"