Unverified Commit 7ecd81b9 authored by Jack Todaro's avatar Jack Todaro
Browse files

dev-haskell/skylighting: bump up to 0.10.2



Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: default avatarJack Todaro <solpeth@posteo.org>
parent ebb960a2
DIST skylighting-0.10.2.tar.gz 633776 BLAKE2B 9f8899a7ad65e812009299f385033250d0ddc467d9f2574709a896bda45a27abf9d1ef275dd4b33ad351055b6f4476881f60a7f14cd21cd15da2b15cb10e17a4 SHA512 04d411580caf6102e3f8732c53b103412c6d42becfadbbcdd13053557235b632f07d82b22acad87ffc37f5705a387367aa21a0b70b1c5cf2ef52acce1b3e4e86
DIST skylighting-0.8.5.tar.gz 621391 BLAKE2B f17c1e729b2f669950ffec8a84bd9018acbd407f1c8c05bcbe65d77986ce72cdf55b0e967ce4070cd72e5a12fe469ee55cc3782401cc15f19da213a5fa92d592 SHA512 9d40d96020a3b54d549259f6c981ff63f666f490e900f29eda437ed76965f172e9c77c4def36850e448ca0d3fad035ce4e9a244fd0b3748c6c24fb413c69614f DIST skylighting-0.8.5.tar.gz 621391 BLAKE2B f17c1e729b2f669950ffec8a84bd9018acbd407f1c8c05bcbe65d77986ce72cdf55b0e967ce4070cd72e5a12fe469ee55cc3782401cc15f19da213a5fa92d592 SHA512 9d40d96020a3b54d549259f6c981ff63f666f490e900f29eda437ed76965f172e9c77c4def36850e448ca0d3fad035ce4e9a244fd0b3748c6c24fb413c69614f
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<name>Gentoo Haskell</name> <name>Gentoo Haskell</name>
</maintainer> </maintainer>
<use> <use>
<flag name="executable">Build the skylighting executable.</flag> <flag name="executable">Whether to build the skylighting program</flag>
</use> </use>
<longdescription> <longdescription>
Skylighting is a syntax highlighting library with Skylighting is a syntax highlighting library with
...@@ -17,5 +17,9 @@ ...@@ -17,5 +17,9 @@
An optional command-line program is provided. An optional command-line program is provided.
Skylighting is intended to be the successor to Skylighting is intended to be the successor to
highlighting-kate. highlighting-kate.
This package provides generated syntax modules
based on the KDE XML definitions provided by the
@skylighting-core@ package. As a result this
package is licensed under the GPL.
</longdescription> </longdescription>
</pkgmetadata> </pkgmetadata>
# Copyright 1999-2020 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
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment