diff options
Diffstat (limited to 'media-libs')
-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 ) " |