From 383e98b97d0b0fa0deeced33851261b5d7226ccc Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Fri, 11 May 2018 14:57:13 +0200 Subject: media-libs/chromaprint: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/8346 --- media-libs/chromaprint/chromaprint-1.2-r1.ebuild | 4 ++-- media-libs/chromaprint/chromaprint-1.2.ebuild | 4 ++-- media-libs/chromaprint/chromaprint-1.3.2.ebuild | 4 ++-- media-libs/chromaprint/chromaprint-1.4.1.ebuild | 4 ++-- media-libs/chromaprint/chromaprint-1.4.2.ebuild | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) (limited to 'media-libs/chromaprint') diff --git a/media-libs/chromaprint/chromaprint-1.2-r1.ebuild b/media-libs/chromaprint/chromaprint-1.2-r1.ebuild index e80da9186ad1..81b0bbafac94 100644 --- a/media-libs/chromaprint/chromaprint-1.2-r1.ebuild +++ b/media-libs/chromaprint/chromaprint-1.2-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit cmake-multilib DESCRIPTION="A client-side library that implements a custom algorithm for extracting fingerprints" -HOMEPAGE="http://acoustid.org/chromaprint" +HOMEPAGE="https://acoustid.org/chromaprint" SRC_URI="https://bitbucket.org/acoustid/${PN}/downloads/${P}.tar.gz" LICENSE="LGPL-2.1" diff --git a/media-libs/chromaprint/chromaprint-1.2.ebuild b/media-libs/chromaprint/chromaprint-1.2.ebuild index 36e8d79c1ba2..e6bff8e54792 100644 --- a/media-libs/chromaprint/chromaprint-1.2.ebuild +++ b/media-libs/chromaprint/chromaprint-1.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit cmake-utils DESCRIPTION="A client-side library that implements a custom algorithm for extracting fingerprints" -HOMEPAGE="http://acoustid.org/chromaprint" +HOMEPAGE="https://acoustid.org/chromaprint" SRC_URI="https://bitbucket.org/acoustid/${PN}/downloads/${P}.tar.gz" LICENSE="LGPL-2.1" diff --git a/media-libs/chromaprint/chromaprint-1.3.2.ebuild b/media-libs/chromaprint/chromaprint-1.3.2.ebuild index 5c20be212e86..dcff5eb696a9 100644 --- a/media-libs/chromaprint/chromaprint-1.3.2.ebuild +++ b/media-libs/chromaprint/chromaprint-1.3.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit cmake-multilib DESCRIPTION="A client-side library that implements a custom algorithm for extracting fingerprints" -HOMEPAGE="http://acoustid.org/chromaprint" +HOMEPAGE="https://acoustid.org/chromaprint" SRC_URI="https://bitbucket.org/acoustid/${PN}/downloads/${P}.tar.gz" LICENSE="LGPL-2.1" diff --git a/media-libs/chromaprint/chromaprint-1.4.1.ebuild b/media-libs/chromaprint/chromaprint-1.4.1.ebuild index ebf87b1edc8f..102d01c254b0 100644 --- a/media-libs/chromaprint/chromaprint-1.4.1.ebuild +++ b/media-libs/chromaprint/chromaprint-1.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit cmake-multilib GTEST_VERSION="1.8.0" DESCRIPTION="A client-side library that implements a custom algorithm for extracting fingerprints" -HOMEPAGE="http://acoustid.org/chromaprint" +HOMEPAGE="https://acoustid.org/chromaprint" SRC_URI="https://bitbucket.org/acoustid/${PN}/downloads/${P}.tar.gz test? ( https://github.com/google/googletest/archive/release-${GTEST_VERSION}.tar.gz -> gtest-${GTEST_VERSION}.tar.gz ) " diff --git a/media-libs/chromaprint/chromaprint-1.4.2.ebuild b/media-libs/chromaprint/chromaprint-1.4.2.ebuild index 5b3796717902..d24d84f8a801 100644 --- a/media-libs/chromaprint/chromaprint-1.4.2.ebuild +++ b/media-libs/chromaprint/chromaprint-1.4.2.ebuild @@ -7,7 +7,7 @@ inherit cmake-multilib GTEST_VERSION="1.8.0" DESCRIPTION="A client-side library that implements a custom algorithm for extracting fingerprints" -HOMEPAGE="http://acoustid.org/chromaprint" +HOMEPAGE="https://acoustid.org/chromaprint" SRC_URI="https://bitbucket.org/acoustid/${PN}/downloads/${P}.tar.gz test? ( https://github.com/google/googletest/archive/release-${GTEST_VERSION}.tar.gz -> gtest-${GTEST_VERSION}.tar.gz ) " -- cgit v1.2.3-65-gdbad