summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2018-04-26 12:13:00 +0200
committerDavid Seifert <soap@gentoo.org>2018-04-26 12:13:00 +0200
commit13997237b0e7a2efbe74d1dc18384ce2298845c6 (patch)
treed147242253f3d392adb70f53e900502aa6b13482 /sci-libs/io_lib/io_lib-1.11.2.1.ebuild
parentsci-libs/io_lib: Ebuild cleanup (diff)
downloadgentoo-13997237b0e7a2efbe74d1dc18384ce2298845c6.tar.gz
gentoo-13997237b0e7a2efbe74d1dc18384ce2298845c6.tar.bz2
gentoo-13997237b0e7a2efbe74d1dc18384ce2298845c6.zip
sci-libs/io_lib: Remove old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'sci-libs/io_lib/io_lib-1.11.2.1.ebuild')
-rw-r--r--sci-libs/io_lib/io_lib-1.11.2.1.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/sci-libs/io_lib/io_lib-1.11.2.1.ebuild b/sci-libs/io_lib/io_lib-1.11.2.1.ebuild
deleted file mode 100644
index b793f7eabbb4..000000000000
--- a/sci-libs/io_lib/io_lib-1.11.2.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="A general purpose trace and experiment file reading/writing interface"
-HOMEPAGE="http://staden.sourceforge.net/"
-SRC_URI="mirror://sourceforge/staden/${P}.tar.gz"
-LICENSE="staden"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE=""
-
-# 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"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}-1.11.2"
-
-src_install() {
- make install DESTDIR="${D}" || die
-
- dodoc ChangeLog CHANGES README docs/{Hash_File_Format,ZTR_format} || \
- die "Failed to install documentation."
-}