From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A068A138CBF for ; Tue, 17 Mar 2015 14:24:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40642E088D; Tue, 17 Mar 2015 14:24:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E08BAE088D for ; Tue, 17 Mar 2015 14:24:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78145340978 for ; Tue, 17 Mar 2015 14:24:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FE3113F03 for ; Tue, 17 Mar 2015 14:24:45 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1426602221.30607dc2f8976d7f1930a677c676ae01c95cea30.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/blue/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/blue/ChangeLog sci-biology/blue/blue-1.1.2.ebuild X-VCS-Directories: sci-biology/blue/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 30607dc2f8976d7f1930a677c676ae01c95cea30 X-VCS-Branch: master Date: Tue, 17 Mar 2015 14:24:45 +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: f5226717-c7a9-454d-90cd-0f3a9ace192f X-Archives-Hash: 7da5cf0dc75e55fc2ce1e79c619dee3b commit: 30607dc2f8976d7f1930a677c676ae01c95cea30 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Tue Mar 17 14:23:41 2015 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Tue Mar 17 14:23:41 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=30607dc2 improved comments based on email from upstream Package-Manager: portage-2.2.15 sci-biology/blue/ChangeLog | 4 +++- sci-biology/blue/blue-1.1.2.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sci-biology/blue/ChangeLog b/sci-biology/blue/ChangeLog index 9dcc134..cbcd718 100644 --- a/sci-biology/blue/ChangeLog +++ b/sci-biology/blue/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 17 Mar 2015; Martin Mokrejs blue-1.1.2.ebuild: + improved comments based on email from upstream + 10 Jan 2015; Justin Lecher blue-1.1.2.ebuild: Fix license @@ -10,4 +13,3 @@ 07 Jan 2015; Martin Mokrejs +blue-1.1.2.ebuild, +metadata.xml: Initial ebuild, does not install the *.exe.so files. Do we need them? - diff --git a/sci-biology/blue/blue-1.1.2.ebuild b/sci-biology/blue/blue-1.1.2.ebuild index 834db7c..5b9ed96 100644 --- a/sci-biology/blue/blue-1.1.2.ebuild +++ b/sci-biology/blue/blue-1.1.2.ebuild @@ -28,5 +28,7 @@ src_compile(){ src_install(){ dobin Tessel.exe GenerateMerPairs.exe Blue.exe - # BUG: probably have to install also the *.exe.so files + # one could install also the *.exe.so files for speedup into /usr/bin/ } + +# it's author uses 'mono-sgen /usr/bin/Blue.exe' to use the alternative garbage collector