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 88E6C1382C5 for ; Mon, 18 Jan 2021 08:36:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C36DBE086E; Mon, 18 Jan 2021 08:36:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 AB511E086E for ; Mon, 18 Jan 2021 08:36:52 +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 A8FD9340D91 for ; Mon, 18 Jan 2021 08:36:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18A564AA for ; Mon, 18 Jan 2021 08:36:49 +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: <1610958999.ff232f146979afe9a9d5e035eab03465f4d78297.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/skylighting/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/skylighting/Manifest dev-haskell/skylighting/skylighting-0.10.2.ebuild X-VCS-Directories: dev-haskell/skylighting/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: ff232f146979afe9a9d5e035eab03465f4d78297 X-VCS-Branch: master Date: Mon, 18 Jan 2021 08:36:49 +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: 753738ad-8216-46a4-acd6-dd68b8123a2f X-Archives-Hash: e2bba25281cb2c2d3840a84c0a2b0e0e commit: ff232f146979afe9a9d5e035eab03465f4d78297 Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Jan 18 08:34:04 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Jan 18 08:36:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff232f14 dev-haskell/skylighting: bump up to 0.10.2 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/skylighting/Manifest | 1 + dev-haskell/skylighting/skylighting-0.10.2.ebuild | 36 +++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/dev-haskell/skylighting/Manifest b/dev-haskell/skylighting/Manifest index 89608250e23..99667335661 100644 --- a/dev-haskell/skylighting/Manifest +++ b/dev-haskell/skylighting/Manifest @@ -1 +1,2 @@ +DIST skylighting-0.10.2.tar.gz 633776 BLAKE2B 9f8899a7ad65e812009299f385033250d0ddc467d9f2574709a896bda45a27abf9d1ef275dd4b33ad351055b6f4476881f60a7f14cd21cd15da2b15cb10e17a4 SHA512 04d411580caf6102e3f8732c53b103412c6d42becfadbbcdd13053557235b632f07d82b22acad87ffc37f5705a387367aa21a0b70b1c5cf2ef52acce1b3e4e86 DIST skylighting-0.8.5.tar.gz 621391 BLAKE2B f17c1e729b2f669950ffec8a84bd9018acbd407f1c8c05bcbe65d77986ce72cdf55b0e967ce4070cd72e5a12fe469ee55cc3782401cc15f19da213a5fa92d592 SHA512 9d40d96020a3b54d549259f6c981ff63f666f490e900f29eda437ed76965f172e9c77c4def36850e448ca0d3fad035ce4e9a244fd0b3748c6c24fb413c69614f diff --git a/dev-haskell/skylighting/skylighting-0.10.2.ebuild b/dev-haskell/skylighting/skylighting-0.10.2.ebuild new file mode 100644 index 00000000000..69413875bb5 --- /dev/null +++ b/dev-haskell/skylighting/skylighting-0.10.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.7.9999 +#hackport: flags: -bootstrap,+system-pcre + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="syntax highlighting library" +HOMEPAGE="https://github.com/jgm/skylighting" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="executable" + +RDEPEND="~dev-haskell/skylighting-core-0.10.2:=[profile?] + >=dev-lang/ghc-7.10.1:= + executable? ( >=dev-haskell/blaze-html-0.5:=[profile?] + dev-haskell/pretty-show:=[profile?] + dev-haskell/text:=[profile?] ) +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.22.2.0 +" + +src_configure() { + haskell-cabal_src_configure \ + --flag=-bootstrap \ + $(cabal_flag executable executable) \ + --flag=system-pcre +}