dev-haskell/pandoc-citeproc: convert IUSE underscore to dash
authorSergei Trofimovich <slyfox@gentoo.org>
Mon, 30 Sep 2019 07:30:23 +0000 (08:30 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Mon, 30 Sep 2019 07:31:15 +0000 (08:31 +0100)
Reported-by: Michał Górny
Closes: https://bugs.gentoo.org/695034
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
dev-haskell/pandoc-citeproc/metadata.xml
dev-haskell/pandoc-citeproc/pandoc-citeproc-0.1.2.1.ebuild
dev-haskell/pandoc-citeproc/pandoc-citeproc-0.10.4.1.ebuild
dev-haskell/pandoc-citeproc/pandoc-citeproc-0.10.4.ebuild
dev-haskell/pandoc-citeproc/pandoc-citeproc-0.2.ebuild
dev-haskell/pandoc-citeproc/pandoc-citeproc-0.3.1.ebuild
dev-haskell/pandoc-citeproc/pandoc-citeproc-0.6.ebuild
dev-haskell/pandoc-citeproc/pandoc-citeproc-0.7.2.ebuild
dev-haskell/pandoc-citeproc/pandoc-citeproc-0.8.1.3.ebuild

index cc43b3deba93f9e5cedbb6233b62cd5eeb1a4d3a..44fca18984bd546e4899b016d3f1a9639180de88 100644 (file)
@@ -7,11 +7,11 @@
        </maintainer>
        <use>
                <flag name="bibutils">use Chris Putnam's <pkg>app-text/bibutils</pkg></flag>
-               <flag name="embed_data_files">Embed locale files into the library (needed for windows packaging)</flag>
+               <flag name="embed-data-files">Embed locale files into the library (needed for windows packaging)</flag>
                <flag name="network">use <pkg>dev-haskell/network</pkg> and <pkg>dev-haskell/http</pkg> to retrieve CSL file from URIs</flag>
                <flag name="hexpat">use <pkg>dev-haskell/hexpat</pkg> instead of <pkg>dev-haskell/xml</pkg> for XML parsing</flag>
-               <flag name="small_base">Choose the new smaller, split-up base package.</flag>
-               <flag name="test_citeproc">Build the test-citeproc program</flag>
+               <flag name="small-base">Choose the new smaller, split-up base package.</flag>
+               <flag name="test-citeproc">Build the test-citeproc program</flag>
                <flag name="unicode_collation">Use Haskell bindings to the <pkg>dev-libs/icu</pkg></flag>
        </use>
        <longdescription>
index ccaee0e55d7ebc7ef67bbcce3c0ec50aaa3e4097..f6d16965a96e70427ffc210a1a1681cc9caf82f4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 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="BSD"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
-IUSE="+bibutils embed_data_files +hexpat +network +small_base unicode_collation"
+IUSE="+bibutils embed-data-files +hexpat +network +small-base unicode_collation"
 RESTRICT=test # missing files: locales-en-US.xml: openBinaryFile
 
 RDEPEND=">=app-text/pandoc-1.12.0.2:=[profile?]
@@ -56,9 +56,9 @@ src_configure() {
 
        haskell-cabal_src_configure \
                $(cabal_flag bibutils bibutils) \
-               $(cabal_flag embed_data_files embed_data_files) \
+               $(cabal_flag embed-data-files embed_data_files) \
                $(cabal_flag hexpat hexpat) \
                $(cabal_flag network network) \
-               $(cabal_flag small_base small_base) \
+               $(cabal_flag small-base small_base) \
                $(cabal_flag unicode_collation unicode_collation)
 }
index e2d63fc8aa1941591c22e3836ebc80708646135e..533ce8a18a8c4c218ea7829cd9632546e25ca7d1 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
@@ -16,7 +16,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0/${PV}"
 KEYWORDS="amd64 x86"
-IUSE="+bibutils debug embed_data_files test_citeproc unicode_collation"
+IUSE="+bibutils debug embed-data-files test-citeproc unicode_collation"
 
 RESTRICT=test # execs a process dropping environment (with LD_PRELOAD)
 
@@ -40,24 +40,24 @@ RDEPEND=">=app-text/pandoc-1.16:=[profile?] <app-text/pandoc-2.1:=[profile?]
        >=dev-lang/ghc-7.4.1:=
        bibutils? ( >=dev-haskell/hs-bibutils-0.3:=[profile?] )
        debug? ( dev-haskell/pretty-show:=[profile?] )
-       test_citeproc? ( >=dev-haskell/temporary-1.1:=[profile?]
+       test-citeproc? ( >=dev-haskell/temporary-1.1:=[profile?]
                                >=dev-haskell/vector-0.10:=[profile?] )
-       !test_citeproc? ( dev-haskell/vector:=[profile?] )
+       !test-citeproc? ( dev-haskell/vector:=[profile?] )
        unicode_collation? ( dev-haskell/text-icu:=[profile?] )
        !unicode_collation? ( dev-haskell/rfc5051:=[profile?] )
 "
 DEPEND="${RDEPEND}
        >=dev-haskell/cabal-1.12
-       test? ( !test_citeproc? ( >=dev-haskell/temporary-1.1 ) )
-       embed_data_files? ( dev-haskell/hsb2hs )
+       test? ( !test-citeproc? ( >=dev-haskell/temporary-1.1 ) )
+       embed-data-files? ( dev-haskell/hsb2hs )
 "
 
 src_configure() {
        haskell-cabal_src_configure \
                $(cabal_flag bibutils bibutils) \
                $(cabal_flag debug debug) \
-               $(cabal_flag embed_data_files embed_data_files) \
+               $(cabal_flag embed-data-files embed_data_files) \
                --flag=-small_base \
-               $(cabal_flag test_citeproc test_citeproc) \
+               $(cabal_flag test-citeproc test_citeproc) \
                $(cabal_flag unicode_collation unicode_collation)
 }
index 64db508e0edfe36fbfcb4fdaaf45bc9e19bbfbba..a89de2bce4e4ae3eac4fc1750211b0542cc6d285 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
@@ -16,7 +16,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
-IUSE="+bibutils debug embed_data_files test_citeproc unicode_collation"
+IUSE="+bibutils debug embed-data-files test-citeproc unicode_collation"
 
 RESTRICT=test # execs a process dropping environment (with LD_PRELOAD)
 
@@ -40,24 +40,24 @@ RDEPEND=">=app-text/pandoc-1.16:=[profile?] <app-text/pandoc-2.1:=[profile?]
        >=dev-lang/ghc-7.4.1:=
        bibutils? ( >=dev-haskell/hs-bibutils-0.3:=[profile?] )
        debug? ( dev-haskell/pretty-show:=[profile?] )
-       test_citeproc? ( >=dev-haskell/temporary-1.1:=[profile?]
+       test-citeproc? ( >=dev-haskell/temporary-1.1:=[profile?]
                                >=dev-haskell/vector-0.10:=[profile?] )
-       !test_citeproc? ( dev-haskell/vector:=[profile?] )
+       !test-citeproc? ( dev-haskell/vector:=[profile?] )
        unicode_collation? ( dev-haskell/text-icu:=[profile?] )
        !unicode_collation? ( dev-haskell/rfc5051:=[profile?] )
 "
 DEPEND="${RDEPEND}
        >=dev-haskell/cabal-1.12
-       test? ( !test_citeproc? ( >=dev-haskell/temporary-1.1 ) )
-       embed_data_files? ( dev-haskell/hsb2hs )
+       test? ( !test-citeproc? ( >=dev-haskell/temporary-1.1 ) )
+       embed-data-files? ( dev-haskell/hsb2hs )
 "
 
 src_configure() {
        haskell-cabal_src_configure \
                $(cabal_flag bibutils bibutils) \
                $(cabal_flag debug debug) \
-               $(cabal_flag embed_data_files embed_data_files) \
+               $(cabal_flag embed-data-files embed_data_files) \
                --flag=-small_base \
-               $(cabal_flag test_citeproc test_citeproc) \
+               $(cabal_flag test-citeproc test_citeproc) \
                $(cabal_flag unicode_collation unicode_collation)
 }
index 72658455f8d16f1a91415627069b8ce7552e2f74..d94d2d87170966c1d449c588ffb2887462fad0e1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 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="BSD"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
-IUSE="+bibutils embed_data_files +hexpat +network +small_base unicode_collation"
+IUSE="+bibutils embed-data-files +hexpat +network +small-base unicode_collation"
 RESTRICT=test # missing files: locales-en-US.xml: openBinaryFile
 
 RDEPEND=">=app-text/pandoc-1.12.1:=[profile?]
@@ -54,9 +54,9 @@ src_configure() {
 
        haskell-cabal_src_configure \
                $(cabal_flag bibutils bibutils) \
-               $(cabal_flag embed_data_files embed_data_files) \
+               $(cabal_flag embed-data-files embed_data_files) \
                $(cabal_flag hexpat hexpat) \
                $(cabal_flag network network) \
-               $(cabal_flag small_base small_base) \
+               $(cabal_flag small-base small_base) \
                $(cabal_flag unicode_collation unicode_collation)
 }
index 6db5f10ed771bce6537a81d3a1ac397927142dd0..76125b17759293b822626e75b896b50960e0c684 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
@@ -16,7 +16,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0/${PV}"
 KEYWORDS="amd64 x86"
-IUSE="+bibutils embed_data_files +hexpat +network test_citeproc unicode_collation"
+IUSE="+bibutils embed-data-files +hexpat +network test-citeproc unicode_collation"
 
 RDEPEND=">=app-text/pandoc-1.12.1:=[profile?]
        dev-haskell/aeson:=[profile?]
@@ -66,10 +66,10 @@ src_configure() {
 
        haskell-cabal_src_configure \
                $(cabal_flag bibutils bibutils) \
-               $(cabal_flag embed_data_files embed_data_files) \
+               $(cabal_flag embed-data-files embed_data_files) \
                $(cabal_flag hexpat hexpat) \
                $(cabal_flag network network) \
                --flag=-small_base \
-               $(cabal_flag test_citeproc test_citeproc) \
+               $(cabal_flag test-citeproc test_citeproc) \
                $(cabal_flag unicode_collation unicode_collation)
 }
index 1172030256f2eb1433a31395809d8e6a4caa4850..0b2a203a2fd01df69b3216524a1994d32f568195 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
@@ -16,7 +16,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
-IUSE="+bibutils embed_data_files test_citeproc unicode_collation"
+IUSE="+bibutils embed-data-files test-citeproc unicode_collation"
 
 RESTRICT=test # missing files
 
@@ -56,8 +56,8 @@ src_configure() {
 
        haskell-cabal_src_configure \
                $(cabal_flag bibutils bibutils) \
-               $(cabal_flag embed_data_files embed_data_files) \
+               $(cabal_flag embed-data-files embed_data_files) \
                --flag=-small_base \
-               $(cabal_flag test_citeproc test_citeproc) \
+               $(cabal_flag test-citeproc test_citeproc) \
                $(cabal_flag unicode_collation unicode_collation)
 }
index 332e82c6e28d771188538d7e14dda56cd693bb25..03c9c514fe355cf8da86e10d56ecdd348fe6c66d 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
@@ -16,7 +16,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0/${PV}"
 KEYWORDS="amd64 x86"
-IUSE="+bibutils debug embed_data_files test_citeproc unicode_collation"
+IUSE="+bibutils debug embed-data-files test-citeproc unicode_collation"
 
 RESTRICT=test # fd:8: hClose: resource vanished (Broken pipe)
 
@@ -56,8 +56,8 @@ src_configure() {
        haskell-cabal_src_configure \
                $(cabal_flag bibutils bibutils) \
                $(cabal_flag debug debug) \
-               $(cabal_flag embed_data_files embed_data_files) \
+               $(cabal_flag embed-data-files embed_data_files) \
                --flag=-small_base \
-               $(cabal_flag test_citeproc test_citeproc) \
+               $(cabal_flag test-citeproc test-citeproc) \
                $(cabal_flag unicode_collation unicode_collation)
 }
index 51b893fd6c45da5ffea7695b9254e19864525076..dac020cd335f153a9448c668834aef22ed145f9f 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
@@ -16,7 +16,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
-IUSE="+bibutils debug embed_data_files test_citeproc unicode_collation"
+IUSE="+bibutils debug embed-data-files test-citeproc unicode_collation"
 
 RESTRICT=test # execs a process dropping environment (with LD_PRELOAD)
 
@@ -47,7 +47,7 @@ RDEPEND=">=app-text/pandoc-1.13:=[profile?]
 "
 DEPEND="${RDEPEND}
        >=dev-haskell/cabal-1.12
-       embed_data_files? ( dev-haskell/hsb2hs )
+       embed-data-files? ( dev-haskell/hsb2hs )
 "
 
 src_prepare() {
@@ -58,8 +58,8 @@ src_configure() {
        haskell-cabal_src_configure \
                $(cabal_flag bibutils bibutils) \
                $(cabal_flag debug debug) \
-               $(cabal_flag embed_data_files embed_data_files) \
+               $(cabal_flag embed-data-files embed_data_files) \
                --flag=-small_base \
-               $(cabal_flag test_citeproc test_citeproc) \
+               $(cabal_flag test-citeproc test_citeproc) \
                $(cabal_flag unicode_collation unicode_collation)
 }