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/aeson/
Date: Sat, 26 Sep 2015 12:27:18
Message-Id: 1443270424.f48ffef3726fbd7e2d025382adbc810c6321055d.slyfox@gentoo
1 commit: f48ffef3726fbd7e2d025382adbc810c6321055d
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 12:27:04 2015 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 12:27:04 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f48ffef3
7
8 dev-haskell/aeson: disable USE=developer, bug #561100
9
10 Flag only enables -Werror.
11
12 Reported-by: Paul Osmialowski
13
14 Package-Manager: portage-2.2.20
15
16 dev-haskell/aeson/aeson-0.6.2.1.ebuild | 5 +++--
17 dev-haskell/aeson/aeson-0.7.0.6.ebuild | 5 +++--
18 dev-haskell/aeson/aeson-0.8.0.2.ebuild | 5 +++--
19 dev-haskell/aeson/aeson-0.9.0.1.ebuild | 5 +++--
20 dev-haskell/aeson/metadata.xml | 3 ---
21 5 files changed, 12 insertions(+), 11 deletions(-)
22
23 diff --git a/dev-haskell/aeson/aeson-0.6.2.1.ebuild b/dev-haskell/aeson/aeson-0.6.2.1.ebuild
24 index 030f146..81c8ec6 100644
25 --- a/dev-haskell/aeson/aeson-0.6.2.1.ebuild
26 +++ b/dev-haskell/aeson/aeson-0.6.2.1.ebuild
27 @@ -5,6 +5,7 @@
28 EAPI=5
29
30 # ebuild generated by hackport 0.3.4.9999
31 +#hackport: flags: -developer
32
33 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
34 inherit haskell-cabal
35 @@ -16,7 +17,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
36 LICENSE="BSD"
37 SLOT="0/${PV}"
38 KEYWORDS="amd64 x86"
39 -IUSE="developer"
40 +IUSE=""
41
42 RDEPEND=">=dev-haskell/attoparsec-0.8.6.1:=[profile?]
43 >=dev-haskell/blaze-builder-0.2.1.4:=[profile?]
44 @@ -38,5 +39,5 @@ DEPEND="${RDEPEND}
45
46 src_configure() {
47 haskell-cabal_src_configure \
48 - $(cabal_flag developer developer)
49 + --flag=-developer
50 }
51
52 diff --git a/dev-haskell/aeson/aeson-0.7.0.6.ebuild b/dev-haskell/aeson/aeson-0.7.0.6.ebuild
53 index 222eaa4..d0ccc7a 100644
54 --- a/dev-haskell/aeson/aeson-0.7.0.6.ebuild
55 +++ b/dev-haskell/aeson/aeson-0.7.0.6.ebuild
56 @@ -5,6 +5,7 @@
57 EAPI=5
58
59 # ebuild generated by hackport 0.4.9999
60 +#hackport: flags: -developer
61
62 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
63 inherit haskell-cabal
64 @@ -16,7 +17,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
65 LICENSE="BSD"
66 SLOT="0/${PV}"
67 KEYWORDS="amd64 x86"
68 -IUSE="developer"
69 +IUSE=""
70
71 RDEPEND=">=dev-haskell/attoparsec-0.11.3.4:=[profile?]
72 >=dev-haskell/blaze-builder-0.2.1.4:=[profile?]
73 @@ -45,5 +46,5 @@ DEPEND="${RDEPEND}
74
75 src_configure() {
76 haskell-cabal_src_configure \
77 - $(cabal_flag developer developer)
78 + --flag=-developer
79 }
80
81 diff --git a/dev-haskell/aeson/aeson-0.8.0.2.ebuild b/dev-haskell/aeson/aeson-0.8.0.2.ebuild
82 index 154ccf2..8965319 100644
83 --- a/dev-haskell/aeson/aeson-0.8.0.2.ebuild
84 +++ b/dev-haskell/aeson/aeson-0.8.0.2.ebuild
85 @@ -5,6 +5,7 @@
86 EAPI=5
87
88 # ebuild generated by hackport 0.4.4.9999
89 +#hackport: flags: -developer
90
91 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
92 inherit haskell-cabal
93 @@ -16,7 +17,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
94 LICENSE="BSD"
95 SLOT="0/${PV}"
96 KEYWORDS="~amd64 ~x86"
97 -IUSE="developer"
98 +IUSE=""
99
100 RDEPEND=">=dev-haskell/attoparsec-0.11.3.4:=[profile?]
101 >=dev-haskell/dlist-0.2:=[profile?]
102 @@ -40,5 +41,5 @@ DEPEND="${RDEPEND}
103
104 src_configure() {
105 haskell-cabal_src_configure \
106 - $(cabal_flag developer developer)
107 + --flag=-developer
108 }
109
110 diff --git a/dev-haskell/aeson/aeson-0.9.0.1.ebuild b/dev-haskell/aeson/aeson-0.9.0.1.ebuild
111 index b3a0d21..0032c17 100644
112 --- a/dev-haskell/aeson/aeson-0.9.0.1.ebuild
113 +++ b/dev-haskell/aeson/aeson-0.9.0.1.ebuild
114 @@ -5,6 +5,7 @@
115 EAPI=5
116
117 # ebuild generated by hackport 0.4.5.9999
118 +#hackport: flags: -developer
119
120 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
121 inherit haskell-cabal
122 @@ -16,7 +17,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
123 LICENSE="BSD"
124 SLOT="0/${PV}"
125 KEYWORDS="~amd64 ~x86"
126 -IUSE="developer"
127 +IUSE=""
128
129 RDEPEND=">=dev-haskell/attoparsec-0.13.0.0:=[profile?]
130 >=dev-haskell/dlist-0.2:=[profile?]
131 @@ -42,5 +43,5 @@ DEPEND="${RDEPEND}
132
133 src_configure() {
134 haskell-cabal_src_configure \
135 - $(cabal_flag developer developer)
136 + --flag=-developer
137 }
138
139 diff --git a/dev-haskell/aeson/metadata.xml b/dev-haskell/aeson/metadata.xml
140 index 469476e..e574d49 100644
141 --- a/dev-haskell/aeson/metadata.xml
142 +++ b/dev-haskell/aeson/metadata.xml
143 @@ -64,9 +64,6 @@
144
145 (A note on naming: in Greek mythology, Aeson was the father of Jason.)
146 </longdescription>
147 - <use>
148 - <flag name="developer">Operate in developer mode.'</flag>
149 - </use>
150 <upstream>
151 <remote-id type="github">bos/aeson</remote-id>
152 </upstream>