diff options
author | 2020-07-29 12:50:49 +1000 | |
---|---|---|
committer | 2020-08-01 09:00:58 +0100 | |
commit | c0c0043fc10727807262ecb9ffa1b8993912cf5c (patch) | |
tree | d100f0fdf6a501bc3d04dc5918b06b9e116d3ecf /dev-haskell/skylighting | |
parent | dev-haskell/skylighting-core: add package (diff) | |
download | gentoo-c0c0043fc10727807262ecb9ffa1b8993912cf5c.tar.gz gentoo-c0c0043fc10727807262ecb9ffa1b8993912cf5c.tar.bz2 gentoo-c0c0043fc10727807262ecb9ffa1b8993912cf5c.zip |
dev-haskell/skylighting: bump up to 0.8.5
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/skylighting')
-rw-r--r-- | dev-haskell/skylighting/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/skylighting/skylighting-0.8.5.ebuild | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/dev-haskell/skylighting/Manifest b/dev-haskell/skylighting/Manifest index 528f41298b05..67169a956c96 100644 --- a/dev-haskell/skylighting/Manifest +++ b/dev-haskell/skylighting/Manifest @@ -1,2 +1,3 @@ DIST skylighting-0.1.1.5.tar.gz 584235 BLAKE2B 87226657d721b1491565f6003eb0d9087edd7f25a67549bc60b219f4c0ff5a5d799a9aa1c42b087a805af235434ea288f1f659711eeb2299395ce5f976a734b2 SHA512 2d430d2067d7694978620af0c63ce47240074055bf5179b968ac2a430b9968f445307347c8975e550823f509c05ab600f07c3d1cdc7f8909bf19506e0153e3ef DIST skylighting-0.3.tar.gz 537701 BLAKE2B 5589aed231b25bd33160a314b5924432fe2c508bc58fbe1567d0742e19ff46784069c3e33f68888751e1c5252ead8050c7895d6fd6a05efd9588b79aee74eecf SHA512 5ecff7f3fcf244d58fa21a83ebad9358661079cd559802a7b7b888bef7969f40587f2ca80aefae5b5424e05c1fe6bc168a6df034eb843b3613f7b3fc0abedc04 +DIST skylighting-0.8.5.tar.gz 621391 BLAKE2B f17c1e729b2f669950ffec8a84bd9018acbd407f1c8c05bcbe65d77986ce72cdf55b0e967ce4070cd72e5a12fe469ee55cc3782401cc15f19da213a5fa92d592 SHA512 9d40d96020a3b54d549259f6c981ff63f666f490e900f29eda437ed76965f172e9c77c4def36850e448ca0d3fad035ce4e9a244fd0b3748c6c24fb413c69614f diff --git a/dev-haskell/skylighting/skylighting-0.8.5.ebuild b/dev-haskell/skylighting/skylighting-0.8.5.ebuild new file mode 100644 index 000000000000..d6f9599badda --- /dev/null +++ b/dev-haskell/skylighting/skylighting-0.8.5.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.4.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.8.5:=[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 +} |