From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pandoc/
Date: Wed, 25 Sep 2019 18:52:52 +0000 (UTC) [thread overview]
Message-ID: <1569437565.4097db425a23e79c76a0f4ac041ba3aba95bfa0d.slyfox@gentoo> (raw)
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) \
next reply other threads:[~2019-09-25 18:52 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-25 18:52 Sergei Trofimovich [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-01 21:03 [gentoo-commits] repo/gentoo:master commit in: app-text/pandoc/ Matt Turner
2023-10-27 1:23 Sam James
2022-07-30 5:21 Sam James
2022-07-30 5:21 Sam James
2021-04-19 8:42 Sergei Trofimovich
2021-01-18 8:36 Sergei Trofimovich
2017-11-25 19:55 David Seifert
2017-09-23 18:41 Sergei Trofimovich
2017-02-25 15:30 Sergei Trofimovich
2017-02-18 11:28 Sergei Trofimovich
2016-03-28 12:22 Sergei Trofimovich
2015-09-19 15:53 Sergei Trofimovich
2015-08-18 19:47 Sergei Trofimovich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1569437565.4097db425a23e79c76a0f4ac041ba3aba95bfa0d.slyfox@gentoo \
--to=slyfox@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox