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-streamdev/
Date: Mon, 26 Mar 2018 19:18:18
Message-Id: 1522091742.7044d1cb686a5ae80410bcabf7eecfcd56af1831.bman@gentoo
1 commit: 7044d1cb686a5ae80410bcabf7eecfcd56af1831
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Mar 11 17:26:52 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 26 19:15:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7044d1cb
7
8 media-plugins/vdr-streamdev: use HTTPS
9
10 media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild | 4 ++--
11 media-plugins/vdr-streamdev/vdr-streamdev-0.6.1_p20160320.ebuild | 6 +++---
12 2 files changed, 5 insertions(+), 5 deletions(-)
13
14 diff --git a/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild b/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild
15 index 9239b49b8bd..bdacdc2493d 100644
16 --- a/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild
17 +++ b/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2016 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
25 VERSION="1580" # every bump, new version !
26
27 DESCRIPTION="VDR Plugin: Client/Server and http streaming plugin"
28 -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-streamdev"
29 +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-streamdev"
30 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
31
32 LICENSE="GPL-2"
33
34 diff --git a/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1_p20160320.ebuild b/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1_p20160320.ebuild
35 index 404cde672e9..8e69d583132 100644
36 --- a/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1_p20160320.ebuild
37 +++ b/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1_p20160320.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=6
44 @@ -8,8 +8,8 @@ inherit vdr-plugin-2
45 GIT_VERSION="674bb5b331240de3ba2a8beb63a1276003e64e3e"
46
47 DESCRIPTION="VDR Plugin: Client/Server and http streaming plugin"
48 -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-streamdev"
49 -SRC_URI="http://projects.vdr-developer.org/git/vdr-plugin-streamdev.git/snapshot/vdr-plugin-streamdev-${GIT_VERSION}.tar.bz2"
50 +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-streamdev"
51 +SRC_URI="https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git/snapshot/vdr-plugin-streamdev-${GIT_VERSION}.tar.bz2"
52
53 LICENSE="GPL-2"
54 SLOT="0"