dev-haskell/diagrams-cairo: new package, add 1.4.3

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
hololeap
2026-01-23 22:16:49 -07:00
committed by Mark Wright
parent 0934fb81e6
commit 78079964a6
3 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST diagrams-cairo-1.4.3.tar.gz 21879 BLAKE2B afece160c75241cd0494d76255977f6f78a5ab2f365435ae76646b9696377253aed876296fa383f59757c0dea5e29d5cae259341d9f3fab419429e69199e897f SHA512 904a0f864d117d9a4c79abad3f5edf4051d0eca1e6c08bf5c93d8df1018129f4ea2b67f3285eed832e6e1db889b979621c4b3a080ca55aff5b2b5253c32cac9a

View File

@@ -0,0 +1,39 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# ebuild generated by hackport 0.9.0.0.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Cairo backend for diagrams drawing EDSL"
HOMEPAGE="https://diagrams.github.io"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
CABAL_CHDEPS=(
'data-default >=0.8 && <0.9' 'data-default >= 0.7'
)
RDEPEND=">=dev-haskell/cairo-0.12.4:=[profile?] <dev-haskell/cairo-0.14:=[profile?]
dev-haskell/colour:=[profile?]
>=dev-haskell/data-default-0.7:=[profile?]
>=dev-haskell/diagrams-core-1.3:=[profile?] <dev-haskell/diagrams-core-1.6:=[profile?]
>=dev-haskell/diagrams-lib-1.3:=[profile?] <dev-haskell/diagrams-lib-1.5:=[profile?]
>=dev-haskell/hashable-1.1:=[profile?] <dev-haskell/hashable-1.6:=[profile?]
>=dev-haskell/juicypixels-3.1.3.2:=[profile?] <dev-haskell/juicypixels-3.4:=[profile?]
>=dev-haskell/lens-3.8:=[profile?] <dev-haskell/lens-5.4:=[profile?]
>=dev-haskell/optparse-applicative-0.13:=[profile?] <dev-haskell/optparse-applicative-0.19:=[profile?]
>=dev-haskell/pango-0.12.5:=[profile?] <dev-haskell/pango-0.14:=[profile?]
>=dev-haskell/split-0.1.2:=[profile?] <dev-haskell/split-0.3:=[profile?]
>=dev-haskell/statestack-0.2:=[profile?] <dev-haskell/statestack-0.4:=[profile?]
>=dev-haskell/vector-0.10.0:=[profile?] <dev-haskell/vector-0.14:=[profile?]
>=dev-lang/ghc-9.0.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-3.4.1.0
"

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<upstream>
<remote-id type="hackage">diagrams-cairo</remote-id>
<remote-id type="github">diagrams/diagrams-cairo</remote-id>
</upstream>
</pkgmetadata>