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-libs/libtheora/
Date: Thu, 31 Aug 2017 12:37:50
Message-Id: 1504182400.b11b9603b2495121a6c2e23b12c0e289e13c3b4f.radhermit@gentoo
1 commit: b11b9603b2495121a6c2e23b12c0e289e13c3b4f
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 31 12:26:40 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 31 12:26:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b11b9603
7
8 media-libs/libtheora: use https for SRC_URI and HOMEPAGE
9
10 media-libs/libtheora/libtheora-1.1.1-r1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/media-libs/libtheora/libtheora-1.1.1-r1.ebuild b/media-libs/libtheora/libtheora-1.1.1-r1.ebuild
14 index 45dd41e24ad..5a1eaab8306 100644
15 --- a/media-libs/libtheora/libtheora-1.1.1-r1.ebuild
16 +++ b/media-libs/libtheora/libtheora-1.1.1-r1.ebuild
17 @@ -5,8 +5,8 @@ EAPI=5
18 inherit autotools eutils flag-o-matic multilib-minimal
19
20 DESCRIPTION="The Theora Video Compression Codec"
21 -HOMEPAGE="http://www.theora.org"
22 -SRC_URI="http://downloads.xiph.org/releases/theora/${P/_}.tar.bz2"
23 +HOMEPAGE="https://www.theora.org"
24 +SRC_URI="https://downloads.xiph.org/releases/theora/${P/_}.tar.bz2"
25
26 LICENSE="BSD"
27 SLOT="0"