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-video/libav/
Date: Sun, 13 May 2018 19:20:20
Message-Id: 1526239119.7ad4217ccde0f34eaeebd13affe44bfc64e642d6.bman@gentoo
1 commit: 7ad4217ccde0f34eaeebd13affe44bfc64e642d6
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue May 8 12:26:23 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun May 13 19:18:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad4217c
7
8 media-video/libav: use HTTPS
9
10 media-video/libav/libav-9.17.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/media-video/libav/libav-9.17.ebuild b/media-video/libav/libav-9.17.ebuild
14 index 96df9761125..47f49fe210c 100644
15 --- a/media-video/libav/libav-9.17.ebuild
16 +++ b/media-video/libav/libav-9.17.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2015 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 @@ -12,13 +12,13 @@ fi
24 inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM}
25
26 DESCRIPTION="Complete solution to record, convert and stream audio and video"
27 -HOMEPAGE="http://libav.org/"
28 +HOMEPAGE="https://libav.org/"
29 if [[ ${PV} == *9999 ]] ; then
30 SRC_URI=""
31 elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot
32 SRC_URI="https://dev.gentoo.org/~lu_zero/libav/${P}.tar.xz"
33 else # Official release
34 - SRC_URI="http://${PN}.org/releases/${P}.tar.xz"
35 + SRC_URI="https://${PN}.org/releases/${P}.tar.xz"
36 fi
37
38 SRC_URI+=" test? ( https://dev.gentoo.org/~lu_zero/libav/fate-9.tar.xz )"