commit:     44a05357bd08eedff1735c6357defefa32f14a45
Author:     Martin Dummer <martin.dummer <AT> gmx <DOT> net>
AuthorDate: Sun Feb 20 17:32:18 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 12:36:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44a05357

media-plugins/vdr-epgsync: version bump to 1.0.2

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 <AT> gmx.net>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 media-plugins/vdr-epgsync/Manifest                 |  1 +
 media-plugins/vdr-epgsync/metadata.xml             | 11 +++++++++++
 media-plugins/vdr-epgsync/vdr-epgsync-1.0.2.ebuild | 17 +++++++++++++++++
 3 files changed, 29 insertions(+)

diff --git a/media-plugins/vdr-epgsync/Manifest 
b/media-plugins/vdr-epgsync/Manifest
index 1e0b91602b68..30017ac4951c 100644
--- a/media-plugins/vdr-epgsync/Manifest
+++ b/media-plugins/vdr-epgsync/Manifest
@@ -1 +1,2 @@
 DIST vdr-epgsync-1.0.1.tgz 18198 BLAKE2B 
0c2d782253d9c48a59e2dcf8cb58295b92d5c8b9384d947659b760c1f6b68c9b63c10ca4bccf5ae767d7499ea934f321edd4cc9c600f8da746781bc3a050b84d
 SHA512 
1c9d1220460031a7dd22f8a8131c291bf9c66847be33c2a57464c29d7ed4b2297d6bda04c3ea0a24e3f00d5afe040d9236c5f9ef9f4389878906abc54466de18
+DIST vdr-epgsync-1.0.2.tar.gz 18108 BLAKE2B 
75d22b63afb7b09d8f3ffd25fd977182f4c1c204582c50848319addcbdb30c15e6b8a02fbb9e9e23efa8bf9686c1ea398fdf5046704abf4b1bb846d5c6574045
 SHA512 
926d4a00a8475b01b3fda37b3ca075985a828f29a9801a9978bccf02d28953f5c5d0ada41ed318044fc0bf75ddf671de69bb373e82c1676a99c18a3f024e1620

diff --git a/media-plugins/vdr-epgsync/metadata.xml 
b/media-plugins/vdr-epgsync/metadata.xml
index 2b167a7461de..966ea2bb2513 100644
--- a/media-plugins/vdr-epgsync/metadata.xml
+++ b/media-plugins/vdr-epgsync/metadata.xml
@@ -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>[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>
        </maintainer>
+       <upstream>
+               <remote-id 
type="github">vdr-projects/vdr-plugin-epgsync</remote-id>
+       </upstream>
 </pkgmetadata>

diff --git a/media-plugins/vdr-epgsync/vdr-epgsync-1.0.2.ebuild 
b/media-plugins/vdr-epgsync/vdr-epgsync-1.0.2.ebuild
new file mode 100644
index 000000000000..214fb458340c
--- /dev/null
+++ b/media-plugins/vdr-epgsync/vdr-epgsync-1.0.2.ebuild
@@ -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: Import the EPG of another VDR via vdr-svdrpservice"
+HOMEPAGE="https://github.com/vdr-projects/vdr-plugin-epgsync/ 
https://vdr.schmirler.de/";
+SRC_URI="https://github.com/vdr-projects/vdr-plugin-epgsync/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/vdr-plugin-epgsync-${PV}"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm ~x86"
+
+DEPEND=">=media-video/vdr-2.4"

Reply via email to