summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Dummer <martin.dummer@gmx.net>2022-02-20 18:32:18 +0100
committerConrad Kostecki <conikost@gentoo.org>2022-03-19 13:36:53 +0100
commit44a05357bd08eedff1735c6357defefa32f14a45 (patch)
tree8663d62feb435fee37eddd5652a9985c67b864a7 /media-plugins/vdr-epgsync/vdr-epgsync-1.0.2.ebuild
parentmedia-plugins/vdr-remoteosd: version bump to 1.0.1 (diff)
downloadgentoo-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/vdr-epgsync-1.0.2.ebuild')
-rw-r--r--media-plugins/vdr-epgsync/vdr-epgsync-1.0.2.ebuild17
1 files changed, 17 insertions, 0 deletions
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"