Diff vdr-ttxtsubs-0.3.0-r2 with a vdr-ttxtsubs-0.3.0-r3

/usr/portage/media-plugins/vdr-ttxtsubs/vdr-ttxtsubs-0.3.0-r3.ebuild 2023-10-09 14:52:31.756368407 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2023 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
VERSION="1281" # every bump, new version!
9

  
10 8
DESCRIPTION="VDR Plugin: displaying, recording and replaying teletext based subtitles"
11
HOMEPAGE="https://projects.vdr-developer.org/projects/plg-ttxtsubs"
12
SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tar.gz"
9
HOMEPAGE="https://github.com/vdr-projects/vdr-plugin-ttxtsubs"
10
SRC_URI="https://github.com/vdr-projects/vdr-plugin-ttxtsubs/archive/refs/tags/v${PV}.tar.gz -> ${P}.tgz"
11
S="${WORKDIR}/vdr-plugin-ttxtsubs-${PV}"
13 12

  
14 13
KEYWORDS="amd64 ~arm x86"
15 14
SLOT="0"
Thank you!