From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1112896-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 755FD138334 for <garchives@archives.gentoo.org>; Wed, 25 Sep 2019 18:52:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0468E089E; Wed, 25 Sep 2019 18:52:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4EE7DE089E for <gentoo-commits@lists.gentoo.org>; Wed, 25 Sep 2019 18:52:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC21934B599 for <gentoo-commits@lists.gentoo.org>; Wed, 25 Sep 2019 18:52:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40ED27F2 for <gentoo-commits@lists.gentoo.org>; Wed, 25 Sep 2019 18:52:52 +0000 (UTC) From: "Sergei Trofimovich" <slyfox@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" <slyfox@gentoo.org> Message-ID: <1569437565.4097db425a23e79c76a0f4ac041ba3aba95bfa0d.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pandoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: 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 X-VCS-Directories: app-text/pandoc/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 4097db425a23e79c76a0f4ac041ba3aba95bfa0d X-VCS-Branch: master Date: Wed, 25 Sep 2019 18:52:52 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a6a9464d-415d-43b0-aa39-375f4e7f9fde X-Archives-Hash: 2112cfc841e43ea3dbed8576227d4db1 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) \