From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1014344-garchives=archives.gentoo.org@lists.gentoo.org> 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 1C2771382C5 for <garchives@archives.gentoo.org>; Sun, 1 Apr 2018 16:22:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22F85E0AD0; Sun, 1 Apr 2018 16:22:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 F3AF5E0AD0 for <gentoo-commits@lists.gentoo.org>; Sun, 1 Apr 2018 16:22:22 +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 12611335D6D for <gentoo-commits@lists.gentoo.org>; Sun, 1 Apr 2018 16:22:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B94A0266 for <gentoo-commits@lists.gentoo.org>; Sun, 1 Apr 2018 16:22:18 +0000 (UTC) From: "Martin Mokrejs" <mmokrejs@fold.natur.cuni.cz> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" <mmokrejs@fold.natur.cuni.cz> Message-ID: <1522599730.e3dd78cf8842c65c4db4bd3ff4b395bbcc8291a1.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/genepop/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/genepop/genepop-4.7.ebuild X-VCS-Directories: sci-biology/genepop/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: e3dd78cf8842c65c4db4bd3ff4b395bbcc8291a1 X-VCS-Branch: master Date: Sun, 1 Apr 2018 16:22:18 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3668e5b3-4759-4070-aaf1-dd41343d7255 X-Archives-Hash: 9f9bcb3a3b878dec74a65e4a8109de51 commit: e3dd78cf8842c65c4db4bd3ff4b395bbcc8291a1 Author: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Sun Apr 1 16:22:10 2018 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Sun Apr 1 16:22:10 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e3dd78cf sci-biology/genepop: switch to https Package-Manager: Portage-2.3.27, Repoman-2.3.9 sci-biology/genepop/genepop-4.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/genepop/genepop-4.7.ebuild b/sci-biology/genepop/genepop-4.7.ebuild index c70f60dba..9430e7987 100644 --- a/sci-biology/genepop/genepop-4.7.ebuild +++ b/sci-biology/genepop/genepop-4.7.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit cmake-utils DESCRIPTION="Population genetics analysis" -HOMEPAGE="http://genepop.curtin.edu.au/ http://kimura.univ-montp2.fr/~rousset/Genepop.htm" -SRC_URI="http://kimura.univ-montp2.fr/%7Erousset/GenepopV4.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://genepop.curtin.edu.au/ https://kimura.univ-montp2.fr/~rousset/Genepop.htm" +SRC_URI="https://kimura.univ-montp2.fr/%7Erousset/GenepopV4.tar.gz -> ${P}.tar.gz" LICENSE="CeCILL-2" SLOT="0"