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/amos/
Date: Sat, 27 Jan 2018 11:42:03
Message-Id: 1516483725.68140835d8a583ce291fe8ffb4f5fb787eada5d0.jlec@gentoo
1 commit: 68140835d8a583ce291fe8ffb4f5fb787eada5d0
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Sat Jan 20 21:28:45 2018 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 20 21:28:45 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=68140835
7
8 sci-biology/amos: no, sourceforge git:// does not run on https://
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 sci-biology/amos/amos-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-biology/amos/amos-9999.ebuild b/sci-biology/amos/amos-9999.ebuild
16 index 9cd6d64e6..97ae851a3 100644
17 --- a/sci-biology/amos/amos-9999.ebuild
18 +++ b/sci-biology/amos/amos-9999.ebuild
19 @@ -12,7 +12,7 @@ inherit autotools-utils git-r3
20 DESCRIPTION="Whole genome assembler, Hawkeye and AMOScmp to compare multiple assemblies"
21 HOMEPAGE="http://sourceforge.net/projects/amos"
22 SRC_URI=""
23 -EGIT_REPO_URI="https://amos.git.sourceforge.net/gitroot/amos/amos"
24 +EGIT_REPO_URI="git://amos.git.sourceforge.net/gitroot/amos/amos"
25
26 LICENSE="Artistic"
27 SLOT="0"