From e7f37e03b952768321c8c943a80eff4152ea7bbd Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 22 Aug 2022 02:42:13 +0100 Subject: gentoo auto-resync : 22:08:2022 - 02:42:13 --- sci-libs/Manifest.gz | Bin 44569 -> 44413 bytes sci-libs/io_lib/Manifest | 3 --- sci-libs/io_lib/io_lib-1.14.7.ebuild | 37 ----------------------------------- sci-libs/io_lib/metadata.xml | 17 ---------------- 4 files changed, 57 deletions(-) delete mode 100644 sci-libs/io_lib/Manifest delete mode 100644 sci-libs/io_lib/io_lib-1.14.7.ebuild delete mode 100644 sci-libs/io_lib/metadata.xml (limited to 'sci-libs') diff --git a/sci-libs/Manifest.gz b/sci-libs/Manifest.gz index 0ec6b7f845b2..bdb7e1c6dc04 100644 Binary files a/sci-libs/Manifest.gz and b/sci-libs/Manifest.gz differ diff --git a/sci-libs/io_lib/Manifest b/sci-libs/io_lib/Manifest deleted file mode 100644 index a3fbf32bf65c..000000000000 --- a/sci-libs/io_lib/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST io_lib-1.14.7.tar.gz 2177248 BLAKE2B 6c1a8133a0f0edd253bf0c475cb206294f95659efc82679034f36d8eb963e4020b953f18c0ccfefa6dad61daffbd054513d36a7bdf0e725b8c5a943d98e0d567 SHA512 c1021f0a0dd284e8abbf9cc1dd11995550cf6621455c873effaab56b573fee053ed9e55879003c735c26c403a0aa34d75be87d337cd515cc912706abe7e08665 -EBUILD io_lib-1.14.7.ebuild 805 BLAKE2B 2c4344fdc6ae895c2e8ade9baa31424bd98487b68a683c8cc7a149aa9924499cfc9e5201888c4eb59f6ff7cb8a3f997261304826ca26b1bca76846c86cb6b011 SHA512 dab3698a96a8cab0bcdf13bc5a907615524051dcf0e312128c82d4cb7c6dbc7fb60b0c127d286604d1eb44fcf48f717ffee2fc23c56e1b2e9f36f3f603d7f8f7 -MISC metadata.xml 626 BLAKE2B 7c6395d0341ff60b53880542259d201361cc4f5b2c2a3e303555f2f113ce006086de08971b144a06681d53c9243c708afcf80d7fc6738856a66a543174518b61 SHA512 b668aa5ad13b58a29227ca727a382f19bb4677e3adf83cfeaeab31972942c8020b0e308346cd643b81fbc48e11e2d39c21d02ba740df3aedbd72c53e7d898acf diff --git a/sci-libs/io_lib/io_lib-1.14.7.ebuild b/sci-libs/io_lib/io_lib-1.14.7.ebuild deleted file mode 100644 index 61c5170f0012..000000000000 --- a/sci-libs/io_lib/io_lib-1.14.7.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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/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 -} diff --git a/sci-libs/io_lib/metadata.xml b/sci-libs/io_lib/metadata.xml deleted file mode 100644 index 07698c90cc11..000000000000 --- a/sci-libs/io_lib/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - sci@gentoo.org - Gentoo Science Project - - - io_lib is a library of file reading and writing code to provide a - general purpose trace file (and Experiment File) reading interface. The - programmer simply calls the (eg) read_reading to create a "Read" C structure - with the data loaded into memory. - - - staden - - -- cgit v1.2.3