Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/io_lib/
Date: Thu, 26 Apr 2018 10:13:46
Message-Id: 1524737580.13997237b0e7a2efbe74d1dc18384ce2298845c6.soap@gentoo
1 commit: 13997237b0e7a2efbe74d1dc18384ce2298845c6
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 26 10:13:00 2018 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 26 10:13:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13997237
7
8 sci-libs/io_lib: Remove old
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 sci-libs/io_lib/Manifest | 4 ----
13 sci-libs/io_lib/io_lib-1.10.1.ebuild | 22 ----------------------
14 sci-libs/io_lib/io_lib-1.11.2.1.ebuild | 25 -------------------------
15 sci-libs/io_lib/io_lib-1.12.5.ebuild | 31 -------------------------------
16 sci-libs/io_lib/io_lib-1.13.2.ebuild | 30 ------------------------------
17 5 files changed, 112 deletions(-)
18
19 diff --git a/sci-libs/io_lib/Manifest b/sci-libs/io_lib/Manifest
20 index 7da0f46b023..8e2e6e6a3a0 100644
21 --- a/sci-libs/io_lib/Manifest
22 +++ b/sci-libs/io_lib/Manifest
23 @@ -1,5 +1 @@
24 -DIST io_lib-1.10.1.tar.gz 254965 BLAKE2B 065c6c3dbb0c6c09c448270e9093372951b008a7eb7812b69fde6433990304b564a87a307166412e67eeb2954e7d3ebda4fc608e23adcfb266e1958da997fd4c SHA512 78cae4cf6836c9ad9e95fe7210e475f1ec61a963065a277236acb815df0c8c08f8afad5f0b984a7f8cd7525aacb6e64119978a32d440b7789235929a5a72f480
25 -DIST io_lib-1.11.2.1.tar.gz 385229 BLAKE2B 725fa5d9f83d842a6c9f29f2ed7fca842ed912facde4fe34a34e4920b8cc6a7d1b523f3ef0780156c19d5d83054d6c2bd6161a5ac4a7f8a9db733a1ffae6138b SHA512 56c2f76bd8ea1d6a1e03bce005a03df73b8b3397e482e1537620fda9fadd9128bf2fe6789283dc75a77ed5f8424e31a2f81f2a54dbb2b93886b52eb0613843b8
26 -DIST io_lib-1.12.5.tar.gz 782430 BLAKE2B 5f159deaddadf6eccb34fa3afa4623b1cb5455f10912c81a4a0849df1eaba79323d7bcb6ed8e3eb35f93b4eaecb2c104b0b8641517a0c1341c6cb91354db12bb SHA512 414406fc26e0c991c0390bfa5d28d7682a458efbaa51f58df699665e6ff6f9ac3bda724508bf3b5f5cf666983bc2efec53ff719783fe14f54e79d54ca20158d0
27 -DIST io_lib-1.13.2.tar.gz 1579795 BLAKE2B 478e9f95b2b9a8734d0b4f08be6bc68a85434a8bf17e68dc3c71dce7e11486a9e87d9ad5c8171e3649f779ffd5e204cf997b103dafee1905b820baeed1570eff SHA512 2192c93a730f5fb6658f75fe6688605c813fcbeef8765d6b372c11a09e746536fdba7fcd20bc95bae3b11dfed0cd1bb52d6dd40cf33747164da91cb94a6ebcf9
28 DIST io_lib-1.14.7.tar.gz 2177248 BLAKE2B 6c1a8133a0f0edd253bf0c475cb206294f95659efc82679034f36d8eb963e4020b953f18c0ccfefa6dad61daffbd054513d36a7bdf0e725b8c5a943d98e0d567 SHA512 c1021f0a0dd284e8abbf9cc1dd11995550cf6621455c873effaab56b573fee053ed9e55879003c735c26c403a0aa34d75be87d337cd515cc912706abe7e08665
29
30 diff --git a/sci-libs/io_lib/io_lib-1.10.1.ebuild b/sci-libs/io_lib/io_lib-1.10.1.ebuild
31 deleted file mode 100644
32 index 790405a5fc6..00000000000
33 --- a/sci-libs/io_lib/io_lib-1.10.1.ebuild
34 +++ /dev/null
35 @@ -1,22 +0,0 @@
36 -# Copyright 1999-2012 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -DESCRIPTION="A general purpose trace and experiment file reading/writing interface"
40 -HOMEPAGE="http://staden.sourceforge.net/"
41 -SRC_URI="mirror://sourceforge/staden/${P}.tar.gz"
42 -LICENSE="staden"
43 -
44 -SLOT="0"
45 -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc x86"
46 -IUSE=""
47 -
48 -# Prototype changes in io_lib-1.9.0 create incompatibilities with BioPerl. (Only
49 -# versions 1.8.11 and 1.8.12 will work with the BioPerl Staden extensions.)
50 -DEPEND="!sci-biology/bioperl"
51 -RDEPEND="${DEPEND}"
52 -
53 -src_install() {
54 - make install DESTDIR="${D}" || die
55 -
56 - dodoc CHANGES README || die "Failed to install documentation."
57 -}
58
59 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
60 deleted file mode 100644
61 index b793f7eabbb..00000000000
62 --- a/sci-libs/io_lib/io_lib-1.11.2.1.ebuild
63 +++ /dev/null
64 @@ -1,25 +0,0 @@
65 -# Copyright 1999-2008 Gentoo Foundation
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -DESCRIPTION="A general purpose trace and experiment file reading/writing interface"
69 -HOMEPAGE="http://staden.sourceforge.net/"
70 -SRC_URI="mirror://sourceforge/staden/${P}.tar.gz"
71 -LICENSE="staden"
72 -
73 -SLOT="0"
74 -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
75 -IUSE=""
76 -
77 -# Prototype changes in io_lib-1.9.0 create incompatibilities with BioPerl. (Only
78 -# versions 1.8.11 and 1.8.12 will work with the BioPerl Staden extensions.)
79 -DEPEND="!sci-biology/bioperl"
80 -RDEPEND="${DEPEND}"
81 -
82 -S="${WORKDIR}/${PN}-1.11.2"
83 -
84 -src_install() {
85 - make install DESTDIR="${D}" || die
86 -
87 - dodoc ChangeLog CHANGES README docs/{Hash_File_Format,ZTR_format} || \
88 - die "Failed to install documentation."
89 -}
90
91 diff --git a/sci-libs/io_lib/io_lib-1.12.5.ebuild b/sci-libs/io_lib/io_lib-1.12.5.ebuild
92 deleted file mode 100644
93 index 00ac1a525af..00000000000
94 --- a/sci-libs/io_lib/io_lib-1.12.5.ebuild
95 +++ /dev/null
96 @@ -1,31 +0,0 @@
97 -# Copyright 1999-2012 Gentoo Foundation
98 -# Distributed under the terms of the GNU General Public License v2
99 -
100 -EAPI=4
101 -
102 -DESCRIPTION="General purpose trace and experiment file reading/writing interface"
103 -HOMEPAGE="http://staden.sourceforge.net/"
104 -SRC_URI="mirror://sourceforge/staden/${P}.tar.gz"
105 -
106 -LICENSE="BSD"
107 -SLOT="0"
108 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
109 -IUSE="static-libs"
110 -
111 -# needs stadden, not in portage
112 -RESTRICT=test
113 -# Prototype changes in io_lib-1.9.0 create incompatibilities with BioPerl. (Only
114 -# versions 1.8.11 and 1.8.12 will work with the BioPerl Staden extensions.)
115 -#DEPEND="!sci-biology/bioperl"
116 -DEPEND="net-misc/curl
117 - sys-libs/zlib"
118 -RDEPEND="${DEPEND}"
119 -
120 -src_configure() {
121 - econf $(use_enable static-libs static)
122 -}
123 -
124 -src_install() {
125 - default
126 - dodoc docs/{Hash_File_Format,ZTR_format}
127 -}
128
129 diff --git a/sci-libs/io_lib/io_lib-1.13.2.ebuild b/sci-libs/io_lib/io_lib-1.13.2.ebuild
130 deleted file mode 100644
131 index cf0f35094a5..00000000000
132 --- a/sci-libs/io_lib/io_lib-1.13.2.ebuild
133 +++ /dev/null
134 @@ -1,30 +0,0 @@
135 -# Copyright 1999-2013 Gentoo Foundation
136 -# Distributed under the terms of the GNU General Public License v2
137 -
138 -EAPI=5
139 -
140 -inherit autotools-utils
141 -
142 -DESCRIPTION="General purpose trace and experiment file reading/writing interface"
143 -HOMEPAGE="http://staden.sourceforge.net/"
144 -SRC_URI="mirror://sourceforge/staden/${P}.tar.gz"
145 -
146 -LICENSE="BSD"
147 -SLOT="0"
148 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
149 -IUSE="static-libs"
150 -
151 -# needs stadden, not in portage
152 -RESTRICT=test
153 -# Prototype changes in io_lib-1.9.0 create incompatibilities with BioPerl. (Only
154 -# versions 1.8.11 and 1.8.12 will work with the BioPerl Staden extensions.)
155 -#DEPEND="!sci-biology/bioperl"
156 -DEPEND="
157 - net-misc/curl
158 - sys-libs/zlib"
159 -RDEPEND="${DEPEND}"
160 -
161 -src_install() {
162 - autotools-utils_src_install
163 - dodoc docs/{Hash_File_Format,ZTR_format}
164 -}