Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mediainfo/
Date: Thu, 31 Aug 2017 11:36:33
Message-Id: 1504178541.acb57a48c00d5a4242f10c3e5271a3dbe5b1237d.radhermit@gentoo
1 commit: acb57a48c00d5a4242f10c3e5271a3dbe5b1237d
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 31 11:17:29 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 31 11:22:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acb57a48
7
8 media-video/mediainfo: use https for SRC_URI and HOMEPAGE
9
10 media-video/mediainfo/mediainfo-0.7.97.ebuild | 4 ++--
11 media-video/mediainfo/mediainfo-0.7.98.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/media-video/mediainfo/mediainfo-0.7.97.ebuild b/media-video/mediainfo/mediainfo-0.7.97.ebuild
15 index 72c26aa0cf2..962164535c1 100644
16 --- a/media-video/mediainfo/mediainfo-0.7.97.ebuild
17 +++ b/media-video/mediainfo/mediainfo-0.7.97.ebuild
18 @@ -7,8 +7,8 @@ WX_GTK_VER="3.0"
19 inherit eutils autotools wxwidgets
20
21 DESCRIPTION="MediaInfo supplies technical and tag information about media files"
22 -HOMEPAGE="http://mediaarea.net/mediainfo/ https://github.com/MediaArea/MediaInfo"
23 -SRC_URI="http://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz"
24 +HOMEPAGE="https://mediaarea.net/mediainfo/ https://github.com/MediaArea/MediaInfo"
25 +SRC_URI="https://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz"
26
27 LICENSE="BSD-2"
28 SLOT="0"
29
30 diff --git a/media-video/mediainfo/mediainfo-0.7.98.ebuild b/media-video/mediainfo/mediainfo-0.7.98.ebuild
31 index 09ae01b039f..44725129137 100644
32 --- a/media-video/mediainfo/mediainfo-0.7.98.ebuild
33 +++ b/media-video/mediainfo/mediainfo-0.7.98.ebuild
34 @@ -7,8 +7,8 @@ WX_GTK_VER="3.0"
35 inherit eutils autotools wxwidgets
36
37 DESCRIPTION="MediaInfo supplies technical and tag information about media files"
38 -HOMEPAGE="http://mediaarea.net/mediainfo/ https://github.com/MediaArea/MediaInfo"
39 -SRC_URI="http://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz"
40 +HOMEPAGE="https://mediaarea.net/mediainfo/ https://github.com/MediaArea/MediaInfo"
41 +SRC_URI="https://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz"
42
43 LICENSE="BSD-2"
44 SLOT="0"