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 A8A3D1382C5 for ; Sat, 27 Jan 2018 11:42:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E0B7E093A; Sat, 27 Jan 2018 11:41:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2AD3AE093A for ; Sat, 27 Jan 2018 11:41:58 +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 3ECCF335C4C for ; Sat, 27 Jan 2018 11:41:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 500891DD for ; Sat, 27 Jan 2018 11:41:54 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1516483725.68140835d8a583ce291fe8ffb4f5fb787eada5d0.jlec@gentoo> Subject: [gentoo-commits] proj/sci:jlec/scilab commit in: sci-biology/amos/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/amos/amos-9999.ebuild X-VCS-Directories: sci-biology/amos/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 68140835d8a583ce291fe8ffb4f5fb787eada5d0 X-VCS-Branch: jlec/scilab Date: Sat, 27 Jan 2018 11:41:54 +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: 93ff283b-f3fa-403e-a7bf-89f791d0daca X-Archives-Hash: a646ac411ce7b93b88859cd9552b2207 commit: 68140835d8a583ce291fe8ffb4f5fb787eada5d0 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Sat Jan 20 21:28:45 2018 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Jan 20 21:28:45 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=68140835 sci-biology/amos: no, sourceforge git:// does not run on https:// Package-Manager: Portage-2.3.19, Repoman-2.3.6 sci-biology/amos/amos-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/amos/amos-9999.ebuild b/sci-biology/amos/amos-9999.ebuild index 9cd6d64e6..97ae851a3 100644 --- a/sci-biology/amos/amos-9999.ebuild +++ b/sci-biology/amos/amos-9999.ebuild @@ -12,7 +12,7 @@ inherit autotools-utils git-r3 DESCRIPTION="Whole genome assembler, Hawkeye and AMOScmp to compare multiple assemblies" HOMEPAGE="http://sourceforge.net/projects/amos" SRC_URI="" -EGIT_REPO_URI="https://amos.git.sourceforge.net/gitroot/amos/amos" +EGIT_REPO_URI="git://amos.git.sourceforge.net/gitroot/amos/amos" LICENSE="Artistic" SLOT="0"