Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/bioperl-run/
Date: Sun, 30 Jul 2017 10:04:47
Message-Id: 1501409063.6d0bccf67a293af22dab2b57a6d185dc790dab20.mgorny@gentoo
1 commit: 6d0bccf67a293af22dab2b57a6d185dc790dab20
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 18:46:23 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 10:04:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d0bccf6
7
8 sci-biology/bioperl-run: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 sci-biology/bioperl-run/bioperl-run-9999-r1.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/sci-biology/bioperl-run/bioperl-run-9999-r1.ebuild b/sci-biology/bioperl-run/bioperl-run-9999-r1.ebuild
16 index 31035cd2cc8..2052432904a 100644
17 --- a/sci-biology/bioperl-run/bioperl-run-9999-r1.ebuild
18 +++ b/sci-biology/bioperl-run/bioperl-run-9999-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="5"
25 @@ -8,8 +8,7 @@ inherit perl-module git-2
26 DESCRIPTION="Perl wrapper modules for key bioinformatics applications"
27 HOMEPAGE="http://www.bioperl.org/"
28 SRC_URI=""
29 -EGIT_REPO_URI="git://github.com/bioperl/${PN}.git
30 - https://github.com/bioperl/${PN}.git"
31 +EGIT_REPO_URI="https://github.com/bioperl/${PN}.git"
32
33 LICENSE="Artistic GPL-2"
34 SLOT="0"