Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vdr/
Date: Fri, 30 Sep 2022 23:24:56
Message-Id: 1664580263.4534e2e354c898964bd7949fc8aaccc7c394873f.sam@gentoo
1 commit: 4534e2e354c898964bd7949fc8aaccc7c394873f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 23:10:49 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 23:24:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4534e2e3
7
8 media-video/vdr: fix StaticSrcUri
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-video/vdr/vdr-2.4.7-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-video/vdr/vdr-2.4.7-r1.ebuild b/media-video/vdr/vdr-2.4.7-r1.ebuild
16 index 992581e9e7e2..a7db9e18f489 100644
17 --- a/media-video/vdr/vdr-2.4.7-r1.ebuild
18 +++ b/media-video/vdr/vdr-2.4.7-r1.ebuild
19 @@ -7,7 +7,7 @@ inherit flag-o-matic strip-linguas toolchain-funcs
20
21 DESCRIPTION="Video Disk Recorder - turns a pc into a powerful set top box for DVB"
22 HOMEPAGE="http://www.tvdr.de/"
23 -SRC_URI="http://git.tvdr.de/?p=vdr.git;a=snapshot;h=refs/tags/2.4.7;sf=tbz2 -> ${P}.tbz2
24 +SRC_URI="http://git.tvdr.de/?p=vdr.git;a=snapshot;h=refs/tags/${PV};sf=tbz2 -> ${P}.tbz2
25 mainmenuhooks? ( http://vdr.websitec.de/download/${PN}/${PN}-2.4.1/${PN}-2.4.1_mainmenuhook-1.0.1.patch.bz2 )
26 menuorg? ( https://projects.vdr-developer.org/projects/plg-menuorg/repository/revisions/master/raw/vdr-patch/vdr-menuorg-2.3.x.diff )
27 naludump? ( https://www.udo-richter.de/vdr/files/vdr-2.1.5-naludump-0.1.diff )