commit:     f286a74ef436a19beabbe44eb7136343a81703f7
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 10 11:19:33 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Jun 10 11:19:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f286a74e

sci-libs/io_lib: add 1.14.14

Closes: https://bugs.gentoo.org/745033
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-libs/io_lib/Manifest              |  1 +
 sci-libs/io_lib/io_lib-1.14.14.ebuild | 37 +++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/sci-libs/io_lib/Manifest b/sci-libs/io_lib/Manifest
index 8e2e6e6a3a0..fc4032b6e8d 100644
--- a/sci-libs/io_lib/Manifest
+++ b/sci-libs/io_lib/Manifest
@@ -1 +1,2 @@
+DIST io_lib-1.14.14.tar.gz 6681583 BLAKE2B 
192dbd073ac901c4d6f04a20a674bbbaa6c7bc1eb353c22a99feb3c9540ba82cbeaf3272b674e97199a2aac97f73219086f78c45809d491cc968d320f6cab411
 SHA512 
ccca26f41d48d6bce42218b1f510a7ff2691da7aa65ab8e83b353cfa1a32b3bb9470e17c3bb9e4f2beea190f719d003ee69e68769eb178859c5826e44ffa83d1
 DIST io_lib-1.14.7.tar.gz 2177248 BLAKE2B 
6c1a8133a0f0edd253bf0c475cb206294f95659efc82679034f36d8eb963e4020b953f18c0ccfefa6dad61daffbd054513d36a7bdf0e725b8c5a943d98e0d567
 SHA512 
c1021f0a0dd284e8abbf9cc1dd11995550cf6621455c873effaab56b573fee053ed9e55879003c735c26c403a0aa34d75be87d337cd515cc912706abe7e08665

diff --git a/sci-libs/io_lib/io_lib-1.14.14.ebuild 
b/sci-libs/io_lib/io_lib-1.14.14.ebuild
new file mode 100644
index 00000000000..d6d07fabe00
--- /dev/null
+++ b/sci-libs/io_lib/io_lib-1.14.14.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="General purpose trace and experiment file reading/writing 
interface"
+HOMEPAGE="http://staden.sourceforge.net/ https://github.com/jkbonfield/io_lib";
+SRC_URI="https://github.com/jkbonfield/${PN}/releases/download/${PN}-${PV//./-}/${P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0/11"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="static-libs"
+
+RDEPEND="
+       app-arch/bzip2:=
+       app-arch/xz-utils:=
+       net-misc/curl:=
+       sys-libs/zlib:="
+DEPEND="${RDEPEND}"
+
+# tests fails and might need sci-biology/staden from
+# the science overlay
+RESTRICT="test"
+
+src_configure() {
+       econf $(use static-libs static)
+}
+
+src_install() {
+       default
+       dodoc docs/{Hash_File_Format,ZTR_format}
+
+       if ! use static-libs; then
+               find "${D}" \( -name '*.la' -o -name '*.a' \) -delete || die
+       fi
+}

Reply via email to