Skip to content

Commit

Permalink
dev-haskell/aeson: disable USE=developer, bug #561100
Browse files Browse the repository at this point in the history
Flag only enables -Werror.

Reported-by: Paul Osmialowski

Package-Manager: portage-2.2.20
  • Loading branch information
Sergei Trofimovich committed Sep 26, 2015
1 parent a4f6773 commit f48ffef
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
5 changes: 3 additions & 2 deletions dev-haskell/aeson/aeson-0.6.2.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
EAPI=5

# ebuild generated by hackport 0.3.4.9999
#hackport: flags: -developer

CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
Expand All @@ -16,7 +17,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="amd64 x86"
IUSE="developer"
IUSE=""

RDEPEND=">=dev-haskell/attoparsec-0.8.6.1:=[profile?]
>=dev-haskell/blaze-builder-0.2.1.4:=[profile?]
Expand All @@ -38,5 +39,5 @@ DEPEND="${RDEPEND}

src_configure() {
haskell-cabal_src_configure \
$(cabal_flag developer developer)
--flag=-developer
}
5 changes: 3 additions & 2 deletions dev-haskell/aeson/aeson-0.7.0.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
EAPI=5

# ebuild generated by hackport 0.4.9999
#hackport: flags: -developer

CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
Expand All @@ -16,7 +17,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="amd64 x86"
IUSE="developer"
IUSE=""

RDEPEND=">=dev-haskell/attoparsec-0.11.3.4:=[profile?]
>=dev-haskell/blaze-builder-0.2.1.4:=[profile?]
Expand Down Expand Up @@ -45,5 +46,5 @@ DEPEND="${RDEPEND}

src_configure() {
haskell-cabal_src_configure \
$(cabal_flag developer developer)
--flag=-developer
}
5 changes: 3 additions & 2 deletions dev-haskell/aeson/aeson-0.8.0.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
EAPI=5

# ebuild generated by hackport 0.4.4.9999
#hackport: flags: -developer

CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
Expand All @@ -16,7 +17,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="developer"
IUSE=""

RDEPEND=">=dev-haskell/attoparsec-0.11.3.4:=[profile?]
>=dev-haskell/dlist-0.2:=[profile?]
Expand All @@ -40,5 +41,5 @@ DEPEND="${RDEPEND}

src_configure() {
haskell-cabal_src_configure \
$(cabal_flag developer developer)
--flag=-developer
}
5 changes: 3 additions & 2 deletions dev-haskell/aeson/aeson-0.9.0.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
EAPI=5

# ebuild generated by hackport 0.4.5.9999
#hackport: flags: -developer

CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
Expand All @@ -16,7 +17,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="developer"
IUSE=""

RDEPEND=">=dev-haskell/attoparsec-0.13.0.0:=[profile?]
>=dev-haskell/dlist-0.2:=[profile?]
Expand All @@ -42,5 +43,5 @@ DEPEND="${RDEPEND}

src_configure() {
haskell-cabal_src_configure \
$(cabal_flag developer developer)
--flag=-developer
}
3 changes: 0 additions & 3 deletions dev-haskell/aeson/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@

(A note on naming: in Greek mythology, Aeson was the father of Jason.)
</longdescription>
<use>
<flag name="developer">Operate in developer mode.'</flag>
</use>
<upstream>
<remote-id type="github">bos/aeson</remote-id>
</upstream>
Expand Down

0 comments on commit f48ffef

Please sign in to comment.