From 38c25d00cf85011b3390a13fcae04aea229ce70c Mon Sep 17 00:00:00 2001 From: hololeap Date: Mon, 2 Oct 2023 23:04:57 -0600 Subject: [PATCH] dev-haskell/skylighting-format-blaze-html: new package, add 0.1.1.1 Signed-off-by: hololeap Signed-off-by: Sam James --- .../skylighting-format-blaze-html/Manifest | 1 + .../metadata.xml | 12 +++++++++ ...ylighting-format-blaze-html-0.1.1.1.ebuild | 25 +++++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 dev-haskell/skylighting-format-blaze-html/Manifest create mode 100644 dev-haskell/skylighting-format-blaze-html/metadata.xml create mode 100644 dev-haskell/skylighting-format-blaze-html/skylighting-format-blaze-html-0.1.1.1.ebuild diff --git a/dev-haskell/skylighting-format-blaze-html/Manifest b/dev-haskell/skylighting-format-blaze-html/Manifest new file mode 100644 index 0000000000000..811a745d658a5 --- /dev/null +++ b/dev-haskell/skylighting-format-blaze-html/Manifest @@ -0,0 +1 @@ +DIST skylighting-format-blaze-html-0.1.1.1.tar.gz 4853 BLAKE2B 686b68bb04bcc923e66a075fbcdb33ab746846c9e330f349cf550405f61f9808177facb25f5c96c4d79b300f18cba99245462b15663513d5cbf518f03de0e9b1 SHA512 0401468113e144890b28c214d28a1bee8bb3f74c67503add09539759f7bdd5860a07d1544965391c5dd68ef1f7e30bcf7880133859a7f6f92792fa0d3ea7c55a diff --git a/dev-haskell/skylighting-format-blaze-html/metadata.xml b/dev-haskell/skylighting-format-blaze-html/metadata.xml new file mode 100644 index 0000000000000..eada8b70077bc --- /dev/null +++ b/dev-haskell/skylighting-format-blaze-html/metadata.xml @@ -0,0 +1,12 @@ + + + + + haskell@gentoo.org + Gentoo Haskell + + + skylighting-format-blaze-html + jgm/skylighting + + diff --git a/dev-haskell/skylighting-format-blaze-html/skylighting-format-blaze-html-0.1.1.1.ebuild b/dev-haskell/skylighting-format-blaze-html/skylighting-format-blaze-html-0.1.1.1.ebuild new file mode 100644 index 0000000000000..0b60e2137a1b0 --- /dev/null +++ b/dev-haskell/skylighting-format-blaze-html/skylighting-format-blaze-html-0.1.1.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.8.4.0.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="HTML formatter for skylighting syntax highlighting library" +HOMEPAGE="https://github.com/jgm/skylighting" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=">=dev-haskell/blaze-html-0.5:=[profile?] + dev-haskell/skylighting-core:=[profile?] + dev-haskell/text:=[profile?] + >=dev-lang/ghc-8.10.6:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-3.2.1.0 +"