Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/scientific/
Date: Fri, 21 Aug 2020 07:53:03
Message-Id: 1597996374.05c37e6dfc010986fb6578a89eb1dac3bfcfac55.slyfox@gentoo
1 commit: 05c37e6dfc010986fb6578a89eb1dac3bfcfac55
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 21 07:48:47 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 21 07:52:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05c37e6d
7
8 dev-haskell/scientific: drop old
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/scientific/Manifest | 4 ---
14 dev-haskell/scientific/metadata.xml | 6 ----
15 dev-haskell/scientific/scientific-0.3.3.8.ebuild | 39 ----------------------
16 dev-haskell/scientific/scientific-0.3.4.4.ebuild | 41 ------------------------
17 dev-haskell/scientific/scientific-0.3.4.6.ebuild | 41 ------------------------
18 dev-haskell/scientific/scientific-0.3.4.9.ebuild | 36 ---------------------
19 6 files changed, 167 deletions(-)
20
21 diff --git a/dev-haskell/scientific/Manifest b/dev-haskell/scientific/Manifest
22 index dabb52f52f7..a8fa4b963ef 100644
23 --- a/dev-haskell/scientific/Manifest
24 +++ b/dev-haskell/scientific/Manifest
25 @@ -1,5 +1 @@
26 -DIST scientific-0.3.3.8.tar.gz 18543 BLAKE2B ae3a16163d830fe20f7e2705b9e99aa9156743287aa45e635a282f5369b9132f2b8de11596353a5c374b0e11e5a2219ab40de842f1a273f956032fd1908ce514 SHA512 ef77aa3490cbbc92ab71c1db7015ead24100a6230444b895c49bc4840a80dad04f4f8ff0c1bff27490f5c35b53a1f0c294177912492d1259e204bd4d874ea477
27 -DIST scientific-0.3.4.4.tar.gz 21646 BLAKE2B 9ca2e989cea77dc70a1ce26de4571b0ccdd1ec68c7ab84f00bbb32d7a121963feae9cdd4acb7d51e417a698222143fd4a34d838af21e6f86551fb5f9e097e05f SHA512 18c36036ffe15ef4203d391864c91d505a4a55c7da1b71556cbd6ebb7f83e71e0695789f8beaa4741ae4e21ae54bc1f795a26cd4e3208d08625d639519945217
28 -DIST scientific-0.3.4.6.tar.gz 21932 BLAKE2B 5d78b981d5627b172af677a35a9bde73bd96053f06cf5e7945957400d3b2b6455bdd6d5039dbf21df16a8bf5f68889a54d9ef71eaf977e0908e21e7792575744 SHA512 c4d3f3c166c45395aa420ff598671128faae130cf85f22b651e338dbbdbe9215ef3b75c58f6b495978a4dd36a49fa45de9a68c7b870151296dc09095e3c79e09
29 -DIST scientific-0.3.4.9.tar.gz 21932 BLAKE2B 5f0f900b5b51d8b4720bf73d4f2ec4911df7156c9bb5013995eec5f9ee0817be61ad8caf4cc41d07f4b022467de1c6e6943eb630e93cb1b1d9760b6b2b0b58ee SHA512 10b317f6d6aa39883891d4fafaad3a8bdcc8390705f981144f3fe040191ffc7364e0505fde07ab7a3fa9d0b03f97adf42be48fcea2d13ef521fb1031590c0db3
30 DIST scientific-0.3.6.2.tar.gz 23510 BLAKE2B 096cd305cdbc4856f48e81de5387b229c4f23fdbfc641243ffa56a74422ec7b224fb2979f22cbdcf747d56c6073ce74ff6ca773093570a8d0a774e2b33d26697 SHA512 47a74524c8fb25d381adf868d823a6b6772f3f69b0b3cf9f9de015a03bc941857ef3fca1b4f8cbf23e998164e71a914e167221e753c6f32dc8644047d1ef57ee
31
32 diff --git a/dev-haskell/scientific/metadata.xml b/dev-haskell/scientific/metadata.xml
33 index af4a88b17cb..bc68c8a356b 100644
34 --- a/dev-haskell/scientific/metadata.xml
35 +++ b/dev-haskell/scientific/metadata.xml
36 @@ -19,12 +19,6 @@
37 scientific notation they can be efficiently
38 parsed to a @Scientific@ number.
39 </longdescription>
40 - <use>
41 - <flag name="bytestring-builder">
42 - Provide the Data.ByteString.Builder.Scientific
43 - module (requires bytestring &gt;= 0.10).
44 - </flag>
45 - </use>
46 <upstream>
47 <remote-id type="github">basvandijk/scientific</remote-id>
48 </upstream>
49
50 diff --git a/dev-haskell/scientific/scientific-0.3.3.8.ebuild b/dev-haskell/scientific/scientific-0.3.3.8.ebuild
51 deleted file mode 100644
52 index d7b46789609..00000000000
53 --- a/dev-haskell/scientific/scientific-0.3.3.8.ebuild
54 +++ /dev/null
55 @@ -1,39 +0,0 @@
56 -# Copyright 1999-2019 Gentoo Authors
57 -# Distributed under the terms of the GNU General Public License v2
58 -
59 -EAPI=5
60 -
61 -# ebuild generated by hackport 0.4.4.9999
62 -
63 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
64 -inherit haskell-cabal
65 -
66 -DESCRIPTION="Numbers represented using scientific notation"
67 -HOMEPAGE="https://github.com/basvandijk/scientific"
68 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
69 -
70 -LICENSE="BSD"
71 -SLOT="0/${PV}"
72 -KEYWORDS="~amd64 ~x86"
73 -IUSE="+bytestring-builder"
74 -RESTRICT="!test? ( test )"
75 -
76 -RDEPEND=">=dev-haskell/hashable-1.1.2:=[profile?] <dev-haskell/hashable-1.3:=[profile?]
77 - >=dev-haskell/text-0.8:=[profile?] <dev-haskell/text-1.3:=[profile?]
78 - >=dev-lang/ghc-7.6.1:=
79 -"
80 -DEPEND="${RDEPEND}
81 - >=dev-haskell/cabal-1.16.0
82 - test? ( >=dev-haskell/quickcheck-2.5 <dev-haskell/quickcheck-2.9
83 - >=dev-haskell/smallcheck-1.0 <dev-haskell/smallcheck-1.2
84 - >=dev-haskell/tasty-0.5 <dev-haskell/tasty-0.11
85 - >=dev-haskell/tasty-ant-xml-1.0 <dev-haskell/tasty-ant-xml-1.1
86 - >=dev-haskell/tasty-hunit-0.8 <dev-haskell/tasty-hunit-0.10
87 - >=dev-haskell/tasty-quickcheck-0.8 <dev-haskell/tasty-quickcheck-0.9
88 - >=dev-haskell/tasty-smallcheck-0.2 <dev-haskell/tasty-smallcheck-0.9 )
89 -"
90 -
91 -src_configure() {
92 - haskell-cabal_src_configure \
93 - $(cabal_flag bytestring-builder bytestring-builder)
94 -}
95
96 diff --git a/dev-haskell/scientific/scientific-0.3.4.4.ebuild b/dev-haskell/scientific/scientific-0.3.4.4.ebuild
97 deleted file mode 100644
98 index 63d0143a853..00000000000
99 --- a/dev-haskell/scientific/scientific-0.3.4.4.ebuild
100 +++ /dev/null
101 @@ -1,41 +0,0 @@
102 -# Copyright 1999-2019 Gentoo Authors
103 -# Distributed under the terms of the GNU General Public License v2
104 -
105 -EAPI=5
106 -
107 -# ebuild generated by hackport 0.4.6.9999
108 -
109 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
110 -inherit haskell-cabal
111 -
112 -DESCRIPTION="Numbers represented using scientific notation"
113 -HOMEPAGE="https://github.com/basvandijk/scientific"
114 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
115 -
116 -LICENSE="BSD"
117 -SLOT="0/${PV}"
118 -KEYWORDS="~amd64 ~x86"
119 -IUSE="+bytestring-builder"
120 -RESTRICT="!test? ( test )"
121 -
122 -RDEPEND=">=dev-haskell/binary-0.4.1:=[profile?] <dev-haskell/binary-0.8:=[profile?]
123 - >=dev-haskell/hashable-1.1.2:=[profile?] <dev-haskell/hashable-1.3:=[profile?]
124 - >=dev-haskell/text-0.8:=[profile?] <dev-haskell/text-1.3:=[profile?]
125 - >=dev-haskell/vector-0.5:=[profile?] <dev-haskell/vector-0.12:=[profile?]
126 - >=dev-lang/ghc-7.6.1:=
127 -"
128 -DEPEND="${RDEPEND}
129 - >=dev-haskell/cabal-1.16.0
130 - test? ( >=dev-haskell/quickcheck-2.5 <dev-haskell/quickcheck-2.9
131 - >=dev-haskell/smallcheck-1.0 <dev-haskell/smallcheck-1.2
132 - >=dev-haskell/tasty-0.5 <dev-haskell/tasty-0.12
133 - >=dev-haskell/tasty-ant-xml-1.0 <dev-haskell/tasty-ant-xml-1.1
134 - >=dev-haskell/tasty-hunit-0.8 <dev-haskell/tasty-hunit-0.10
135 - >=dev-haskell/tasty-quickcheck-0.8 <dev-haskell/tasty-quickcheck-0.9
136 - >=dev-haskell/tasty-smallcheck-0.2 <dev-haskell/tasty-smallcheck-0.9 )
137 -"
138 -
139 -src_configure() {
140 - haskell-cabal_src_configure \
141 - $(cabal_flag bytestring-builder bytestring-builder)
142 -}
143
144 diff --git a/dev-haskell/scientific/scientific-0.3.4.6.ebuild b/dev-haskell/scientific/scientific-0.3.4.6.ebuild
145 deleted file mode 100644
146 index e812a36edaf..00000000000
147 --- a/dev-haskell/scientific/scientific-0.3.4.6.ebuild
148 +++ /dev/null
149 @@ -1,41 +0,0 @@
150 -# Copyright 1999-2019 Gentoo Authors
151 -# Distributed under the terms of the GNU General Public License v2
152 -
153 -EAPI=5
154 -
155 -# ebuild generated by hackport 0.4.7.9999
156 -
157 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
158 -inherit haskell-cabal
159 -
160 -DESCRIPTION="Numbers represented using scientific notation"
161 -HOMEPAGE="https://github.com/basvandijk/scientific"
162 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
163 -
164 -LICENSE="BSD"
165 -SLOT="0/${PV}"
166 -KEYWORDS="~amd64 ~x86"
167 -IUSE="+bytestring-builder"
168 -RESTRICT="!test? ( test )"
169 -
170 -RDEPEND=">=dev-haskell/binary-0.4.1:=[profile?] <dev-haskell/binary-0.9:=[profile?]
171 - >=dev-haskell/hashable-1.1.2:=[profile?] <dev-haskell/hashable-1.3:=[profile?]
172 - >=dev-haskell/text-0.8:=[profile?] <dev-haskell/text-1.3:=[profile?]
173 - >=dev-haskell/vector-0.5:=[profile?] <dev-haskell/vector-0.12:=[profile?]
174 - >=dev-lang/ghc-7.6.1:=
175 -"
176 -DEPEND="${RDEPEND}
177 - >=dev-haskell/cabal-1.16.0
178 - test? ( >=dev-haskell/quickcheck-2.5 <dev-haskell/quickcheck-2.9
179 - >=dev-haskell/smallcheck-1.0 <dev-haskell/smallcheck-1.2
180 - >=dev-haskell/tasty-0.5 <dev-haskell/tasty-0.12
181 - >=dev-haskell/tasty-ant-xml-1.0 <dev-haskell/tasty-ant-xml-1.1
182 - >=dev-haskell/tasty-hunit-0.8 <dev-haskell/tasty-hunit-0.10
183 - >=dev-haskell/tasty-quickcheck-0.8 <dev-haskell/tasty-quickcheck-0.9
184 - >=dev-haskell/tasty-smallcheck-0.2 <dev-haskell/tasty-smallcheck-0.9 )
185 -"
186 -
187 -src_configure() {
188 - haskell-cabal_src_configure \
189 - $(cabal_flag bytestring-builder bytestring-builder)
190 -}
191
192 diff --git a/dev-haskell/scientific/scientific-0.3.4.9.ebuild b/dev-haskell/scientific/scientific-0.3.4.9.ebuild
193 deleted file mode 100644
194 index ae9daf6295f..00000000000
195 --- a/dev-haskell/scientific/scientific-0.3.4.9.ebuild
196 +++ /dev/null
197 @@ -1,36 +0,0 @@
198 -# Copyright 1999-2019 Gentoo Authors
199 -# Distributed under the terms of the GNU General Public License v2
200 -
201 -EAPI=6
202 -
203 -# ebuild generated by hackport 0.5.9999
204 -
205 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
206 -inherit haskell-cabal
207 -
208 -DESCRIPTION="Numbers represented using scientific notation"
209 -HOMEPAGE="https://github.com/basvandijk/scientific"
210 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
211 -
212 -LICENSE="BSD"
213 -SLOT="0/${PV}"
214 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
215 -IUSE=""
216 -
217 -RDEPEND=">=dev-haskell/binary-0.4.1:=[profile?] <dev-haskell/binary-0.9:=[profile?]
218 - >=dev-haskell/bytestring-builder-0.10.4:=[profile?] <dev-haskell/bytestring-builder-0.11:=[profile?]
219 - >=dev-haskell/hashable-1.1.2:=[profile?] <dev-haskell/hashable-1.3:=[profile?]
220 - >=dev-haskell/text-0.8:=[profile?] <dev-haskell/text-1.3:=[profile?]
221 - >=dev-haskell/vector-0.5:=[profile?] <dev-haskell/vector-0.12:=[profile?]
222 - >=dev-lang/ghc-7.4.1:=
223 -"
224 -DEPEND="${RDEPEND}
225 - >=dev-haskell/cabal-1.10
226 - test? ( >=dev-haskell/quickcheck-2.5 <dev-haskell/quickcheck-2.10
227 - >=dev-haskell/smallcheck-1.0 <dev-haskell/smallcheck-1.2
228 - >=dev-haskell/tasty-0.5 <dev-haskell/tasty-0.12
229 - >=dev-haskell/tasty-ant-xml-1.0 <dev-haskell/tasty-ant-xml-1.1
230 - >=dev-haskell/tasty-hunit-0.8 <dev-haskell/tasty-hunit-0.10
231 - >=dev-haskell/tasty-quickcheck-0.8 <dev-haskell/tasty-quickcheck-0.9
232 - >=dev-haskell/tasty-smallcheck-0.2 <dev-haskell/tasty-smallcheck-0.9 )
233 -"