diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-10-15 18:59:14 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-10-15 18:59:14 +0000 |
commit | 0e0853b57d64c37742b8c00934426f7a2e376d0e (patch) | |
tree | dfcf30f2a7653a4387079178649c825a5e3d3ab6 /sci-libs | |
parent | Drop HPPA keywording (bug #438368). (diff) | |
download | gentoo-2-0e0853b57d64c37742b8c00934426f7a2e376d0e.tar.gz gentoo-2-0e0853b57d64c37742b8c00934426f7a2e376d0e.tar.bz2 gentoo-2-0e0853b57d64c37742b8c00934426f7a2e376d0e.zip |
sci-libs/io_lib: Drop old
(Portage version: 2.2.0_alpha138/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/io_lib/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/io_lib/io_lib-1.12.2.ebuild | 27 | ||||
-rw-r--r-- | sci-libs/io_lib/io_lib-1.8.12b-r1.ebuild | 23 | ||||
-rw-r--r-- | sci-libs/io_lib/metadata.xml | 4 |
4 files changed, 7 insertions, 53 deletions
diff --git a/sci-libs/io_lib/ChangeLog b/sci-libs/io_lib/ChangeLog index 12b1fe0b2386..e580ecd5dd05 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/io_lib/ChangeLog,v 1.22 2012/10/15 12:08:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/io_lib/ChangeLog,v 1.23 2012/10/15 18:59:14 jlec Exp $ + + 15 Oct 2012; Justin Lecher <jlec@gentoo.org> -io_lib-1.8.12b-r1.ebuild, + -io_lib-1.12.2.ebuild, metadata.xml: + Drop old 15 Oct 2012; Agostino Sarubbo <ago@gentoo.org> io_lib-1.10.1.ebuild: Stable for amd64, wrt bug #436888 diff --git a/sci-libs/io_lib/io_lib-1.12.2.ebuild b/sci-libs/io_lib/io_lib-1.12.2.ebuild deleted file mode 100644 index 3b8c3e6966a1..000000000000 --- a/sci-libs/io_lib/io_lib-1.12.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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 -} 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 cc9ccbc2908a..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.7 2008/07/06 19:03:18 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="~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/metadata.xml b/sci-libs/io_lib/metadata.xml index cc0c10c52425..7683afda570f 100644 --- a/sci-libs/io_lib/metadata.xml +++ b/sci-libs/io_lib/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci</herd> -<longdescription> + <herd>sci</herd> + <longdescription> io_lib is a library of file reading and writing code to provide a general purpose trace file (and Experiment File) reading interface. The programmer simply calls the (eg) read_reading to create a "Read" C structure |