commit:     ff232f146979afe9a9d5e035eab03465f4d78297
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 18 08:34:04 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> 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 <slyfox <AT> 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
+}

Reply via email to