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/snd/
Date: Sun, 13 May 2018 19:20:21
Message-Id: 1526239109.e1f88a0f6f2eeba0ed1aa20437efb19fd85e9ea8.bman@gentoo
1 commit: e1f88a0f6f2eeba0ed1aa20437efb19fd85e9ea8
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri May 11 13:07:38 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun May 13 19:18:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1f88a0f
7
8 media-sound/snd: use HTTPS
9
10 media-sound/snd/snd-17.4.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/media-sound/snd/snd-17.4.ebuild b/media-sound/snd/snd-17.4.ebuild
14 index 5b746a352c8..2c8a042ea37 100644
15 --- a/media-sound/snd/snd-17.4.ebuild
16 +++ b/media-sound/snd/snd-17.4.ebuild
17 @@ -1,4 +1,4 @@
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 @@ -6,7 +6,7 @@ EAPI=6
24 inherit autotools flag-o-matic
25
26 DESCRIPTION="Snd is a sound editor"
27 -HOMEPAGE="http://ccrma.stanford.edu/software/snd/"
28 +HOMEPAGE="https://ccrma.stanford.edu/software/snd/"
29 SRC_URI="ftp://ccrma-ftp.stanford.edu/pub/Lisp/${P}.tar.gz"
30
31 LICENSE="Snd BSD-2 HPND GPL-2+ LGPL-2.1+ LGPL-3+ ruby? ( free-noncomm ) s7? ( free-noncomm )"