Gentoo Archives: gentoo-commits

From: "Jörg Bornkessel" <hd_brummy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-beep/
Date: Fri, 14 Feb 2020 21:51:17
Message-Id: 1581717008.4efc95d444df415466398202510af2eb2849acbc.hd_brummy@gentoo
1 commit: 4efc95d444df415466398202510af2eb2849acbc
2 Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 14 21:22:18 2020 +0000
4 Commit: Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 14 21:50:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4efc95d4
7
8 media-plugins/vdr-beep: fixed StaticSrcUri
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org>
12
13 media-plugins/vdr-beep/vdr-beep-0.1.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-plugins/vdr-beep/vdr-beep-0.1.2.ebuild b/media-plugins/vdr-beep/vdr-beep-0.1.2.ebuild
17 index 0dbfe4994cf..c0552b94982 100644
18 --- a/media-plugins/vdr-beep/vdr-beep-0.1.2.ebuild
19 +++ b/media-plugins/vdr-beep/vdr-beep-0.1.2.ebuild
20 @@ -7,7 +7,7 @@ inherit vdr-plugin-2
21
22 DESCRIPTION="VDR plugin: Use the PC speaker to signalize some events (shutdown, cut done ...)"
23 HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
24 -SRC_URI="http://vdr.websitec.de/download/vdr-beep/vdr-beep-0.1.2.tgz"
25 +SRC_URI="http://vdr.websitec.de/download/vdr-beep/${P}.tgz"
26
27 LICENSE="GPL-2"
28 SLOT="0"