commit: b953ee4a8586fae91d8457b31b8baea000160533 Author: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Thu Apr 12 07:27:37 2018 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Thu Apr 12 07:27:37 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b953ee4a
sci-biology/genometools: bump 1.5.7 to 1.5.9 https://github.com/genometools/genometools/blob/master/CHANGELOG changes in version 1.5.9 (2016-07-21) - bugfixes and cleanups - update MD5 module to upstream version 1.2 - set verbatim dates in documentation files - add support for GCC 6 - gtlua: complete GtRegionMapping bindings - extend wording options for speck matchers - add tabular output format for speck - make unit tests compatible with Python 2.6 - improvements on `gt seed_extend' - improve compatibility with Ruby <1.9.2 - several changes to build system (verbosity etc.) - allow to sort sequences by header (`gt seqorder') changes in version 1.5.8 (2016-01-06) - bugfixes and cleanups - change number of spaces in GFF3 header - improve documentation of 'gt gff3 -checkids' - change GenBank and EMBL parsers to name sequences after LOCUS/ID fields - add Python 3 support for Python bindings - make build reproducible - allow speck templates to be given as files - updated genetic code table to most recent NCBI revision Package-Manager: Portage-2.3.27, Repoman-2.3.9 .../{genometools-1.5.7.ebuild => genometools-1.5.9.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-biology/genometools/genometools-1.5.7.ebuild b/sci-biology/genometools/genometools-1.5.9.ebuild similarity index 71% rename from sci-biology/genometools/genometools-1.5.7.ebuild rename to sci-biology/genometools/genometools-1.5.9.ebuild index 70682d2ee..23fe474e2 100644 --- a/sci-biology/genometools/genometools-1.5.7.ebuild +++ b/sci-biology/genometools/genometools-1.5.9.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -DESCRIPTION="Tools for bioinformatics (notably Tallymer, Readjoiner, gff3validator)" +DESCRIPTION="Tools for bioinformatics (Tallymer, Readjoiner, gff3validator, ...)" HOMEPAGE="http://genometools.org" SRC_URI="http://genometools.org/pub/${P}.tar.gz" LICENSE="ICS" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="
