mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-haskell/svgfonts: new package, add 1.8.1
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
1
dev-haskell/svgfonts/Manifest
Normal file
1
dev-haskell/svgfonts/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST svgfonts-1.8.1.tar.gz 648919 BLAKE2B a19d67a02d764b5066c7d35115159065aeb6b3cd274870d03cfaef95b6c6440410a31748105f11ec75bdcda9b833d1d7aec67ce0ad1fa977ef525db2b1590e71 SHA512 883ed2d462a568d10538396168cb7f811f6c50881638c9563ad0d060e45499698bf5e3997350e7095ec1521def30ff607a1f244eb0c62b25d60c699119fd951c
|
||||
12
dev-haskell/svgfonts/metadata.xml
Normal file
12
dev-haskell/svgfonts/metadata.xml
Normal 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">SVGFonts</remote-id>
|
||||
<remote-id type="github">diagrams/SVGFonts</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
37
dev-haskell/svgfonts/svgfonts-1.8.1.ebuild
Normal file
37
dev-haskell/svgfonts/svgfonts-1.8.1.ebuild
Normal file
@@ -0,0 +1,37 @@
|
||||
# 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_PN="SVGFonts"
|
||||
|
||||
CABAL_FEATURES="lib profile haddock hoogle hscolour"
|
||||
inherit haskell-cabal
|
||||
|
||||
DESCRIPTION="Fonts from the SVG-Font format"
|
||||
HOMEPAGE="https://hackage.haskell.org/package/SVGFonts"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
|
||||
|
||||
RDEPEND="dev-haskell/attoparsec:=[profile?]
|
||||
>=dev-haskell/blaze-markup-0.5:=[profile?]
|
||||
>=dev-haskell/blaze-svg-0.3.3:=[profile?]
|
||||
dev-haskell/cereal:=[profile?]
|
||||
dev-haskell/cereal-vector:=[profile?]
|
||||
>=dev-haskell/data-default-class-0.2:=[profile?] <dev-haskell/data-default-class-0.3:=[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.6:=[profile?]
|
||||
dev-haskell/parsec:=[profile?]
|
||||
dev-haskell/split:=[profile?]
|
||||
dev-haskell/text:=[profile?]
|
||||
dev-haskell/vector:=[profile?]
|
||||
dev-haskell/xml:=[profile?]
|
||||
>=dev-lang/ghc-9.0.2:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-3.4.1.0
|
||||
"
|
||||
Reference in New Issue
Block a user