sci-biology/mira: Add missing <sys-devel/flex-2.6.0 dependency
authorDavid Seifert <soap@gentoo.org>
Mon, 8 Feb 2016 21:31:10 +0000 (22:31 +0100)
committerDavid Seifert <soap@gentoo.org>
Mon, 8 Feb 2016 21:31:27 +0000 (22:31 +0100)
Gentoo-Bug: 574172
* Fix GCC5 explicit conversion of 'nullptr' to 'bool'
* Fix overlong DESCRIPTION

Package-Manager: portage-2.2.27

sci-biology/mira/files/mira-4.0.2-cout.patch
sci-biology/mira/mira-4.0.2.ebuild

index 14feb0284c9fc03a0b74f0bd2a3c54982b46961d..78e7168cb49d3997f72858413a3e92c9203929eb 100644 (file)
@@ -14,3 +14,14 @@ index 47e5ee8..060b6f3 100644
  // make the "tcmalloc: large alloc" messages from TCMallom disappear
  // by setting the reporting environment variable to a very large value
  // see: http://groups.google.com/group/google-perftools/browse_thread/thread/24a003fc35f3d470?pli=1
+--- a/src/mira/parameters.C
++++ b/src/mira/parameters.C
+@@ -2222,7 +2222,7 @@
+     MIRANOTIFY(Notify::FATAL, "File not found: " << pfile);
+   }
+-  parse(fin, Pv, nullptr);
++  parse(fin, Pv, false);
+   fin.close();
index b89246b2304b95f95b7a5f83055c0d594e4aed7c..9b04aac4a3a64bd04539b9b098a85ebaff5ae029 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,7 +9,7 @@ MY_PV="${PV/_}" # convert from mira-4.0_rc2 (Gentoo ebuild filename derived) to
 
 inherit autotools eutils multilib
 
-DESCRIPTION="Whole Genome Shotgun and EST Sequence Assembler for Sanger, 454 and Solexa / Illumina"
+DESCRIPTION="Whole Genome Shotgun and EST Sequence Assembler for Sanger, 454 and Illumina"
 HOMEPAGE="http://www.chevreux.org/projects_mira.html"
 SRC_URI="
        http://sourceforge.net/projects/mira-assembler/files/MIRA/stable/"${PN}"-"${MY_PV}".tar.bz2
@@ -28,6 +28,7 @@ CDEPEND="
        dev-libs/boost[threads]
        dev-util/google-perftools"
 DEPEND="${CDEPEND}
+       <sys-devel/flex-2.6.0
        app-editors/vim-core
        dev-libs/expat"
 RDEPEND="${CDEPEND}"