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/opusfile/
Date: Thu, 31 Aug 2017 13:12:41
Message-Id: 1504185086.9643fedd2c2f2da86bb12cf3595ab411e7cd163f.radhermit@gentoo
1 commit: 9643fedd2c2f2da86bb12cf3595ab411e7cd163f
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 31 13:11:26 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 31 13:11:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9643fedd
7
8 media-libs/opusfile: use https for HOMEPAGE and SRC_URI
9
10 media-libs/opusfile/opusfile-0.6.ebuild | 4 ++--
11 media-libs/opusfile/opusfile-0.8.ebuild | 4 ++--
12 media-libs/opusfile/opusfile-0.9.ebuild | 4 ++--
13 3 files changed, 6 insertions(+), 6 deletions(-)
14
15 diff --git a/media-libs/opusfile/opusfile-0.6.ebuild b/media-libs/opusfile/opusfile-0.6.ebuild
16 index e253de80c57..28a0f7c7567 100644
17 --- a/media-libs/opusfile/opusfile-0.6.ebuild
18 +++ b/media-libs/opusfile/opusfile-0.6.ebuild
19 @@ -4,8 +4,8 @@
20 EAPI=5
21
22 DESCRIPTION="A high-level decoding and seeking API for .opus files"
23 -HOMEPAGE="http://www.opus-codec.org/"
24 -SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz"
25 +HOMEPAGE="https://www.opus-codec.org/"
26 +SRC_URI="https://downloads.xiph.org/releases/opus/${P}.tar.gz"
27
28 LICENSE="BSD"
29 SLOT="0"
30
31 diff --git a/media-libs/opusfile/opusfile-0.8.ebuild b/media-libs/opusfile/opusfile-0.8.ebuild
32 index fa91f853aba..2fdf704566f 100644
33 --- a/media-libs/opusfile/opusfile-0.8.ebuild
34 +++ b/media-libs/opusfile/opusfile-0.8.ebuild
35 @@ -4,8 +4,8 @@
36 EAPI=6
37
38 DESCRIPTION="A high-level decoding and seeking API for .opus files"
39 -HOMEPAGE="http://www.opus-codec.org/"
40 -SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz"
41 +HOMEPAGE="https://www.opus-codec.org/"
42 +SRC_URI="https://downloads.xiph.org/releases/opus/${P}.tar.gz"
43
44 LICENSE="BSD"
45 SLOT="0"
46
47 diff --git a/media-libs/opusfile/opusfile-0.9.ebuild b/media-libs/opusfile/opusfile-0.9.ebuild
48 index d7b26eeef53..a71ac3c1742 100644
49 --- a/media-libs/opusfile/opusfile-0.9.ebuild
50 +++ b/media-libs/opusfile/opusfile-0.9.ebuild
51 @@ -4,8 +4,8 @@
52 EAPI=6
53
54 DESCRIPTION="A high-level decoding and seeking API for .opus files"
55 -HOMEPAGE="http://www.opus-codec.org/"
56 -SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz"
57 +HOMEPAGE="https://www.opus-codec.org/"
58 +SRC_URI="https://downloads.xiph.org/releases/opus/${P}.tar.gz"
59
60 LICENSE="BSD"
61 SLOT="0"