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-osdpip/
Date: Mon, 26 Mar 2018 19:18:19
Message-Id: 1522091738.c088ca3d64c5cb4aa70a498217eb515fffb80572.bman@gentoo
1 commit: c088ca3d64c5cb4aa70a498217eb515fffb80572
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Mar 11 17:18:38 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 26 19:15:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c088ca3d
7
8 media-plugins/vdr-osdpip: use HTTPS
9
10 media-plugins/vdr-osdpip/vdr-osdpip-0.1.2-r1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/media-plugins/vdr-osdpip/vdr-osdpip-0.1.2-r1.ebuild b/media-plugins/vdr-osdpip/vdr-osdpip-0.1.2-r1.ebuild
14 index 5fbc6c92610..ed230cc4089 100644
15 --- a/media-plugins/vdr-osdpip/vdr-osdpip-0.1.2-r1.ebuild
16 +++ b/media-plugins/vdr-osdpip/vdr-osdpip-0.1.2-r1.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2016 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 @@ -8,7 +8,7 @@ VERSION="961" # every bump, new version
24 inherit vdr-plugin-2 flag-o-matic
25
26 DESCRIPTION="VDR plugin: Show another channel in the OSD"
27 -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-osdpip"
28 +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-osdpip"
29 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
30
31 KEYWORDS="amd64 x86"