aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2020-09-22 08:11:06 -0400
committerAisha Tammy <gentoo@aisha.cc>2020-09-22 08:11:06 -0400
commitcd355b9df1cfed10758a13e6e223fbb91e37c363 (patch)
tree6f32286052616141b0025da2b4125939aa6c2f08 /sci-libs
parentsci-libs/gsl: drop package (diff)
downloadsci-cd355b9df1cfed10758a13e6e223fbb91e37c363.tar.gz
sci-cd355b9df1cfed10758a13e6e223fbb91e37c363.tar.bz2
sci-cd355b9df1cfed10758a13e6e223fbb91e37c363.zip
sci-libs/io_lib: drop package
present in ::gentoo Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/io_lib/Manifest2
-rw-r--r--sci-libs/io_lib/io_lib-1.14.11.ebuild71
-rw-r--r--sci-libs/io_lib/io_lib-1.14.9.ebuild28
-rw-r--r--sci-libs/io_lib/metadata.xml20
4 files changed, 0 insertions, 121 deletions
diff --git a/sci-libs/io_lib/Manifest b/sci-libs/io_lib/Manifest
deleted file mode 100644
index bf2a90999..000000000
--- a/sci-libs/io_lib/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST io_lib-1.14.11.tar.gz 3391926 BLAKE2B 42ac0408101d39c00d6480f4511bc4b9173a564da31901976cde41ccc81d4da3ed3abb012170365a28ee20605417237d97b4667159182d67f5521a9a894eedac SHA512 b20c9b407b4708909d9172ba835f4ae40f94dfc8967f3db82f658053dcd689986d44a9b69645ca43e9e07c3c93e0a0c1ff3eaacf55a756f76d46d19b050e5879
-DIST io_lib-1.14.9.tar.gz 1708486 BLAKE2B 47cf8cba2540d889590cb06b8be75c190579214ffbef2e6ba9dda6e99475699fef3da7f7c7732f83128dc959e24c3fd902c1aaa3f7e5b9ac2a092c89865b4dd1 SHA512 425fde2e5beed1737406dca7d62883053183c099160556bbf5c058de8808ea59739b15758e99116d40bb38020791a28822e5ba4dd30de7ec19975379bbbaf054
diff --git a/sci-libs/io_lib/io_lib-1.14.11.ebuild b/sci-libs/io_lib/io_lib-1.14.11.ebuild
deleted file mode 100644
index 0d8fcc5ca..000000000
--- a/sci-libs/io_lib/io_lib-1.14.11.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools-utils eutils versionator
-MY_PV=$(replace_all_version_separators '-')
-
-DESCRIPTION="General purpose trace and experiment file reading/writing interface"
-HOMEPAGE="https://github.com/jkbonfield/io_lib
- http://staden.sourceforge.net/"
-SRC_URI="https://github.com/jkbonfield/io_lib/archive/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="+bzip2 curl +libdeflate lzma static-libs"
-
-S="${WORKDIR}"/"${PN}-${PN}-${MY_PV}"
-
-# >>> Working in BUILD_DIR: "/scratch/var/tmp/portage/sci-libs/io_lib-1.14.11/work/io_lib-1.14.11_build"
-# /scratch/var/tmp/portage/sci-libs/io_lib-1.14.11/temp/environment: line 530: pushd: /scratch/var/tmp/portage/sci-libs/io_lib-1.14.11/work/io_lib-1.14.11_build: No such file or directory
-# * ERROR: sci-libs/io_lib-1.14.11::science failed (install phase):
-# * (no error message)
-# *
-# * Call stack:
-# * ebuild.sh, line 124: Called src_install
-# * environment, line 2506: Called autotools-utils_src_install
-# * environment, line 530: Called die
-# * The specific snippet of code:
-# * pushd "${BUILD_DIR}" > /dev/null || die;
-#
-BUILD_DIR="${S}"
-
-# 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="
- libdeflate? ( app-arch/libdeflate )
- lzma? ( app-arch/xz-utils:= app-arch/lzma )
- bzip2? ( app-arch/bzip2 )
- curl? ( net-misc/curl )
- sys-libs/zlib"
-RDEPEND="${DEPEND}"
-
-src_prepare(){
- # https://github.com/jkbonfield/io_lib/issues/12
- eautoreconf
- default
-}
-
-src_configure(){
- # https://github.com/jkbonfield/io_lib/issues/11
- # https://github.com/jkbonfield/io_lib/issues/13
- local myconf=()
- ! use static-libs && myconf+=( "--enable-static=no" )
- econf ${myconf[@]} $(use_with libdeflate)
-}
-
-src_compile(){
- # BUG: "have to" provide my own src_compile() because ${P}_build dir is missing now
- # alternatively BUILD_DIR="${S}" would probably help here too
- emake
-}
-
-src_install() {
- # cd "${S}" || die # this does not help to get around the ${P}_build missing
- # what helped was to set BUILD_DIR="${S}" above
- autotools-utils_src_install
- dodoc docs/{Hash_File_Format,ZTR_format}
-}
diff --git a/sci-libs/io_lib/io_lib-1.14.9.ebuild b/sci-libs/io_lib/io_lib-1.14.9.ebuild
deleted file mode 100644
index f5b992183..000000000
--- a/sci-libs/io_lib/io_lib-1.14.9.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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}
-}
diff --git a/sci-libs/io_lib/metadata.xml b/sci-libs/io_lib/metadata.xml
deleted file mode 100644
index 9d56a9c0f..000000000
--- a/sci-libs/io_lib/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <longdescription>
-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.
- </longdescription>
- <use>
- <flag name="libdeflate">Use libdeflate for faster decompression than zlib</flag>
- </use>
- <upstream>
- <remote-id type="sourceforge">staden</remote-id>
- </upstream>
-</pkgmetadata>