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/happstack-server/
Date: Sun, 29 Sep 2019 10:27:43
Message-Id: 1569752853.721b0651adc982ef31b746192dc4d1a251cdc8ab.slyfox@gentoo
1 commit: 721b0651adc982ef31b746192dc4d1a251cdc8ab
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 29 10:27:19 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 29 10:27:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=721b0651
7
8 dev-haskell/happstack-server: convert IUSE underscore to dash
9
10 Reported-by: Michał Górny
11 Closes: https://bugs.gentoo.org/695050
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/happstack-server/happstack-server-7.3.9.ebuild | 6 +++---
16 dev-haskell/happstack-server/happstack-server-7.4.5.ebuild | 6 +++---
17 dev-haskell/happstack-server/happstack-server-7.4.6.1.ebuild | 6 +++---
18 dev-haskell/happstack-server/happstack-server-7.4.6.2.ebuild | 6 +++---
19 dev-haskell/happstack-server/metadata.xml | 2 +-
20 5 files changed, 13 insertions(+), 13 deletions(-)
21
22 diff --git a/dev-haskell/happstack-server/happstack-server-7.3.9.ebuild b/dev-haskell/happstack-server/happstack-server-7.3.9.ebuild
23 index 004b8b1f45d..f2fe1b2c914 100644
24 --- a/dev-haskell/happstack-server/happstack-server-7.3.9.ebuild
25 +++ b/dev-haskell/happstack-server/happstack-server-7.3.9.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2014 Gentoo Foundation
28 +# Copyright 1999-2019 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=5
32 @@ -16,7 +16,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
33 LICENSE="BSD"
34 SLOT="0/${PV}"
35 KEYWORDS="~amd64 ~x86"
36 -IUSE="+network-uri +template_haskell"
37 +IUSE="+network-uri +template-haskell"
38
39 RDEPEND=">=dev-haskell/base64-bytestring-1.0:=[profile?] <dev-haskell/base64-bytestring-1.1:=[profile?]
40 >=dev-haskell/blaze-html-0.5:=[profile?] <dev-haskell/blaze-html-0.8:=[profile?]
41 @@ -51,5 +51,5 @@ src_configure() {
42 haskell-cabal_src_configure \
43 $(cabal_flag network-uri network-uri) \
44 --flag=network_2_2_3 \
45 - $(cabal_flag template_haskell template_haskell)
46 + $(cabal_flag template-haskell template_haskell)
47 }
48
49 diff --git a/dev-haskell/happstack-server/happstack-server-7.4.5.ebuild b/dev-haskell/happstack-server/happstack-server-7.4.5.ebuild
50 index 8a1a3a96308..baacd28f94f 100644
51 --- a/dev-haskell/happstack-server/happstack-server-7.4.5.ebuild
52 +++ b/dev-haskell/happstack-server/happstack-server-7.4.5.ebuild
53 @@ -1,4 +1,4 @@
54 -# Copyright 1999-2015 Gentoo Foundation
55 +# Copyright 1999-2019 Gentoo Authors
56 # Distributed under the terms of the GNU General Public License v2
57
58 EAPI=5
59 @@ -16,7 +16,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
60 LICENSE="BSD"
61 SLOT="0/${PV}"
62 KEYWORDS="~amd64 ~x86"
63 -IUSE="+network-uri +template_haskell"
64 +IUSE="+network-uri +template-haskell"
65
66 RDEPEND=">=dev-haskell/base64-bytestring-1.0:=[profile?] <dev-haskell/base64-bytestring-1.1:=[profile?]
67 >=dev-haskell/blaze-html-0.5:=[profile?] <dev-haskell/blaze-html-0.9:=[profile?]
68 @@ -54,5 +54,5 @@ src_configure() {
69 haskell-cabal_src_configure \
70 $(cabal_flag network-uri network-uri) \
71 --flag=network_2_2_3 \
72 - $(cabal_flag template_haskell template_haskell)
73 + $(cabal_flag template-haskell template_haskell)
74 }
75
76 diff --git a/dev-haskell/happstack-server/happstack-server-7.4.6.1.ebuild b/dev-haskell/happstack-server/happstack-server-7.4.6.1.ebuild
77 index a3a3ca292e7..d3baa58a10f 100644
78 --- a/dev-haskell/happstack-server/happstack-server-7.4.6.1.ebuild
79 +++ b/dev-haskell/happstack-server/happstack-server-7.4.6.1.ebuild
80 @@ -1,4 +1,4 @@
81 -# Copyright 1999-2016 Gentoo Foundation
82 +# Copyright 1999-2019 Gentoo Authors
83 # Distributed under the terms of the GNU General Public License v2
84
85 EAPI=5
86 @@ -16,7 +16,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
87 LICENSE="BSD"
88 SLOT="0/${PV}"
89 KEYWORDS="~amd64 ~x86"
90 -IUSE="+network-uri +template_haskell"
91 +IUSE="+network-uri +template-haskell"
92
93 RDEPEND=">=dev-haskell/base64-bytestring-1.0:=[profile?] <dev-haskell/base64-bytestring-1.1:=[profile?]
94 >=dev-haskell/blaze-html-0.5:=[profile?] <dev-haskell/blaze-html-0.9:=[profile?]
95 @@ -54,5 +54,5 @@ src_configure() {
96 haskell-cabal_src_configure \
97 $(cabal_flag network-uri network-uri) \
98 --flag=network_2_2_3 \
99 - $(cabal_flag template_haskell template_haskell)
100 + $(cabal_flag template-haskell template_haskell)
101 }
102
103 diff --git a/dev-haskell/happstack-server/happstack-server-7.4.6.2.ebuild b/dev-haskell/happstack-server/happstack-server-7.4.6.2.ebuild
104 index 40b969bb48e..8c0194caeea 100644
105 --- a/dev-haskell/happstack-server/happstack-server-7.4.6.2.ebuild
106 +++ b/dev-haskell/happstack-server/happstack-server-7.4.6.2.ebuild
107 @@ -1,4 +1,4 @@
108 -# Copyright 1999-2017 Gentoo Foundation
109 +# Copyright 1999-2019 Gentoo Authors
110 # Distributed under the terms of the GNU General Public License v2
111
112 EAPI=6
113 @@ -16,7 +16,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
114 LICENSE="BSD"
115 SLOT="0/${PV}"
116 KEYWORDS="~amd64 ~x86"
117 -IUSE="+network-uri +template_haskell"
118 +IUSE="+network-uri +template-haskell"
119
120 RDEPEND=">=dev-haskell/base64-bytestring-1.0:=[profile?] <dev-haskell/base64-bytestring-1.1:=[profile?]
121 >=dev-haskell/blaze-html-0.5:=[profile?] <dev-haskell/blaze-html-0.9:=[profile?]
122 @@ -54,5 +54,5 @@ src_configure() {
123 haskell-cabal_src_configure \
124 $(cabal_flag network-uri network-uri) \
125 --flag=network_2_2_3 \
126 - $(cabal_flag template_haskell template_haskell)
127 + $(cabal_flag template-haskell template_haskell)
128 }
129
130 diff --git a/dev-haskell/happstack-server/metadata.xml b/dev-haskell/happstack-server/metadata.xml
131 index 8a3c718999b..8de693a1c50 100644
132 --- a/dev-haskell/happstack-server/metadata.xml
133 +++ b/dev-haskell/happstack-server/metadata.xml
134 @@ -10,6 +10,6 @@
135 </longdescription>
136 <use>
137 <flag name="network-uri">Get Network.URI from the network-uri package</flag>
138 - <flag name="template_haskell">Description: Template Haskell is available on this system</flag>
139 + <flag name="template-haskell">Description: Template Haskell is available on this system</flag>
140 </use>
141 </pkgmetadata>