Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:jlec/scilab commit in: sci-biology/oases/
Date: Sat, 27 Jan 2018 11:41:58
Message-Id: 1516483526.3693b19217d0af01e23bf23796f37dccb9ef3df8.jlec@gentoo
1 commit: 3693b19217d0af01e23bf23796f37dccb9ef3df8
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Sat Jan 20 21:25:26 2018 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 20 21:25:26 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3693b192
7
8 sci-biology/oases: switch git:// to https://
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 sci-biology/oases/oases-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-biology/oases/oases-9999.ebuild b/sci-biology/oases/oases-9999.ebuild
16 index 7c2942879..fbbe6e6dd 100644
17 --- a/sci-biology/oases/oases-9999.ebuild
18 +++ b/sci-biology/oases/oases-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -10,7 +10,7 @@ inherit eutils
26 DESCRIPTION="De novo transcriptome assembler"
27 HOMEPAGE="http://www.ebi.ac.uk/~zerbino/oases"
28 if [ "$PV" == "9999" ]; then
29 - EGIT_REPO_URI="git://github.com/dzerbino/oases.git"
30 + EGIT_REPO_URI="https://github.com/dzerbino/oases.git"
31 SRC_URI="http://www.ebi.ac.uk/~zerbino/oases/OasesManual.pdf"
32 KEYWORDS=""
33 else