commit: 30607dc2f8976d7f1930a677c676ae01c95cea30 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Tue Mar 17 14:23:41 2015 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> 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 <[email protected]> blue-1.1.2.ebuild: + improved comments based on email from upstream + 10 Jan 2015; Justin Lecher <[email protected]> blue-1.1.2.ebuild: Fix license @@ -10,4 +13,3 @@ 07 Jan 2015; Martin Mokrejs <[email protected]> +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
