diff options
author | David Seifert <soap@gentoo.org> | 2018-04-26 12:13:00 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-26 12:13:00 +0200 |
commit | 13997237b0e7a2efbe74d1dc18384ce2298845c6 (patch) | |
tree | d147242253f3d392adb70f53e900502aa6b13482 /sci-libs/io_lib | |
parent | sci-libs/io_lib: Ebuild cleanup (diff) | |
download | gentoo-13997237b0e7a2efbe74d1dc18384ce2298845c6.tar.gz gentoo-13997237b0e7a2efbe74d1dc18384ce2298845c6.tar.bz2 gentoo-13997237b0e7a2efbe74d1dc18384ce2298845c6.zip |
sci-libs/io_lib: Remove old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'sci-libs/io_lib')
-rw-r--r-- | sci-libs/io_lib/Manifest | 4 | ||||
-rw-r--r-- | sci-libs/io_lib/io_lib-1.10.1.ebuild | 22 | ||||
-rw-r--r-- | sci-libs/io_lib/io_lib-1.11.2.1.ebuild | 25 | ||||
-rw-r--r-- | sci-libs/io_lib/io_lib-1.12.5.ebuild | 31 | ||||
-rw-r--r-- | sci-libs/io_lib/io_lib-1.13.2.ebuild | 30 |
5 files changed, 0 insertions, 112 deletions
diff --git a/sci-libs/io_lib/Manifest b/sci-libs/io_lib/Manifest index 7da0f46b0239..8e2e6e6a3a02 100644 --- a/sci-libs/io_lib/Manifest +++ b/sci-libs/io_lib/Manifest @@ -1,5 +1 @@ -DIST io_lib-1.10.1.tar.gz 254965 BLAKE2B 065c6c3dbb0c6c09c448270e9093372951b008a7eb7812b69fde6433990304b564a87a307166412e67eeb2954e7d3ebda4fc608e23adcfb266e1958da997fd4c SHA512 78cae4cf6836c9ad9e95fe7210e475f1ec61a963065a277236acb815df0c8c08f8afad5f0b984a7f8cd7525aacb6e64119978a32d440b7789235929a5a72f480 -DIST io_lib-1.11.2.1.tar.gz 385229 BLAKE2B 725fa5d9f83d842a6c9f29f2ed7fca842ed912facde4fe34a34e4920b8cc6a7d1b523f3ef0780156c19d5d83054d6c2bd6161a5ac4a7f8a9db733a1ffae6138b SHA512 56c2f76bd8ea1d6a1e03bce005a03df73b8b3397e482e1537620fda9fadd9128bf2fe6789283dc75a77ed5f8424e31a2f81f2a54dbb2b93886b52eb0613843b8 -DIST io_lib-1.12.5.tar.gz 782430 BLAKE2B 5f159deaddadf6eccb34fa3afa4623b1cb5455f10912c81a4a0849df1eaba79323d7bcb6ed8e3eb35f93b4eaecb2c104b0b8641517a0c1341c6cb91354db12bb SHA512 414406fc26e0c991c0390bfa5d28d7682a458efbaa51f58df699665e6ff6f9ac3bda724508bf3b5f5cf666983bc2efec53ff719783fe14f54e79d54ca20158d0 -DIST io_lib-1.13.2.tar.gz 1579795 BLAKE2B 478e9f95b2b9a8734d0b4f08be6bc68a85434a8bf17e68dc3c71dce7e11486a9e87d9ad5c8171e3649f779ffd5e204cf997b103dafee1905b820baeed1570eff SHA512 2192c93a730f5fb6658f75fe6688605c813fcbeef8765d6b372c11a09e746536fdba7fcd20bc95bae3b11dfed0cd1bb52d6dd40cf33747164da91cb94a6ebcf9 DIST io_lib-1.14.7.tar.gz 2177248 BLAKE2B 6c1a8133a0f0edd253bf0c475cb206294f95659efc82679034f36d8eb963e4020b953f18c0ccfefa6dad61daffbd054513d36a7bdf0e725b8c5a943d98e0d567 SHA512 c1021f0a0dd284e8abbf9cc1dd11995550cf6621455c873effaab56b573fee053ed9e55879003c735c26c403a0aa34d75be87d337cd515cc912706abe7e08665 diff --git a/sci-libs/io_lib/io_lib-1.10.1.ebuild b/sci-libs/io_lib/io_lib-1.10.1.ebuild deleted file mode 100644 index 790405a5fc6e..000000000000 --- a/sci-libs/io_lib/io_lib-1.10.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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}" - -src_install() { - make install DESTDIR="${D}" || die - - dodoc CHANGES README || die "Failed to install documentation." -} 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 deleted file mode 100644 index b793f7eabbb4..000000000000 --- a/sci-libs/io_lib/io_lib-1.11.2.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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." -} diff --git a/sci-libs/io_lib/io_lib-1.12.5.ebuild b/sci-libs/io_lib/io_lib-1.12.5.ebuild deleted file mode 100644 index 00ac1a525aff..000000000000 --- a/sci-libs/io_lib/io_lib-1.12.5.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -DESCRIPTION="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 ~amd64-linux ~x86-linux" -IUSE="static-libs" - -# needs stadden, not in portage -RESTRICT=test -# 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_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - dodoc docs/{Hash_File_Format,ZTR_format} -} diff --git a/sci-libs/io_lib/io_lib-1.13.2.ebuild b/sci-libs/io_lib/io_lib-1.13.2.ebuild deleted file mode 100644 index cf0f35094a51..000000000000 --- a/sci-libs/io_lib/io_lib-1.13.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools-utils - -DESCRIPTION="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 ~amd64-linux ~x86-linux" -IUSE="static-libs" - -# needs stadden, not in portage -RESTRICT=test -# 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() { - autotools-utils_src_install - dodoc docs/{Hash_File_Format,ZTR_format} -} |