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/glib/
Date: Thu, 26 Sep 2019 08:10:40
Message-Id: 1569485416.16118fe1418bb5113f60748c0aa8bbc5ebd62202.slyfox@gentoo
1 commit: 16118fe1418bb5113f60748c0aa8bbc5ebd62202
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 26 08:10:16 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 26 08:10:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16118fe1
7
8 dev-haskell/glib: drop underscore from IUSE name
9
10 Reported-by: Michał Górny
11 Closes: https://bugs.gentoo.org/695054
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/glib/glib-0.12.5.4.ebuild | 6 +++---
16 dev-haskell/glib/glib-0.13.2.2.ebuild | 6 +++---
17 dev-haskell/glib/glib-0.13.4.1.ebuild | 6 +++---
18 dev-haskell/glib/metadata.xml | 2 +-
19 4 files changed, 10 insertions(+), 10 deletions(-)
20
21 diff --git a/dev-haskell/glib/glib-0.12.5.4.ebuild b/dev-haskell/glib/glib-0.12.5.4.ebuild
22 index 4e4b8a2cba0..ce89149d644 100644
23 --- a/dev-haskell/glib/glib-0.12.5.4.ebuild
24 +++ b/dev-haskell/glib/glib-0.12.5.4.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2014 Gentoo Foundation
27 +# Copyright 1999-2019 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=5
31 @@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
32 LICENSE="LGPL-2.1"
33 SLOT="0/${PV}"
34 KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
35 -IUSE="+closure_signals"
36 +IUSE="+closure-signals"
37
38 RDEPEND=">=dev-haskell/utf8-string-0.2:=[profile?] <dev-haskell/utf8-string-0.4:=[profile?]
39 >=dev-lang/ghc-7.4.1:=
40 @@ -29,5 +29,5 @@ DEPEND="${RDEPEND}
41
42 src_configure() {
43 haskell-cabal_src_configure \
44 - $(cabal_flag closure_signals closure_signals)
45 + $(cabal_flag closure-signals closure_signals)
46 }
47
48 diff --git a/dev-haskell/glib/glib-0.13.2.2.ebuild b/dev-haskell/glib/glib-0.13.2.2.ebuild
49 index eb6d807807d..3980bd8dfe3 100644
50 --- a/dev-haskell/glib/glib-0.13.2.2.ebuild
51 +++ b/dev-haskell/glib/glib-0.13.2.2.ebuild
52 @@ -1,4 +1,4 @@
53 -# Copyright 1999-2015 Gentoo Foundation
54 +# Copyright 1999-2019 Gentoo Authors
55 # Distributed under the terms of the GNU General Public License v2
56
57 EAPI=5
58 @@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
59 LICENSE="LGPL-2.1"
60 SLOT="0/${PV}"
61 KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
62 -IUSE="+closure_signals"
63 +IUSE="+closure-signals"
64
65 RDEPEND=">=dev-haskell/text-1.0.0.0:=[profile?] <dev-haskell/text-1.3:=[profile?]
66 >=dev-haskell/utf8-string-0.2:=[profile?] <dev-haskell/utf8-string-1.1:=[profile?]
67 @@ -30,5 +30,5 @@ DEPEND="${RDEPEND}
68
69 src_configure() {
70 haskell-cabal_src_configure \
71 - $(cabal_flag closure_signals closure_signals)
72 + $(cabal_flag closure-signals closure_signals)
73 }
74
75 diff --git a/dev-haskell/glib/glib-0.13.4.1.ebuild b/dev-haskell/glib/glib-0.13.4.1.ebuild
76 index d278d4cb708..a0ec5d67753 100644
77 --- a/dev-haskell/glib/glib-0.13.4.1.ebuild
78 +++ b/dev-haskell/glib/glib-0.13.4.1.ebuild
79 @@ -1,4 +1,4 @@
80 -# Copyright 1999-2017 Gentoo Foundation
81 +# Copyright 1999-2019 Gentoo Authors
82 # Distributed under the terms of the GNU General Public License v2
83
84 EAPI=6
85 @@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
86 LICENSE="LGPL-2.1"
87 SLOT="0/${PV}"
88 KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
89 -IUSE="+closure_signals"
90 +IUSE="+closure-signals"
91
92 RDEPEND=">=dev-haskell/text-1.0.0.0:=[profile?] <dev-haskell/text-1.3:=[profile?]
93 >=dev-haskell/utf8-string-0.2:=[profile?] <dev-haskell/utf8-string-1.1:=[profile?]
94 @@ -30,5 +30,5 @@ DEPEND="${RDEPEND}
95
96 src_configure() {
97 haskell-cabal_src_configure \
98 - $(cabal_flag closure_signals closure_signals)
99 + $(cabal_flag closure-signals closure_signals)
100 }
101
102 diff --git a/dev-haskell/glib/metadata.xml b/dev-haskell/glib/metadata.xml
103 index e57b11cbbed..bf0f7807860 100644
104 --- a/dev-haskell/glib/metadata.xml
105 +++ b/dev-haskell/glib/metadata.xml
106 @@ -12,6 +12,6 @@
107 wrap libraries that are themselves based on GLib.
108 </longdescription>
109 <use>
110 - <flag name="closure_signals">Use the the GClosure-based signals implementation.</flag>
111 + <flag name="closure-signals">Use the the GClosure-based signals implementation.</flag>
112 </use>
113 </pkgmetadata>