diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-15 13:29:28 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-16 18:57:01 -0400 |
commit | 35c94285f00dd311ad5131b2a7a9d82e85c7c14d (patch) | |
tree | b716c203b97e28ec4adac1742a980cb214c62bea /sci-libs/libsvm | |
parent | sci-libs/o2scl: use HTTPS (diff) | |
download | gentoo-35c94285f00dd311ad5131b2a7a9d82e85c7c14d.tar.gz gentoo-35c94285f00dd311ad5131b2a7a9d82e85c7c14d.tar.bz2 gentoo-35c94285f00dd311ad5131b2a7a9d82e85c7c14d.zip |
sci-libs/libsvm: use HTTPS
Diffstat (limited to 'sci-libs/libsvm')
-rw-r--r-- | sci-libs/libsvm/libsvm-3.21.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/libsvm/libsvm-3.22.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sci-libs/libsvm/libsvm-3.21.ebuild b/sci-libs/libsvm/libsvm-3.21.ebuild index b36a2fbf3219..9f2b74252fd5 100644 --- a/sci-libs/libsvm/libsvm-3.21.ebuild +++ b/sci-libs/libsvm/libsvm-3.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit flag-o-matic java-pkg-opt-2 python-r1 toolchain-funcs DESCRIPTION="Library for Support Vector Machines" -HOMEPAGE="http://www.csie.ntu.edu.tw/~cjlin/libsvm/" -SRC_URI="http://www.csie.ntu.edu.tw/~cjlin/libsvm/${P}.tar.gz" +HOMEPAGE="https://www.csie.ntu.edu.tw/~cjlin/libsvm/" +SRC_URI="https://www.csie.ntu.edu.tw/~cjlin/libsvm/${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/sci-libs/libsvm/libsvm-3.22.ebuild b/sci-libs/libsvm/libsvm-3.22.ebuild index 57d4bbb5185f..25c71ee18fa3 100644 --- a/sci-libs/libsvm/libsvm-3.22.ebuild +++ b/sci-libs/libsvm/libsvm-3.22.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit flag-o-matic java-pkg-opt-2 python-r1 toolchain-funcs DESCRIPTION="Library for Support Vector Machines" -HOMEPAGE="http://www.csie.ntu.edu.tw/~cjlin/libsvm/" -SRC_URI="http://www.csie.ntu.edu.tw/~cjlin/libsvm/${P}.tar.gz" +HOMEPAGE="https://www.csie.ntu.edu.tw/~cjlin/libsvm/" +SRC_URI="https://www.csie.ntu.edu.tw/~cjlin/libsvm/${P}.tar.gz" LICENSE="BSD" SLOT="0/2" |