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/arithmoi/
Date: Wed, 09 Sep 2020 07:09:54
Message-Id: 1599635372.00476503a026b39c3b4cc1cf4bdf1384610caeb3.slyfox@gentoo
1 commit: 00476503a026b39c3b4cc1cf4bdf1384610caeb3
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 9 07:00:21 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 9 07:09:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00476503
7
8 dev-haskell/arithmoi: drop old
9
10 Package-Manager: Portage-3.0.6, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/arithmoi/Manifest | 3 --
14 dev-haskell/arithmoi/arithmoi-0.4.1.3.ebuild | 33 ----------------------
15 dev-haskell/arithmoi/arithmoi-0.4.2.0.ebuild | 38 --------------------------
16 dev-haskell/arithmoi/arithmoi-0.4.3.0.ebuild | 41 ----------------------------
17 4 files changed, 115 deletions(-)
18
19 diff --git a/dev-haskell/arithmoi/Manifest b/dev-haskell/arithmoi/Manifest
20 index 90facc1c790..791a6acbe9a 100644
21 --- a/dev-haskell/arithmoi/Manifest
22 +++ b/dev-haskell/arithmoi/Manifest
23 @@ -1,4 +1 @@
24 DIST arithmoi-0.11.0.1.tar.gz 188071 BLAKE2B 0958f4dc0ac1f37a02c9c5e4908ba8a29df3aafe4e060c79076c9c86d9ed11242ab19aa6a4c7dd732fd620b0513b1056d70fcc984dfa3d6b6a5ef99f7e887728 SHA512 8140d9b035290faf9aa044f11f42c101e4a02f1346d5237f46338355828bb6b8bf44f3f8454abfaa6a88e381c2e5476d8512c6edf251dbaf8ba3d776ea68a641
25 -DIST arithmoi-0.4.1.3.tar.gz 66196 BLAKE2B d576f3cace1ea39a55b6e9bcc3e3e6d941fe8ec6a0b31435f404bb0151a4170d4079cad96eefbb319c08ecc3aae5ab6141500b75925617b5fa4e6c86539fe93c SHA512 abc5939207e502dffd91b3a4e2b9c688eef388a6b9354576fcb4badf4625da1cad0e9698cb42b293b37cc29427ad2679170452374fbf6cd5e614d53db34cd9f6
26 -DIST arithmoi-0.4.2.0.tar.gz 84676 BLAKE2B 971b2ba5cca0e2af9944a06f02f02b5ff2c0e613a3c3f6963fdd906c4d617ab19ceabc8bc16f8c7fe12d6fd540c439b1af138da7bed75494cdb3d4f41993e255 SHA512 687f12aef8baf98c778498b9a0bb33f0ac3175d009ba8dcd14d6ff8bb13252120f6821e80932410a1413637b591f81b92e0ecd25cd7870464e1629f3d0bf866c
27 -DIST arithmoi-0.4.3.0.tar.gz 93661 BLAKE2B ff815ab9bcd8bd5ccbfcdde134049e98aebaf3c41b693b56c8048d918cc778fcb4ab321486d20b4084a61e340c0a00ae45541c12da4f8d19c7e28df81168a4a7 SHA512 0c67237a84a2c7e2abc1bbc78176e64e7f6ac23399c765dba316d429391f351734eacb924960d69d4fc603b17a4df1b40985bcbc8bbb7c51805eb72a0346b545
28
29 diff --git a/dev-haskell/arithmoi/arithmoi-0.4.1.3.ebuild b/dev-haskell/arithmoi/arithmoi-0.4.1.3.ebuild
30 deleted file mode 100644
31 index 1373b0dff83..00000000000
32 --- a/dev-haskell/arithmoi/arithmoi-0.4.1.3.ebuild
33 +++ /dev/null
34 @@ -1,33 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -
40 -# ebuild generated by hackport 0.4.5.9999
41 -#hackport: flags: -llvm
42 -
43 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
44 -inherit haskell-cabal
45 -
46 -DESCRIPTION="Efficient basic number-theoretic functions. Primes, powers, integer logarithms"
47 -HOMEPAGE="https://github.com/cartazio/arithmoi"
48 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
49 -
50 -LICENSE="MIT"
51 -SLOT="0/${PV}"
52 -KEYWORDS="~amd64 ~x86"
53 -IUSE=""
54 -
55 -RDEPEND=">=dev-haskell/mtl-2.0:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
56 - >=dev-haskell/random-1.0:=[profile?] <dev-haskell/random-1.2:=[profile?]
57 - >=dev-lang/ghc-7.4.1:=
58 -"
59 -DEPEND="${RDEPEND}
60 - >=dev-haskell/cabal-1.10
61 - test? ( dev-haskell/hspec )
62 -"
63 -
64 -src_configure() {
65 - haskell-cabal_src_configure \
66 - --flag=-llvm
67 -}
68
69 diff --git a/dev-haskell/arithmoi/arithmoi-0.4.2.0.ebuild b/dev-haskell/arithmoi/arithmoi-0.4.2.0.ebuild
70 deleted file mode 100644
71 index 9cd1dac878e..00000000000
72 --- a/dev-haskell/arithmoi/arithmoi-0.4.2.0.ebuild
73 +++ /dev/null
74 @@ -1,38 +0,0 @@
75 -# Copyright 1999-2019 Gentoo Authors
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=6
79 -
80 -# ebuild generated by hackport 0.5.9999
81 -#hackport: flags: -check-bounds
82 -
83 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
84 -inherit haskell-cabal
85 -
86 -DESCRIPTION="Efficient basic number-theoretic functions. Primes, powers, integer logarithms"
87 -HOMEPAGE="https://github.com/cartazio/arithmoi"
88 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
89 -
90 -LICENSE="MIT"
91 -SLOT="0/${PV}"
92 -KEYWORDS="~amd64 ~x86"
93 -IUSE=""
94 -
95 -RDEPEND=">=dev-haskell/mtl-2.0:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
96 - >=dev-haskell/random-1.0:=[profile?] <dev-haskell/random-1.2:=[profile?]
97 - >=dev-lang/ghc-7.4.1:=
98 -"
99 -DEPEND="${RDEPEND}
100 - >=dev-haskell/cabal-1.10
101 - test? ( >=dev-haskell/quickcheck-2.8 <dev-haskell/quickcheck-2.9
102 - >=dev-haskell/smallcheck-1.1 <dev-haskell/smallcheck-1.2
103 - >=dev-haskell/tasty-0.10 <dev-haskell/tasty-0.12
104 - >=dev-haskell/tasty-hunit-0.9 <dev-haskell/tasty-hunit-0.10
105 - >=dev-haskell/tasty-quickcheck-0.8 <dev-haskell/tasty-quickcheck-0.9
106 - >=dev-haskell/tasty-smallcheck-0.8 <dev-haskell/tasty-smallcheck-0.9 )
107 -"
108 -
109 -src_configure() {
110 - haskell-cabal_src_configure \
111 - --flag=-check-bounds
112 -}
113
114 diff --git a/dev-haskell/arithmoi/arithmoi-0.4.3.0.ebuild b/dev-haskell/arithmoi/arithmoi-0.4.3.0.ebuild
115 deleted file mode 100644
116 index 9dbab2e1c79..00000000000
117 --- a/dev-haskell/arithmoi/arithmoi-0.4.3.0.ebuild
118 +++ /dev/null
119 @@ -1,41 +0,0 @@
120 -# Copyright 1999-2019 Gentoo Authors
121 -# Distributed under the terms of the GNU General Public License v2
122 -
123 -EAPI=6
124 -
125 -# ebuild generated by hackport 0.5.9999
126 -#hackport: flags: -check-bounds
127 -
128 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
129 -inherit haskell-cabal
130 -
131 -DESCRIPTION="Efficient basic number-theoretic functions. Primes, powers, integer logarithms"
132 -HOMEPAGE="https://github.com/cartazio/arithmoi"
133 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
134 -
135 -LICENSE="MIT"
136 -SLOT="0/${PV}"
137 -KEYWORDS="~amd64 ~x86"
138 -IUSE=""
139 -
140 -RDEPEND=">=dev-haskell/mtl-2.0:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
141 - >=dev-haskell/nats-1:=[profile?] <dev-haskell/nats-1.2:=[profile?]
142 - >=dev-haskell/random-1.0:=[profile?] <dev-haskell/random-1.2:=[profile?]
143 - >=dev-haskell/semigroups-0.8:=[profile?]
144 - >=dev-lang/ghc-7.8.2:=
145 -"
146 -DEPEND="${RDEPEND}
147 - >=dev-haskell/cabal-1.18.1.3
148 - test? ( >=dev-haskell/quickcheck-2.7.6 <dev-haskell/quickcheck-2.10
149 - >=dev-haskell/smallcheck-1.1 <dev-haskell/smallcheck-1.2
150 - >=dev-haskell/tasty-0.10 <dev-haskell/tasty-0.12
151 - >=dev-haskell/tasty-hunit-0.9 <dev-haskell/tasty-hunit-0.10
152 - >=dev-haskell/tasty-quickcheck-0.8 <dev-haskell/tasty-quickcheck-0.9
153 - >=dev-haskell/tasty-smallcheck-0.8 <dev-haskell/tasty-smallcheck-0.9
154 - >=dev-haskell/transformers-compat-0.4 )
155 -"
156 -
157 -src_configure() {
158 - haskell-cabal_src_configure \
159 - --flag=-check-bounds
160 -}