diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-11 14:57:13 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-13 15:18:16 -0400 |
commit | 383e98b97d0b0fa0deeced33851261b5d7226ccc (patch) | |
tree | 0f9f8a33a80829f105e25defda3bcbcbec179c28 /media-libs/chromaprint | |
parent | lxqt-base/*, media-gfx/lximage, x11-{libs,misc}/*: use HTTPs (diff) | |
download | gentoo-383e98b97d0b0fa0deeced33851261b5d7226ccc.tar.gz gentoo-383e98b97d0b0fa0deeced33851261b5d7226ccc.tar.bz2 gentoo-383e98b97d0b0fa0deeced33851261b5d7226ccc.zip |
media-libs/chromaprint: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/8346
Diffstat (limited to 'media-libs/chromaprint')
-rw-r--r-- | media-libs/chromaprint/chromaprint-1.2-r1.ebuild | 4 | ||||
-rw-r--r-- | media-libs/chromaprint/chromaprint-1.2.ebuild | 4 | ||||
-rw-r--r-- | media-libs/chromaprint/chromaprint-1.3.2.ebuild | 4 | ||||
-rw-r--r-- | media-libs/chromaprint/chromaprint-1.4.1.ebuild | 4 | ||||
-rw-r--r-- | media-libs/chromaprint/chromaprint-1.4.2.ebuild | 2 |
5 files changed, 9 insertions, 9 deletions
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 ) " |