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-plugins/vamp-libxtract-plugins/
Date: Fri, 03 May 2019 00:42:44
Message-Id: 1556844115.3f7b8e3f8d07a58e6a8a788739617a49b2fd3dca.bman@gentoo
1 commit: 3f7b8e3f8d07a58e6a8a788739617a49b2fd3dca
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Apr 27 16:46:31 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri May 3 00:41:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f7b8e3f
7
8 media-plugins/vamp-libxtract-plugins: use HTTPS, fix LICENSE
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11844
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 .../vamp-libxtract-plugins-0.6.6.20121204.ebuild | 8 ++++----
15 1 file changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/media-plugins/vamp-libxtract-plugins/vamp-libxtract-plugins-0.6.6.20121204.ebuild b/media-plugins/vamp-libxtract-plugins/vamp-libxtract-plugins-0.6.6.20121204.ebuild
18 index 08a717bc9b5..faee250c542 100644
19 --- a/media-plugins/vamp-libxtract-plugins/vamp-libxtract-plugins-0.6.6.20121204.ebuild
20 +++ b/media-plugins/vamp-libxtract-plugins/vamp-libxtract-plugins-0.6.6.20121204.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -6,10 +6,10 @@ EAPI=6
28 inherit multilib toolchain-funcs
29
30 DESCRIPTION="Vamp plugin encapsulating many of the functions of the LibXtract library"
31 -HOMEPAGE="http://www.vamp-plugins.org/"
32 -SRC_URI="http://code.soundsoftware.ac.uk/attachments/download/618/${P}.tar.gz"
33 +HOMEPAGE="https://www.vamp-plugins.org/"
34 +SRC_URI="https://code.soundsoftware.ac.uk/attachments/download/618/${P}.tar.gz"
35
36 -LICENSE="GPL-2"
37 +LICENSE="GPL-2+"
38 SLOT="0"
39 KEYWORDS="amd64 ~ppc ppc64 x86"
40 IUSE=""