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-sound/vorbisgain/
Date: Sun, 13 May 2018 19:20:19
Message-Id: 1526239110.b245dc98f7432000a9b26cf0c97faf3949081259.bman@gentoo
1 commit: b245dc98f7432000a9b26cf0c97faf3949081259
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri May 11 13:08:18 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun May 13 19:18:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b245dc98
7
8 media-sound/vorbisgain: use HTTPS
9
10 media-sound/vorbisgain/vorbisgain-0.37-r2.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/media-sound/vorbisgain/vorbisgain-0.37-r2.ebuild b/media-sound/vorbisgain/vorbisgain-0.37-r2.ebuild
14 index 10a011e6ace..5491f2e4e0e 100644
15 --- a/media-sound/vorbisgain/vorbisgain-0.37-r2.ebuild
16 +++ b/media-sound/vorbisgain/vorbisgain-0.37-r2.ebuild
17 @@ -1,11 +1,11 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23
24 DESCRIPTION="Calculator of perceived sound level for Ogg Vorbis files"
25 -HOMEPAGE="http://sjeng.org/vorbisgain.html"
26 -SRC_URI="http://sjeng.org/ftp/vorbis/${P}.tar.gz"
27 +HOMEPAGE="https://sjeng.org/vorbisgain.html"
28 +SRC_URI="https://sjeng.org/ftp/vorbis/${P}.tar.gz"
29
30 LICENSE="LGPL-2.1"
31 SLOT="0"