Diff vdr-epgsync-1.0.1-r1 with a vdr-epgsync-1.0.2

/usr/portage/media-plugins/vdr-epgsync/vdr-epgsync-1.0.2.ebuild 2023-10-09 14:52:31.748368407 +0300
1
# Copyright 2021 Gentoo Authors
1
# Copyright 2021-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit vdr-plugin-2
7 7

  
8 8
DESCRIPTION="VDR Plugin: Import the EPG of another VDR via vdr-svdrpservice"
9
HOMEPAGE="https://vdr.schmirler.de/"
10
SRC_URI="https://vdr.schmirler.de/epgsync/${P}.tgz"
9
HOMEPAGE="https://github.com/vdr-projects/vdr-plugin-epgsync/ https://vdr.schmirler.de/"
10
SRC_URI="https://github.com/vdr-projects/vdr-plugin-epgsync/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
11
S="${WORKDIR}/vdr-plugin-epgsync-${PV}"
11 12

  
12 13
SLOT="0"
13 14
LICENSE="GPL-2"
14 15
KEYWORDS="amd64 ~arm x86"
15 16

  
16 17
DEPEND=">=media-video/vdr-2.4"
17

  
18
PATCHES=( "${FILESDIR}/${P}_vdr-2.4.patch" )
Thank you!