From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 ; 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 ; 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 ; 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 ; Wed, 25 Sep 2019 18:52:52 +0000 (UTC) From: "Sergei Trofimovich" 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" 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: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail 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 gentoo org> AuthorDate: Wed Sep 25 18:52:37 2019 +0000 Commit: Sergei Trofimovich gentoo 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 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. - Embed data files in binary for relocatable executable. + Embed data files in binary for relocatable executable. Enable downloading of resources over https. Build trypandoc cgi executable. Enable support for downloading of resources over https. 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/zip-archive-0.1.3.3:=[profile?] =dev-haskell/zlib-0.5:=[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-types-0.8:=[profile?] =dev-haskell/test-framework-0.3 =dev-haskell/test-framework-hunit-0.2 =dev-haskell/test-framework-quickcheck2-0.2.9 =dev-haskell/test-framework-0.3 =dev-haskell/test-framework-hunit-0.2 =dev-haskell/test-framework-quickcheck2-0.2.9