media-plugins/vdr-remoteosd: version bump to 1.0.1

new SRC_URI and homepage from https://github.com/vdr-projects

Closes: https://github.com/gentoo/gentoo/pull/24286
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Martin Dummer
2022-02-20 18:22:59 +01:00
committed by Conrad Kostecki
parent 9ee2c32f11
commit ade01a8d4c
3 changed files with 29 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST vdr-remoteosd-1.0.0.tgz 20154 BLAKE2B e507b2ecdf74b69f946df23cd312a1bbc9370809ce6dc38bc1ea1a84c0ec08c4d93d06f7f6e6e7be7a67058165991b706173011d6ceeac41d5a0527187f7af1b SHA512 c5af72ac82e41af7d753f20230cf511cb95abad07906be96b14f26aacce3c461ef3b552a1f28dceecfa5b50023268bbf9bf41b71e66326af610ba113295e9056
DIST vdr-remoteosd-1.0.1.tar.gz 20300 BLAKE2B 5f06611bdfa1c9af6da42966558a3277c02093b6d8f0f2a575df77a33ccb66f63c1decbb31747628ddcf6ee0ad260b1551b5fc5a1ac7b2e59f3f7709f5203aa0 SHA512 f4a562d1e1e75e7eaed0f6a157ddf2adb4473f57a8e64f980529ced9e7fba3041150d14a4e158bc471ed6ae36072ca5b279b793c9ab86a5f7fdb3e089b7556af

View File

@@ -1,8 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://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>
</maintainer>
<upstream>
<remote-id type="github">vdr-projects/vdr-plugin-remoteosd</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,17 @@
# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit vdr-plugin-2
DESCRIPTION="VDR Plugin: server/client remoteosd"
HOMEPAGE="https://github.com/vdr-projects/vdr-plugin-remoteosd https://vdr.schmirler.de/"
SRC_URI="https://github.com/vdr-projects/vdr-plugin-remoteosd/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/vdr-plugin-remoteosd-${PV}"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~arm ~x86"
DEPEND=">=media-video/vdr-2.4"