summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-10-06 10:01:44 +0200
committerJakov Smolić <jsmolic@gentoo.org>2021-10-06 10:31:39 +0200
commite0393bef2f1003eba845cf32feda4d3903415d94 (patch)
treee74bfe8106f1c93e24ad384a0f1b8f3b97db29e2 /sci-libs
parentsci-libs/liborigin: drop 3.0.0 (diff)
downloadgentoo-e0393bef2f1003eba845cf32feda4d3903415d94.tar.gz
gentoo-e0393bef2f1003eba845cf32feda4d3903415d94.tar.bz2
gentoo-e0393bef2f1003eba845cf32feda4d3903415d94.zip
sci-libs/io_lib: drop 1.14.14
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/io_lib/Manifest1
-rw-r--r--sci-libs/io_lib/io_lib-1.14.14.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/sci-libs/io_lib/Manifest b/sci-libs/io_lib/Manifest
index fc4032b6e8d4..8e2e6e6a3a02 100644
--- a/sci-libs/io_lib/Manifest
+++ b/sci-libs/io_lib/Manifest
@@ -1,2 +1 @@
-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
deleted file mode 100644
index d6d07fabe007..000000000000
--- a/sci-libs/io_lib/io_lib-1.14.14.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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
-}