From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C54211382C5 for ; Wed, 16 May 2018 22:57:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AA6BE0991; Wed, 16 May 2018 22:57:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03FE8E0991 for ; Wed, 16 May 2018 22:57:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED28D335C7D for ; Wed, 16 May 2018 22:57:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 399382AE for ; Wed, 16 May 2018 22:57:26 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1526511421.35c94285f00dd311ad5131b2a7a9d82e85c7c14d.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libsvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libsvm/libsvm-3.21.ebuild sci-libs/libsvm/libsvm-3.22.ebuild X-VCS-Directories: sci-libs/libsvm/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 35c94285f00dd311ad5131b2a7a9d82e85c7c14d X-VCS-Branch: master Date: Wed, 16 May 2018 22:57:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 50869464-b2c3-4fdd-8b28-419f751c8ece X-Archives-Hash: a66c62aa6fbddf4fbe40a57c5d003ccf commit: 35c94285f00dd311ad5131b2a7a9d82e85c7c14d Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue May 15 11:29:28 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed May 16 22:57:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35c94285 sci-libs/libsvm: use HTTPS sci-libs/libsvm/libsvm-3.21.ebuild | 6 +++--- 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 b36a2fbf321..9f2b74252fd 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 57d4bbb5185..25c71ee18fa 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"