diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2008-07-06 18:59:51 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2008-07-06 18:59:51 +0000 |
commit | f8f99060476615482fc0edd56a14991dfad7dcfc (patch) | |
tree | a869ce873511624347d93820ade0ba0f15e23ddc /sci-libs | |
parent | net-analyzer/sonar was removed from the tree (diff) | |
download | gentoo-2-f8f99060476615482fc0edd56a14991dfad7dcfc.tar.gz gentoo-2-f8f99060476615482fc0edd56a14991dfad7dcfc.tar.bz2 gentoo-2-f8f99060476615482fc0edd56a14991dfad7dcfc.zip |
New version. Better documentation installation.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/io_lib/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/io_lib/io_lib-1.11.2.1.ebuild | 26 |
2 files changed, 33 insertions, 1 deletions
diff --git a/sci-libs/io_lib/ChangeLog b/sci-libs/io_lib/ChangeLog index 0b9af9a924dd..1fca9aba65c4 100644 --- a/sci-libs/io_lib/ChangeLog +++ b/sci-libs/io_lib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-libs/io_lib # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/io_lib/ChangeLog,v 1.14 2008/07/06 18:34:45 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/io_lib/ChangeLog,v 1.15 2008/07/06 18:59:51 ribosome Exp $ + +*io_lib-1.11.2.1 (06 Jul 2008) + + 06 Jul 2008; Olivier Fisette <ribosome@gentoo.org> + +io_lib-1.11.2.1.ebuild: + New version. Better documentation installation. 06 Jul 2008; Olivier Fisette <ribosome@gentoo.org> +io_lib-1.8.12b-r1.ebuild: 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 new file mode 100644 index 000000000000..265762b75b43 --- /dev/null +++ b/sci-libs/io_lib/io_lib-1.11.2.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2008 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.11.2.1.ebuild,v 1.1 2008/07/06 18:59:51 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="~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." +} |