From bb9a2fff1d5cd50db61e0e6c024faf3c54f4d0c0 Mon Sep 17 00:00:00 2001 From: Olivier Fisette Date: Sun, 6 Jul 2008 18:24:52 +0000 Subject: Pruned old versions. (Portage version: 2.1.4.4) --- sci-libs/io_lib/ChangeLog | 6 +++++- sci-libs/io_lib/io_lib-1.8.12b-r1.ebuild | 23 ----------------------- sci-libs/io_lib/io_lib-1.9.0-r1.ebuild | 26 -------------------------- 3 files changed, 5 insertions(+), 50 deletions(-) delete mode 100644 sci-libs/io_lib/io_lib-1.8.12b-r1.ebuild delete mode 100644 sci-libs/io_lib/io_lib-1.9.0-r1.ebuild (limited to 'sci-libs/io_lib') diff --git a/sci-libs/io_lib/ChangeLog b/sci-libs/io_lib/ChangeLog index 95891b0701a7..707c8b851618 100644 --- a/sci-libs/io_lib/ChangeLog +++ b/sci-libs/io_lib/ChangeLog @@ -1,6 +1,10 @@ # 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.12 2008/07/06 18:19:54 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/io_lib/ChangeLog,v 1.13 2008/07/06 18:24:52 ribosome Exp $ + + 06 Jul 2008; Olivier Fisette + -io_lib-1.8.12b-r1.ebuild, -io_lib-1.9.0-r1.ebuild: + Pruned old versions. 06 Jul 2008; Olivier Fisette io_lib-1.10.1.ebuild: Stable on x86. diff --git a/sci-libs/io_lib/io_lib-1.8.12b-r1.ebuild b/sci-libs/io_lib/io_lib-1.8.12b-r1.ebuild deleted file mode 100644 index ccc7646639db..000000000000 --- a/sci-libs/io_lib/io_lib-1.8.12b-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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.8.12b-r1.ebuild,v 1.4 2008/01/02 16:21:20 armin76 Exp $ - -DESCRIPTION="A general purpose trace and experiment file reading/writing interface" -HOMEPAGE="http://staden.sourceforge.net/" -SRC_URI="mirror://sourceforge/staden/${P}.tar.bz2" -LICENSE="staden" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc x86" -IUSE="" - -S="${WORKDIR}/${PN}-1.8.12" - -src_install() { - make install DESTDIR="${D}" || die - - insinto /usr/include/${PN} - doins "${S}"/{config,os}.h || die "Failed to install config.h header" - - dodoc CHANGES README || die "Failed to install documentation." -} diff --git a/sci-libs/io_lib/io_lib-1.9.0-r1.ebuild b/sci-libs/io_lib/io_lib-1.9.0-r1.ebuild deleted file mode 100644 index f509e3afa5ef..000000000000 --- a/sci-libs/io_lib/io_lib-1.9.0-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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.9.0-r1.ebuild,v 1.1 2006/09/30 02:41:07 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.bz2" -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 - - insinto /usr/include/${PN} - doins "${S}"/config.h || die "Failed to install config.h header" - - dodoc CHANGES README || die "Failed to install documentation." -} -- cgit v1.2.3-65-gdbad