Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/audiocompress/
Date: Tue, 22 Aug 2017 21:41:37
Message-Id: 1503438055.6a8d68994a4a0c03dc3987b67388a738ee0afd39.mgorny@gentoo
1 commit: 6a8d68994a4a0c03dc3987b67388a738ee0afd39
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Tue Aug 22 12:35:00 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 22 21:40:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a8d6899
7
8 media-sound/audiocompress: HOMEPAGE and SRC_URI 301 redirect to HTTPS
9
10 Package-Manager: Portage-2.3.7, Repoman-2.3.3
11
12 media-sound/audiocompress/audiocompress-2.0.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/media-sound/audiocompress/audiocompress-2.0.ebuild b/media-sound/audiocompress/audiocompress-2.0.ebuild
16 index 690ea500153..afd6ed3bb39 100644
17 --- a/media-sound/audiocompress/audiocompress-2.0.ebuild
18 +++ b/media-sound/audiocompress/audiocompress-2.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2009 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 inherit toolchain-funcs
25 @@ -6,8 +6,8 @@ inherit toolchain-funcs
26 MY_P=AudioCompress-${PV}
27
28 DESCRIPTION="Very gentle 1-band dynamic range compressor"
29 -HOMEPAGE="http://beesbuzz.biz/code/"
30 -SRC_URI="http://beesbuzz.biz/code/audiocompress/${MY_P}.tar.gz"
31 +HOMEPAGE="https://beesbuzz.biz/code/audiocompress.php"
32 +SRC_URI="https://beesbuzz.biz/code/audiocompress/${MY_P}.tar.gz"
33
34 LICENSE="LGPL-2.1"
35 SLOT="0"