Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/tvheadend/
Date: Sun, 30 Jul 2017 09:45:00
Message-Id: 1501407881.da082ba862dd9c0bce4b8425efe27be1db858c05.mgorny@gentoo
1 commit: da082ba862dd9c0bce4b8425efe27be1db858c05
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 17:20:29 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:44:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da082ba8
7
8 media-tv/tvheadend: use HTTPS for GitHub and SRC_URI
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 media-tv/tvheadend/tvheadend-4.0.9.ebuild | 4 ++--
13 media-tv/tvheadend/tvheadend-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/media-tv/tvheadend/tvheadend-4.0.9.ebuild b/media-tv/tvheadend/tvheadend-4.0.9.ebuild
17 index 26da9d40c72..8fe7e735272 100644
18 --- a/media-tv/tvheadend/tvheadend-4.0.9.ebuild
19 +++ b/media-tv/tvheadend/tvheadend-4.0.9.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -10,7 +10,7 @@ DTV_SCAN_TABLES_VERSION="2015-02-08-f2053b3"
27 DESCRIPTION="Tvheadend is a TV streaming server and digital video recorder"
28 HOMEPAGE="https://tvheadend.org/"
29 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
30 - dvbscan? ( http://linuxtv.org/downloads/dtv-scan-tables/dtv-scan-tables-${DTV_SCAN_TABLES_VERSION}.tar.bz2 )"
31 + dvbscan? ( https://linuxtv.org/downloads/dtv-scan-tables/dtv-scan-tables-${DTV_SCAN_TABLES_VERSION}.tar.bz2 )"
32
33 LICENSE="GPL-3"
34 SLOT="0"
35
36 diff --git a/media-tv/tvheadend/tvheadend-9999.ebuild b/media-tv/tvheadend/tvheadend-9999.ebuild
37 index 61069ab3e10..ac205c566bb 100644
38 --- a/media-tv/tvheadend/tvheadend-9999.ebuild
39 +++ b/media-tv/tvheadend/tvheadend-9999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2016 Gentoo Foundation
42 +# Copyright 1999-2017 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=5
46 @@ -7,7 +7,7 @@ inherit eutils git-r3 linux-info systemd toolchain-funcs user
47
48 DESCRIPTION="Tvheadend is a TV streaming server and digital video recorder"
49 HOMEPAGE="https://tvheadend.org/"
50 -EGIT_REPO_URI="git://github.com/tvheadend/tvheadend.git"
51 +EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
52
53 LICENSE="GPL-3"
54 SLOT="0"