Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/mlpack/
Date: Wed, 13 Jan 2021 21:07:01
Message-Id: 1610571550.831321396e7464928f8d2a6fb828f8639e7a216c.andrewammerlaan@gentoo
1 commit: 831321396e7464928f8d2a6fb828f8639e7a216c
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Wed Jan 13 20:59:10 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Wed Jan 13 20:59:10 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=83132139
7
8 sci-libs/mlpack: use https for homepage
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 sci-libs/mlpack/mlpack-3.4.1.ebuild | 6 +++---
14 sci-libs/mlpack/mlpack-3.4.2.ebuild | 6 +++---
15 2 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/sci-libs/mlpack/mlpack-3.4.1.ebuild b/sci-libs/mlpack/mlpack-3.4.1.ebuild
18 index 661299d6d..113d56be9 100644
19 --- a/sci-libs/mlpack/mlpack-3.4.1.ebuild
20 +++ b/sci-libs/mlpack/mlpack-3.4.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python3_{6..9} )
28 inherit cmake python-single-r1 toolchain-funcs
29
30 DESCRIPTION="scalable C++ machine learning library"
31 -HOMEPAGE="http://www.mlpack.org/"
32 -SRC_URI="http://www.mlpack.org/files/${P}.tar.gz"
33 +HOMEPAGE="https://www.mlpack.org/"
34 +SRC_URI="https://www.mlpack.org/files/${P}.tar.gz"
35
36 LICENSE="LGPL-3"
37 SLOT="0"
38
39 diff --git a/sci-libs/mlpack/mlpack-3.4.2.ebuild b/sci-libs/mlpack/mlpack-3.4.2.ebuild
40 index 661299d6d..113d56be9 100644
41 --- a/sci-libs/mlpack/mlpack-3.4.2.ebuild
42 +++ b/sci-libs/mlpack/mlpack-3.4.2.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2020 Gentoo Authors
45 +# Copyright 1999-2021 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=7
49 @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python3_{6..9} )
50 inherit cmake python-single-r1 toolchain-funcs
51
52 DESCRIPTION="scalable C++ machine learning library"
53 -HOMEPAGE="http://www.mlpack.org/"
54 -SRC_URI="http://www.mlpack.org/files/${P}.tar.gz"
55 +HOMEPAGE="https://www.mlpack.org/"
56 +SRC_URI="https://www.mlpack.org/files/${P}.tar.gz"
57
58 LICENSE="LGPL-3"
59 SLOT="0"