commit:     4097db425a23e79c76a0f4ac041ba3aba95bfa0d
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 25 18:52:37 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Sep 25 18:52:45 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4097db42

app-text/pandoc: drop underscores from IUSE, bug #695062

Reported-by: Michał Górny
Closes: https://bugs.gentoo.org/695062
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-text/pandoc/metadata.xml              | 2 +-
 app-text/pandoc/pandoc-1.12.4.2-r1.ebuild | 8 ++++----
 app-text/pandoc/pandoc-1.13.2.1.ebuild    | 8 ++++----
 app-text/pandoc/pandoc-1.14.0.4.ebuild    | 6 +++---
 app-text/pandoc/pandoc-1.15.0.6.ebuild    | 8 ++++----
 app-text/pandoc/pandoc-1.18.ebuild        | 8 ++++----
 app-text/pandoc/pandoc-1.19.2.1-r1.ebuild | 8 ++++----
 app-text/pandoc/pandoc-1.19.2.1.ebuild    | 8 ++++----
 8 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/app-text/pandoc/metadata.xml b/app-text/pandoc/metadata.xml
index f0713d9bef0..837984f412b 100644
--- a/app-text/pandoc/metadata.xml
+++ b/app-text/pandoc/metadata.xml
@@ -15,7 +15,7 @@
                slide shows.
        </longdescription>
        <use>
-               <flag name="embed_data_files">Embed data files in binary for 
relocatable executable.</flag>
+               <flag name="embed-data-files">Embed data files in binary for 
relocatable executable.</flag>
                <flag name="http-conduit">Enable downloading of resources over 
https.</flag>
                <flag name="trypandoc">Build trypandoc cgi executable.</flag>
                <flag name="https">Enable support for downloading of resources 
over https.</flag>

diff --git a/app-text/pandoc/pandoc-1.12.4.2-r1.ebuild 
b/app-text/pandoc/pandoc-1.12.4.2-r1.ebuild
index 65d34c37daf..d5006973744 100644
--- a/app-text/pandoc/pandoc-1.12.4.2-r1.ebuild
+++ b/app-text/pandoc/pandoc-1.12.4.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
-IUSE="embed_data_files +http-conduit"
+IUSE="embed-data-files +http-conduit"
 
 RESTRICT=test # missing files
 
@@ -48,7 +48,7 @@ RDEPEND=">=dev-haskell/aeson-0.7:=[profile?] 
<dev-haskell/aeson-0.8:=[profile?]
        >=dev-haskell/zip-archive-0.1.3.3:=[profile?] 
<dev-haskell/zip-archive-0.3:=[profile?]
        >=dev-haskell/zlib-0.5:=[profile?] <dev-haskell/zlib-0.6:=[profile?]
        >=dev-lang/ghc-7.4.1:=
-       embed_data_files? ( dev-haskell/hsb2hs )
+       embed-data-files? ( dev-haskell/hsb2hs )
        http-conduit? ( >=dev-haskell/http-conduit-1.9:=[profile?] 
<dev-haskell/http-conduit-2.2:=[profile?]
                        >=dev-haskell/http-types-0.8:=[profile?] 
<dev-haskell/http-types-0.9:=[profile?] )
 "
