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-sound/abcde/
Date: Thu, 31 Aug 2017 13:12:40
Message-Id: 1504184813.d5d2458bd5403fc4b3b8176fc3046dcd671b5d8e.radhermit@gentoo
1 commit: d5d2458bd5403fc4b3b8176fc3046dcd671b5d8e
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 31 13:06:53 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 31 13:06:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d2458b
7
8 media-sound/abcde: use https for HOMEPAGE and SRC_URI
9
10 media-sound/abcde/abcde-2.8.1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/media-sound/abcde/abcde-2.8.1.ebuild b/media-sound/abcde/abcde-2.8.1.ebuild
14 index e04864c69c2..93ad8043adf 100644
15 --- a/media-sound/abcde/abcde-2.8.1.ebuild
16 +++ b/media-sound/abcde/abcde-2.8.1.ebuild
17 @@ -4,8 +4,8 @@
18 EAPI=5
19
20 DESCRIPTION="A command line CD encoder"
21 -HOMEPAGE="http://abcde.einval.com/"
22 -SRC_URI="http://abcde.einval.com/download/${P}.tar.gz"
23 +HOMEPAGE="https://abcde.einval.com/"
24 +SRC_URI="https://abcde.einval.com/download/${P}.tar.gz"
25
26 LICENSE="GPL-2"
27 SLOT="0"