summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2006-10-22 16:36:50 +0000
committerOlivier Fisette <ribosome@gentoo.org>2006-10-22 16:36:50 +0000
commit262261c34cfa4f895adf1b03a5bf1d01bcd69cbb (patch)
tree4782976030736731a7b7e8fb5825800ab1405c36 /sci-libs/io_lib/io_lib-1.10.1.ebuild
parentfix ChangeLog header (diff)
downloadgentoo-2-262261c34cfa4f895adf1b03a5bf1d01bcd69cbb.tar.gz
gentoo-2-262261c34cfa4f895adf1b03a5bf1d01bcd69cbb.tar.bz2
gentoo-2-262261c34cfa4f895adf1b03a5bf1d01bcd69cbb.zip
New upstream version
(Portage version: 2.1.1)
Diffstat (limited to 'sci-libs/io_lib/io_lib-1.10.1.ebuild')
-rw-r--r--sci-libs/io_lib/io_lib-1.10.1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/sci-libs/io_lib/io_lib-1.10.1.ebuild b/sci-libs/io_lib/io_lib-1.10.1.ebuild
new file mode 100644
index 000000000000..8dd76660af6f
--- /dev/null
+++ b/sci-libs/io_lib/io_lib-1.10.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/io_lib/io_lib-1.10.1.ebuild,v 1.1 2006/10/22 16:36:50 ribosome Exp $
+
+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="~amd64 ~ppc ~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}"
+
+src_install() {
+ make install DESTDIR="${D}" || die
+
+ dodoc CHANGES README || die "Failed to install documentation."
+}