diff options
author | Martin Dummer <martin.dummer@gmx.net> | 2022-02-20 18:32:18 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-03-19 13:36:53 +0100 |
commit | 44a05357bd08eedff1735c6357defefa32f14a45 (patch) | |
tree | 8663d62feb435fee37eddd5652a9985c67b864a7 /media-plugins/vdr-epgsync | |
parent | media-plugins/vdr-remoteosd: version bump to 1.0.1 (diff) | |
download | gentoo-44a05357bd08eedff1735c6357defefa32f14a45.tar.gz gentoo-44a05357bd08eedff1735c6357defefa32f14a45.tar.bz2 gentoo-44a05357bd08eedff1735c6357defefa32f14a45.zip |
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@gmx.net>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-plugins/vdr-epgsync')
-rw-r--r-- | media-plugins/vdr-epgsync/Manifest | 1 | ||||
-rw-r--r-- | media-plugins/vdr-epgsync/metadata.xml | 11 | ||||
-rw-r--r-- | media-plugins/vdr-epgsync/vdr-epgsync-1.0.2.ebuild | 17 |
3 files changed, 29 insertions, 0 deletions
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>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-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" |