app-text/pandoc: drop underscores from IUSE, bug #695062
authorSergei Trofimovich <slyfox@gentoo.org>
Wed, 25 Sep 2019 18:52:37 +0000 (19:52 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Wed, 25 Sep 2019 18:52:45 +0000 (19:52 +0100)
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@gentoo.org>
app-text/pandoc/metadata.xml
app-text/pandoc/pandoc-1.12.4.2-r1.ebuild
app-text/pandoc/pandoc-1.13.2.1.ebuild
app-text/pandoc/pandoc-1.14.0.4.ebuild
app-text/pandoc/pandoc-1.15.0.6.ebuild
app-text/pandoc/pandoc-1.18.ebuild
app-text/pandoc/pandoc-1.19.2.1-r1.ebuild
app-text/pandoc/pandoc-1.19.2.1.ebuild

index f0713d9bef0640f08d88406a2701d3a4ea64bb7e..837984f412b5ff9952e4d827efc376735906c6a2 100644 (file)
@@ -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>
index 65d34c37daf145c805bd377812f224c2a59396d2..d5006973744056bcd565f11831c92a7cfe11aa34 100644 (file)
@@ -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)
 }
index bf83cd46d3c94a99d06776a9c5b46669c0808bbd..c17b9e9e758ff39ef4e03559425fdc9c6851a7db 100644 (file)
@@ -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) \
index 360b86c1404520bf1eb1edc77c7b1f15a9df830a..0d2811c4fc576ec6e78686ca88e1cb4f613a8f0d 100644 (file)
@@ -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)
index 7a70c85e7bf8fd63403192bf8a97fa6f52b282cb..22d82ef329b706ebc6b0941f96bfff01a90a166b 100644 (file)
@@ -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)
index 6cb3e32e2e756bf599a15ba6ef25e00b7eb380d5..a15af2da819291c76ae149a59599f40a9dd2842a 100644 (file)
@@ -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)
index ba14b58cdc405926bb0aac336b24b587071f6538..aebce7cd3047f0bc9907dbd5d0cd40fa56fefa75 100644 (file)
@@ -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) \
index 8aa7bd5a81f5775203cec751f255bae64d7dc1b0..2f751283f9caa51712661beea9433fa136c31527 100644 (file)
@@ -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) \