summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-05-28 22:50:17 +0000
committerJustin Lecher <jlec@gentoo.org>2010-05-28 22:50:17 +0000
commit6e3485fd26617c12a838ba315a4e69c02e785f36 (patch)
treeb7b45e08f9f817e6530ffb6f3e1834879b3603ea /sci-libs/io_lib
parentSet libattica version dependencies, bug 314539 (diff)
downloadgentoo-2-6e3485fd26617c12a838ba315a4e69c02e785f36.tar.gz
gentoo-2-6e3485fd26617c12a838ba315a4e69c02e785f36.tar.bz2
gentoo-2-6e3485fd26617c12a838ba315a4e69c02e785f36.zip
Version Bump, added missing deps
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/io_lib')
-rw-r--r--sci-libs/io_lib/ChangeLog9
-rw-r--r--sci-libs/io_lib/io_lib-1.12.2.ebuild27
2 files changed, 34 insertions, 2 deletions
diff --git a/sci-libs/io_lib/ChangeLog b/sci-libs/io_lib/ChangeLog
index da216b67a59c..cbc3f5a81d24 100644
--- a/sci-libs/io_lib/ChangeLog
+++ b/sci-libs/io_lib/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-libs/io_lib
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/io_lib/ChangeLog,v 1.18 2009/11/24 23:58:53 weaver Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/io_lib/ChangeLog,v 1.19 2010/05/28 22:50:17 jlec Exp $
+
+*io_lib-1.12.2 (28 May 2010)
+
+ 28 May 2010; Justin Lecher <jlec@gentoo.org> +io_lib-1.12.2.ebuild:
+ Version Bump, added missing deps
*io_lib-1.12.1 (24 Nov 2009)
diff --git a/sci-libs/io_lib/io_lib-1.12.2.ebuild b/sci-libs/io_lib/io_lib-1.12.2.ebuild
new file mode 100644
index 000000000000..3b8c3e6966a1
--- /dev/null
+++ b/sci-libs/io_lib/io_lib-1.12.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2010 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.12.2.ebuild,v 1.1 2010/05/28 22:50:17 jlec Exp $
+
+EAPI="2"
+
+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="BSD"
+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"
+DEPEND="
+ net-misc/curl
+ sys-libs/zlib"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ einstall || die
+ dodoc ChangeLog CHANGES README docs/{Hash_File_Format,ZTR_format} || die
+}