commit: ce93e9503628e17d4644c85fff89c49c1a3e4e50 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Fri Apr 14 22:40:40 2017 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Fri Apr 14 22:40:40 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ce93e950
sci-libs/io_lib: version bump, support for alternative zlib implementations It is not enabled in the ebuild but the sources are ready to links against a different implementation CloudFlare: https://github.com/cloudflare/zlib Intel: https://github.com/jtkukunas/zlib Zlib-ng: https://github.com/Dead2/zlib-ng Package-Manager: Portage-2.3.5, Repoman-2.3.2 sci-libs/io_lib/io_lib-1.14.9.ebuild | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/sci-libs/io_lib/io_lib-1.14.9.ebuild b/sci-libs/io_lib/io_lib-1.14.9.ebuild new file mode 100644 index 000000000..f5b992183 --- /dev/null +++ b/sci-libs/io_lib/io_lib-1.14.9.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit autotools-utils + +DESCRIPTION="General purpose trace and experiment file reading/writing interface" +HOMEPAGE="http://staden.sourceforge.net/" +SRC_URI="mirror://sourceforge/staden/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="static-libs" + +# Prototype changes in io_lib-1.9.0 create incompatibilities with BioPerl. (Only +# versions 1.8.11 and 1.8.12 will work with the BioPerl Staden extensions.) +#DEPEND="!sci-biology/bioperl" +DEPEND=" + net-misc/curl + sys-libs/zlib" +RDEPEND="${DEPEND}" + +src_install() { + autotools-utils_src_install + dodoc docs/{Hash_File_Format,ZTR_format} +}
