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/quickcheck/
Date: Wed, 02 Oct 2019 21:41:35
Message-Id: 1570052482.23bef3455b23be9a6f38ff992b9c4114b0112222.slyfox@gentoo
1 commit: 23bef3455b23be9a6f38ff992b9c4114b0112222
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 2 21:37:21 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 2 21:41:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23bef345
7
8 dev-haskell/quickcheck: rename IUSE from underscores to dashes
9
10 Reported-by: Michał Górny
11 Closes: https://bugs.gentoo.org/695038
12 Package-Manager: Portage-2.3.76, Repoman-2.3.17
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-haskell/quickcheck/metadata.xml | 2 +-
16 dev-haskell/quickcheck/quickcheck-2.6.ebuild | 6 +++---
17 dev-haskell/quickcheck/quickcheck-2.7.6.ebuild | 8 ++++----
18 dev-haskell/quickcheck/quickcheck-2.8.1.ebuild | 8 ++++----
19 dev-haskell/quickcheck/quickcheck-2.8.2.ebuild | 6 +++---
20 dev-haskell/quickcheck/quickcheck-2.9.2.ebuild | 10 +++++-----
21 6 files changed, 20 insertions(+), 20 deletions(-)
22
23 diff --git a/dev-haskell/quickcheck/metadata.xml b/dev-haskell/quickcheck/metadata.xml
24 index d5aff4a020b..120011b0413 100644
25 --- a/dev-haskell/quickcheck/metadata.xml
26 +++ b/dev-haskell/quickcheck/metadata.xml
27 @@ -6,7 +6,7 @@
28 <name>Gentoo Haskell</name>
29 </maintainer>
30 <use>
31 - <flag name="template_haskell">Enable additional test modules requiring Template Haskell support.</flag>
32 + <flag name="template-haskell">Enable additional test modules requiring Template Haskell support.</flag>
33 </use>
34 <longdescription>
35 QuickCheck is a library for random testing of program properties.
36
37 diff --git a/dev-haskell/quickcheck/quickcheck-2.6.ebuild b/dev-haskell/quickcheck/quickcheck-2.6.ebuild
38 index e362bb8b3e2..c83c7d97c40 100644
39 --- a/dev-haskell/quickcheck/quickcheck-2.6.ebuild
40 +++ b/dev-haskell/quickcheck/quickcheck-2.6.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=5
47 @@ -18,7 +18,7 @@ SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
48 LICENSE="BSD"
49 SLOT="2/${PV}"
50 KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux"
51 -IUSE="+template_haskell"
52 +IUSE="+template-haskell"
53
54 RDEPEND="dev-haskell/extensible-exceptions:=[profile?]
55 dev-haskell/random:=[profile?]
56 @@ -30,5 +30,5 @@ S="${WORKDIR}/${MY_P}"
57
58 src_configure() {
59 haskell-cabal_src_configure \
60 - $(cabal_flag template_haskell templatehaskell)
61 + $(cabal_flag template-haskell templatehaskell)
62 }
63
64 diff --git a/dev-haskell/quickcheck/quickcheck-2.7.6.ebuild b/dev-haskell/quickcheck/quickcheck-2.7.6.ebuild
65 index 0d9bfb69fc6..a15e1fbef4c 100644
66 --- a/dev-haskell/quickcheck/quickcheck-2.7.6.ebuild
67 +++ b/dev-haskell/quickcheck/quickcheck-2.7.6.ebuild
68 @@ -1,10 +1,10 @@
69 -# Copyright 1999-2015 Gentoo Foundation
70 +# Copyright 1999-2019 Gentoo Authors
71 # Distributed under the terms of the GNU General Public License v2
72
73 EAPI=5
74
75 # ebuild generated by hackport 0.4.9999
76 -#hackport: flags: +base4,-base3,templatehaskell:template_haskell
77 +#hackport: flags: +base4,-base3,templatehaskell:template-haskell
78
79 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
80 inherit haskell-cabal
81 @@ -19,7 +19,7 @@ SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
82 LICENSE="BSD"
83 SLOT="2/${PV}"
84 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux"
85 -IUSE="+template_haskell"
86 +IUSE="+template-haskell"
87
88 RDEPEND="dev-haskell/random:=[profile?]
89 >=dev-haskell/tf-random-0.4:=[profile?]
90 @@ -37,5 +37,5 @@ src_configure() {
91 haskell-cabal_src_configure \
92 --flag=-base3 \
93 --flag=base4 \
94 - $(cabal_flag template_haskell templatehaskell)
95 + $(cabal_flag template-haskell templatehaskell)
96 }
97
98 diff --git a/dev-haskell/quickcheck/quickcheck-2.8.1.ebuild b/dev-haskell/quickcheck/quickcheck-2.8.1.ebuild
99 index b6f22e236bd..8a9db261e6a 100644
100 --- a/dev-haskell/quickcheck/quickcheck-2.8.1.ebuild
101 +++ b/dev-haskell/quickcheck/quickcheck-2.8.1.ebuild
102 @@ -1,10 +1,10 @@
103 -# Copyright 1999-2015 Gentoo Foundation
104 +# Copyright 1999-2019 Gentoo Authors
105 # Distributed under the terms of the GNU General Public License v2
106
107 EAPI=5
108
109 # ebuild generated by hackport 0.4.4.9999
110 -#hackport: flags: +base4,-base3,templatehaskell:template_haskell
111 +#hackport: flags: +base4,-base3,templatehaskell:template-haskell
112
113 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
114 inherit haskell-cabal
115 @@ -19,7 +19,7 @@ SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
116 LICENSE="BSD"
117 SLOT="2/${PV}"
118 KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux"
119 -IUSE="+template_haskell"
120 +IUSE="+template-haskell"
121
122 RDEPEND="dev-haskell/random:=[profile?]
123 >=dev-haskell/tf-random-0.4:=[profile?]
124 @@ -37,5 +37,5 @@ src_configure() {
125 haskell-cabal_src_configure \
126 --flag=-base3 \
127 --flag=base4 \
128 - $(cabal_flag template_haskell templatehaskell)
129 + $(cabal_flag template-haskell templatehaskell)
130 }
131
132 diff --git a/dev-haskell/quickcheck/quickcheck-2.8.2.ebuild b/dev-haskell/quickcheck/quickcheck-2.8.2.ebuild
133 index a1fe598d4e7..6c00030de7f 100644
134 --- a/dev-haskell/quickcheck/quickcheck-2.8.2.ebuild
135 +++ b/dev-haskell/quickcheck/quickcheck-2.8.2.ebuild
136 @@ -4,7 +4,7 @@
137 EAPI=5
138
139 # ebuild generated by hackport 0.4.6.9999
140 -#hackport: flags: +base4,-base3,templatehaskell:template_haskell
141 +#hackport: flags: +base4,-base3,templatehaskell:template-haskell
142
143 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
144 inherit haskell-cabal
145 @@ -19,7 +19,7 @@ SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
146 LICENSE="BSD"
147 SLOT="2/${PV}"
148 KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux"
149 -IUSE="+template_haskell"
150 +IUSE="+template-haskell"
151
152 RESTRICT=test # to avoid test circular depends
153
154 @@ -39,5 +39,5 @@ src_configure() {
155 haskell-cabal_src_configure \
156 --flag=-base3 \
157 --flag=base4 \
158 - $(cabal_flag template_haskell templatehaskell)
159 + $(cabal_flag template-haskell templatehaskell)
160 }
161
162 diff --git a/dev-haskell/quickcheck/quickcheck-2.9.2.ebuild b/dev-haskell/quickcheck/quickcheck-2.9.2.ebuild
163 index 87803b71b44..db4778bb98b 100644
164 --- a/dev-haskell/quickcheck/quickcheck-2.9.2.ebuild
165 +++ b/dev-haskell/quickcheck/quickcheck-2.9.2.ebuild
166 @@ -1,10 +1,10 @@
167 -# Copyright 1999-2017 Gentoo Foundation
168 +# Copyright 1999-2019 Gentoo Authors
169 # Distributed under the terms of the GNU General Public License v2
170
171 EAPI=6
172
173 # ebuild generated by hackport 0.5.9999
174 -#hackport: flags: +base4,-base3,templatehaskell:template_haskell
175 +#hackport: flags: +base4,-base3,templatehaskell:template-haskell
176
177 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
178 inherit haskell-cabal
179 @@ -19,7 +19,7 @@ SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
180 LICENSE="BSD"
181 SLOT="2/${PV}"
182 KEYWORDS="amd64 x86 ~x86-fbsd ~amd64-linux"
183 -IUSE="+template_haskell"
184 +IUSE="+template-haskell"
185
186 RESTRICT=test # to avoid test circular depends
187
188 @@ -31,7 +31,7 @@ RDEPEND=">=dev-haskell/nats-1:=[profile?]
189 "
190 DEPEND="${RDEPEND}
191 >=dev-haskell/cabal-1.18.1.3
192 - test? ( template_haskell? ( >=dev-haskell/test-framework-0.4 <dev-haskell/test-framework-0.9 ) )
193 + test? ( template-haskell? ( >=dev-haskell/test-framework-0.4 <dev-haskell/test-framework-0.9 ) )
194 "
195
196 S="${WORKDIR}/${MY_P}"
197 @@ -40,5 +40,5 @@ src_configure() {
198 haskell-cabal_src_configure \
199 --flag=-base3 \
200 --flag=base4 \
201 - $(cabal_flag template_haskell templatehaskell)
202 + $(cabal_flag template-haskell templatehaskell)
203 }