commit: 3f7b8e3f8d07a58e6a8a788739617a49b2fd3dca Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat Apr 27 16:46:31 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Fri May 3 00:41:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f7b8e3f
media-plugins/vamp-libxtract-plugins: use HTTPS, fix LICENSE Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11844 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> .../vamp-libxtract-plugins-0.6.6.20121204.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 index 08a717bc9b5..faee250c542 100644 --- 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,10 +6,10 @@ EAPI=6 inherit multilib toolchain-funcs DESCRIPTION="Vamp plugin encapsulating many of the functions of the LibXtract library" -HOMEPAGE="http://www.vamp-plugins.org/" -SRC_URI="http://code.soundsoftware.ac.uk/attachments/download/618/${P}.tar.gz" +HOMEPAGE="https://www.vamp-plugins.org/" +SRC_URI="https://code.soundsoftware.ac.uk/attachments/download/618/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~ppc ppc64 x86" IUSE=""