@@ -77,6 +77,6 @@ src_prepare() {
 
 src_configure() {
        haskell-cabal_src_configure \
-               $(cabal_flag embed_data_files embed_data_files) \
+               $(cabal_flag embed-data-files embed_data_files) \
                $(cabal_flag http-conduit http-conduit)
 }

diff --git a/app-text/pandoc/pandoc-1.13.2.1.ebuild 
b/app-text/pandoc/pandoc-1.13.2.1.ebuild
index bf83cd46d3c..c17b9e9e758 100644
--- a/app-text/pandoc/pandoc-1.13.2.1.ebuild
+++ b/app-text/pandoc/pandoc-1.13.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
-IUSE="embed_data_files +https make-pandoc-man-pages +network-uri trypandoc"
+IUSE="embed-data-files +https make-pandoc-man-pages +network-uri trypandoc"
 
 RESTRICT=test # likes to break on highlighting-kate update
 
@@ -52,7 +52,7 @@ RDEPEND=">=dev-haskell/aeson-0.7.0.5:=[profile?]
        >=dev-haskell/zip-archive-0.2.3.4:=[profile?] 
<dev-haskell/zip-archive-0.3:=[profile?]
        >=dev-haskell/zlib-0.5:=[profile?] <dev-haskell/zlib-0.6:=[profile?]
        >=dev-lang/ghc-7.4.1:=
-       embed_data_files? ( dev-haskell/hsb2hs )
+       embed-data-files? ( dev-haskell/hsb2hs )
        https? ( >=dev-haskell/http-client-0.3.2:=[profile?] 
<dev-haskell/http-client-0.5:=[profile?]
                        >=dev-haskell/http-client-tls-0.2:=[profile?] 
<dev-haskell/http-client-tls-0.3:=[profile?]
                        >=dev-haskell/http-types-0.8:=[profile?] 
<dev-haskell/http-types-0.9:=[profile?] )
@@ -85,7 +85,7 @@ src_prepare() {
 
 src_configure() {
        haskell-cabal_src_configure \
-               $(cabal_flag embed_data_files embed_data_files) \
+               $(cabal_flag embed-data-files embed_data_files) \
                $(cabal_flag https https) \
                $(cabal_flag make-pandoc-man-pages make-pandoc-man-pages) \
                $(cabal_flag network-uri network-uri) \

diff --git a/app-text/pandoc/pandoc-1.14.0.4.ebuild 
b/app-text/pandoc/pandoc-1.14.0.4.ebuild
index 360b86c1404..0d2811c4fc5 100644
--- a/app-text/pandoc/pandoc-1.14.0.4.ebuild
+++ b/app-text/pandoc/pandoc-1.14.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
-IUSE="embed_data_files +https make-pandoc-man-pages +network-uri trypandoc"
+IUSE="embed-data-files +https make-pandoc-man-pages +network-uri trypandoc"
 
 RESTRICT=test # likes to break on highlighting-kate update
 
@@ -90,7 +90,7 @@ src_prepare() {
 
 src_configure() {
        haskell-cabal_src_configure \
-               $(cabal_flag embed_data_files embed_data_files) \
+               $(cabal_flag embed-data-files embed_data_files) \
                $(cabal_flag https https) \
                $(cabal_flag network-uri network-uri) \
                $(cabal_flag trypandoc trypandoc)

diff --git a/app-text/pandoc/pandoc-1.15.0.6.ebuild 
b/app-text/pandoc/pandoc-1.15.0.6.ebuild
index 7a70c85e7bf..22d82ef329b 100644
--- a/app-text/pandoc/pandoc-1.15.0.6.ebuild
+++ b/app-text/pandoc/pandoc-1.15.0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0/${PV}"
 KEYWORDS="amd64 x86"
-IUSE="embed_data_files +https +network-uri trypandoc"
+IUSE="embed-data-files +https +network-uri trypandoc"
 
 RESTRICT=test # likes to break on highlighting-kate update
 
@@ -74,7 +74,7 @@ DEPEND="${RDEPEND}
                >=dev-haskell/test-framework-0.3 <dev-haskell/test-framework-0.9
                >=dev-haskell/test-framework-hunit-0.2 
<dev-haskell/test-framework-hunit-0.4
                >=dev-haskell/test-framework-quickcheck2-0.2.9 
<dev-haskell/test-framework-quickcheck2-0.4 )
-       embed_data_files? ( dev-haskell/hsb2hs )
+       embed-data-files? ( dev-haskell/hsb2hs )
 "
 
 src_prepare() {
@@ -83,7 +83,7 @@ src_prepare() {
 
 src_configure() {
        haskell-cabal_src_configure \
-               $(cabal_flag embed_data_files embed_data_files) \
+               $(cabal_flag embed-data-files embed_data_files) \
                $(cabal_flag https https) \
                $(cabal_flag network-uri network-uri) \
                $(cabal_flag trypandoc trypandoc)

diff --git a/app-text/pandoc/pandoc-1.18.ebuild 
b/app-text/pandoc/pandoc-1.18.ebuild
index 6cb3e32e2e7..a15af2da819 100644
--- a/app-text/pandoc/pandoc-1.18.ebuild
+++ b/app-text/pandoc/pandoc-1.18.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
-IUSE="embed_data_files +https +network-uri trypandoc"
+IUSE="embed-data-files +https +network-uri trypandoc"
 
 RESTRICT=test # fails to load dynamic libraries
 
@@ -73,7 +73,7 @@ DEPEND="${RDEPEND}
                >=dev-haskell/test-framework-0.3 <dev-haskell/test-framework-0.9
                >=dev-haskell/test-framework-hunit-0.2 
<dev-haskell/test-framework-hunit-0.4
                >=dev-haskell/test-framework-quickcheck2-0.2.9 
<dev-haskell/test-framework-quickcheck2-0.4 )
-       embed_data_files? ( dev-haskell/hsb2hs )
+       embed-data-files? ( dev-haskell/hsb2hs )
 "
 
 src_prepare() {
@@ -86,7 +86,7 @@ src_prepare() {
 
 src_configure() {
        haskell-cabal_src_configure \
-               $(cabal_flag embed_data_files embed_data_files) \
+               $(cabal_flag embed-data-files embed_data_files) \
                $(cabal_flag https https) \
                $(cabal_flag network-uri network-uri) \
                $(cabal_flag trypandoc trypandoc)

diff --git a/app-text/pandoc/pandoc-1.19.2.1-r1.ebuild 
b/app-text/pandoc/pandoc-1.19.2.1-r1.ebuild
index ba14b58cdc4..aebce7cd304 100644
--- a/app-text/pandoc/pandoc-1.19.2.1-r1.ebuild
+++ b/app-text/pandoc/pandoc-1.19.2.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0/${PV}"
 KEYWORDS="amd64 x86"
-IUSE="embed_data_files +https +network-uri trypandoc weigh-pandoc"
+IUSE="embed-data-files +https +network-uri trypandoc weigh-pandoc"
 
 RDEPEND=">=dev-haskell/aeson-0.7.0.5:=[profile?] 
<dev-haskell/aeson-1.2:=[profile?]
        >=dev-haskell/base64-bytestring-0.1:=[profile?] 
<dev-haskell/base64-bytestring-1.1:=[profile?]
@@ -72,7 +72,7 @@ DEPEND="${RDEPEND}
                >=dev-haskell/test-framework-0.3 <dev-haskell/test-framework-0.9
                >=dev-haskell/test-framework-hunit-0.2 
<dev-haskell/test-framework-hunit-0.4
                >=dev-haskell/test-framework-quickcheck2-0.2.9 
<dev-haskell/test-framework-quickcheck2-0.4 )
-       embed_data_files? ( dev-haskell/hsb2hs )
+       embed-data-files? ( dev-haskell/hsb2hs )
 "
 
 src_prepare() {
@@ -85,7 +85,7 @@ src_prepare() {
 
 src_configure() {
        haskell-cabal_src_configure \
-               $(cabal_flag embed_data_files embed_data_files) \
+               $(cabal_flag embed-data-files embed_data_files) \
                $(cabal_flag https https) \
                $(cabal_flag network-uri network-uri) \
                $(cabal_flag trypandoc trypandoc) \

diff --git a/app-text/pandoc/pandoc-1.19.2.1.ebuild 
b/app-text/pandoc/pandoc-1.19.2.1.ebuild
index 8aa7bd5a81f..2f751283f9c 100644
--- a/app-text/pandoc/pandoc-1.19.2.1.ebuild
+++ b/app-text/pandoc/pandoc-1.19.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
-IUSE="embed_data_files +https +network-uri trypandoc weigh-pandoc"
+IUSE="embed-data-files +https +network-uri trypandoc weigh-pandoc"
 
 RDEPEND=">=dev-haskell/aeson-0.7.0.5:=[profile?] 
<dev-haskell/aeson-1.2:=[profile?]
        >=dev-haskell/base64-bytestring-0.1:=[profile?] 
<dev-haskell/base64-bytestring-1.1:=[profile?]
@@ -72,12 +72,12 @@ DEPEND="${RDEPEND}
                >=dev-haskell/test-framework-0.3 <dev-haskell/test-framework-0.9
                >=dev-haskell/test-framework-hunit-0.2 
<dev-haskell/test-framework-hunit-0.4
                >=dev-haskell/test-framework-quickcheck2-0.2.9 
<dev-haskell/test-framework-quickcheck2-0.4 )
-       embed_data_files? ( dev-haskell/hsb2hs )
+       embed-data-files? ( dev-haskell/hsb2hs )
 "
 
 src_configure() {
        haskell-cabal_src_configure \
-               $(cabal_flag embed_data_files embed_data_files) \
+               $(cabal_flag embed-data-files embed_data_files) \
                $(cabal_flag https https) \
                $(cabal_flag network-uri network-uri) \
                $(cabal_flag trypandoc trypandoc) \

Reply via email to