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-image/
Date: Mon, 26 Mar 2018 19:18:16
Message-Id: 1522091734.c72d3768bd544b2e6638dc650c0ce1460ce4bdaf.bman@gentoo
1 commit: c72d3768bd544b2e6638dc650c0ce1460ce4bdaf
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Mar 11 17:15:53 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 26 19:15:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c72d3768
7
8 media-plugins/vdr-image: use HTTPS
9
10 media-plugins/vdr-image/vdr-image-0.3.1.ebuild | 4 ++--
11 media-plugins/vdr-image/vdr-image-0.4.0.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/media-plugins/vdr-image/vdr-image-0.3.1.ebuild b/media-plugins/vdr-image/vdr-image-0.3.1.ebuild
15 index 1d7e5b4d052..8343d9a7fa9 100644
16 --- a/media-plugins/vdr-image/vdr-image-0.3.1.ebuild
17 +++ b/media-plugins/vdr-image/vdr-image-0.3.1.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2013 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI="5"
24 @@ -8,7 +8,7 @@ inherit vdr-plugin-2 flag-o-matic
25 VERSION="679" #every bump, new version
26
27 DESCRIPTION="VDR plugin: display of digital images, like jpeg, tiff, png, bmp"
28 -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-image"
29 +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-image"
30 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tar.gz"
31
32 KEYWORDS="amd64 x86"
33
34 diff --git a/media-plugins/vdr-image/vdr-image-0.4.0.ebuild b/media-plugins/vdr-image/vdr-image-0.4.0.ebuild
35 index 7c767a04efe..d00933099ff 100644
36 --- a/media-plugins/vdr-image/vdr-image-0.4.0.ebuild
37 +++ b/media-plugins/vdr-image/vdr-image-0.4.0.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2016 Gentoo Foundation
40 +# Copyright 1999-2018 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=5
44 @@ -8,7 +8,7 @@ inherit vdr-plugin-2
45 VERSION="1325" #every bump, new version
46
47 DESCRIPTION="VDR plugin: display of digital images, like jpeg, tiff, png, bmp"
48 -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-image"
49 +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-image"
50 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
51
52 KEYWORDS="amd64 x86"