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 DCF4E1382C5 for ; Mon, 21 May 2018 17:05:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D09CE0AE0; Mon, 21 May 2018 17:05:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 065E7E0ADC for ; Mon, 21 May 2018 17:05:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D186E335C72 for ; Mon, 21 May 2018 17:05:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C5F02B3 for ; Mon, 21 May 2018 17:05:15 +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: <1526922151.e43ee1e262f95f661e3418cb9addcfb2355f0a8a.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/velvet/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/velvet/velvet-1.0.18-r1.ebuild sci-biology/velvet/velvet-1.2.10.ebuild X-VCS-Directories: sci-biology/velvet/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: e43ee1e262f95f661e3418cb9addcfb2355f0a8a X-VCS-Branch: master Date: Mon, 21 May 2018 17:05:15 +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: 687a12da-b6fe-484d-89df-e7e75440af81 X-Archives-Hash: d80a9953e79a8fe1c1a9abfe1e01af41 commit: e43ee1e262f95f661e3418cb9addcfb2355f0a8a Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon May 21 10:15:03 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon May 21 17:02:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e43ee1e2 sci-biology/velvet: use HTTPs sci-biology/velvet/velvet-1.0.18-r1.ebuild | 6 +++--- sci-biology/velvet/velvet-1.2.10.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sci-biology/velvet/velvet-1.0.18-r1.ebuild b/sci-biology/velvet/velvet-1.0.18-r1.ebuild index 4b7d1958cee..a8ec87b6625 100644 --- a/sci-biology/velvet/velvet-1.0.18-r1.ebuild +++ b/sci-biology/velvet/velvet-1.0.18-r1.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=4 @@ -8,8 +8,8 @@ inherit eutils toolchain-funcs flag-o-matic MY_P=${PN}_${PV} DESCRIPTION="A sequence assembler for very short reads" -HOMEPAGE="http://www.ebi.ac.uk/~zerbino/velvet/" -SRC_URI="http://www.ebi.ac.uk/~zerbino/velvet/${MY_P}.tgz" +HOMEPAGE="https://www.ebi.ac.uk/~zerbino/velvet/" +SRC_URI="https://www.ebi.ac.uk/~zerbino/velvet/${MY_P}.tgz" LICENSE="GPL-2" SLOT="0" diff --git a/sci-biology/velvet/velvet-1.2.10.ebuild b/sci-biology/velvet/velvet-1.2.10.ebuild index d5a93f2f3e4..3de28bdb748 100644 --- a/sci-biology/velvet/velvet-1.2.10.ebuild +++ b/sci-biology/velvet/velvet-1.2.10.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=5 @@ -8,8 +8,8 @@ inherit eutils flag-o-matic toolchain-funcs MY_P=${PN}_${PV} DESCRIPTION="A sequence assembler for very short reads" -HOMEPAGE="http://www.ebi.ac.uk/~zerbino/velvet/" -SRC_URI="http://www.ebi.ac.uk/~zerbino/velvet/${MY_P}.tgz" +HOMEPAGE="https://www.ebi.ac.uk/~zerbino/velvet/" +SRC_URI="https://www.ebi.ac.uk/~zerbino/velvet/${MY_P}.tgz" LICENSE="GPL-2" SLOT="0"