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/flac/
Date: Thu, 31 Aug 2017 12:58:34
Message-Id: 1504183227.74b3ab579a9ae3ca61589809c9ac0f41b029ad60.radhermit@gentoo
1 commit: 74b3ab579a9ae3ca61589809c9ac0f41b029ad60
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 31 12:40:27 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 31 12:40:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74b3ab57
7
8 media-libs/flac: update HOMEPAGE and use https for it and SRC_URI
9
10 media-libs/flac/flac-1.3.2-r1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/media-libs/flac/flac-1.3.2-r1.ebuild b/media-libs/flac/flac-1.3.2-r1.ebuild
14 index aeff46738a4..5c43c541d2c 100644
15 --- a/media-libs/flac/flac-1.3.2-r1.ebuild
16 +++ b/media-libs/flac/flac-1.3.2-r1.ebuild
17 @@ -6,8 +6,8 @@ EAPI=6
18 inherit autotools multilib-minimal
19
20 DESCRIPTION="free lossless audio encoder and decoder"
21 -HOMEPAGE="http://flac.sourceforge.net"
22 -SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.xz"
23 +HOMEPAGE="https://xiph.org/flac/"
24 +SRC_URI="https://downloads.xiph.org/releases/${PN}/${P}.tar.xz"
25
26 LICENSE="BSD FDL-1.2 GPL-2 LGPL-2.1"
27 SLOT="0"