aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/io_lib/io_lib-1.14.9.ebuild')
-rw-r--r--sci-libs/io_lib/io_lib-1.14.9.ebuild28
1 files changed, 0 insertions, 28 deletions
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}
-}