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 E06C0139694 for ; Sun, 30 Jul 2017 10:04:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6E661FC2B3; Sun, 30 Jul 2017 10:04:40 +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 A23081FC2B1 for ; Sun, 30 Jul 2017 10:04:40 +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 BD9273419A0 for ; Sun, 30 Jul 2017 10:04:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0FBE74C9 for ; Sun, 30 Jul 2017 10:04:36 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1501409062.c84c6322768fcfbf30bfdef3a49c4d6f0a7e363a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/bioperl-network/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/bioperl-network/bioperl-network-9999-r1.ebuild X-VCS-Directories: sci-biology/bioperl-network/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c84c6322768fcfbf30bfdef3a49c4d6f0a7e363a X-VCS-Branch: master Date: Sun, 30 Jul 2017 10:04:36 +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: 4bdec486-8ca3-4d98-9627-dca1c4d77ca6 X-Archives-Hash: 739870a64a6abafe185b2aa0a91fd50e commit: c84c6322768fcfbf30bfdef3a49c4d6f0a7e363a Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 18:40:36 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 10:04:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c84c6322 sci-biology/bioperl-network: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 sci-biology/bioperl-network/bioperl-network-9999-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sci-biology/bioperl-network/bioperl-network-9999-r1.ebuild b/sci-biology/bioperl-network/bioperl-network-9999-r1.ebuild index 24ec13e7c2c..19dc6f7d52e 100644 --- a/sci-biology/bioperl-network/bioperl-network-9999-r1.ebuild +++ b/sci-biology/bioperl-network/bioperl-network-9999-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -8,8 +8,7 @@ inherit perl-module git-2 DESCRIPTION="Perl tools for bioinformatics - Analysis of protein-protein interaction networks" HOMEPAGE="http://www.bioperl.org/" SRC_URI="" -EGIT_REPO_URI="git://github.com/bioperl/${PN}.git - https://github.com/bioperl/${PN}.git" +EGIT_REPO_URI="https://github.com/bioperl/${PN}.git" LICENSE="Artistic GPL-2" SLOT="0"