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-pin/
Date: Mon, 26 Mar 2018 19:18:17
Message-Id: 1522091740.1d7554df702c0f2d111b9e14ec331f75aebe9334.bman@gentoo
1 commit: 1d7554df702c0f2d111b9e14ec331f75aebe9334
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Mar 11 17:21:27 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 26 19:15:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d7554df
7
8 media-plugins/vdr-pin: use HTTPS, remove Variable in HOMEPAGE
9
10 Bug: https://bugs.gentoo.org/408917
11
12 media-plugins/vdr-pin/vdr-pin-0.1.14.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-plugins/vdr-pin/vdr-pin-0.1.14.ebuild b/media-plugins/vdr-pin/vdr-pin-0.1.14.ebuild
16 index d59e2524cb8..43e89dac7ec 100644
17 --- a/media-plugins/vdr-pin/vdr-pin-0.1.14.ebuild
18 +++ b/media-plugins/vdr-pin/vdr-pin-0.1.14.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2013 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="5"
25 @@ -8,7 +8,7 @@ inherit vdr-plugin-2
26 VERSION="1379" # every bump, new version
27
28 DESCRIPTION="VDR plugin: enable/disable parentalrating in records"
29 -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-${VDRPLUGIN}"
30 +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-pin"
31 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
32 KEYWORDS="~amd64 ~x86"