Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-sndctl/
Date: Fri, 30 Mar 2018 02:54:22
Message-Id: 1522377283.a2e4bcef0bdf3307b9759ca59265ebb130a17d65.bman@gentoo
1 commit: a2e4bcef0bdf3307b9759ca59265ebb130a17d65
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Mar 29 19:15:37 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 30 02:34:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2e4bcef
7
8 media-plugins/vdr-sndctl: fix HOMEPAGE, use HTTPS
9
10 media-plugins/vdr-sndctl/vdr-sndctl-0.1.5.1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/media-plugins/vdr-sndctl/vdr-sndctl-0.1.5.1.ebuild b/media-plugins/vdr-sndctl/vdr-sndctl-0.1.5.1.ebuild
14 index 60d9210b29b..f3a4879127b 100644
15 --- a/media-plugins/vdr-sndctl/vdr-sndctl-0.1.5.1.ebuild
16 +++ b/media-plugins/vdr-sndctl/vdr-sndctl-0.1.5.1.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2014 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -7,7 +7,7 @@ inherit vdr-plugin-2
24
25 DESCRIPTION="VDR plugin: Control the vol level of diff controls of your sound-
26 card according to the settings of VDR"
27 -HOMEPAGE="http://projects.vdr-developer.org/projects/show/plg-sndctl"
28 +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-sndctl"
29 SRC_URI="http://www.vdr-portal.de/board/attachment.php?attachmentid=25497 -> ${P}.tar.gz"
30
31 LICENSE="GPL-2"