dev-haskell/cubicbezier: new package, add 0.6.0.7

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:54 -07:00
committed by Mark Wright
parent 01e26d21f6
commit 796e8b94ec
3 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST cubicbezier-0.6.0.7.tar.gz 49420 BLAKE2B 226a16e0fe26b25bcf312a9691f93620267ea734db9deeb720b0d082530e4c2738ca428b97f3dcdac754edc8d8b2345c5c297420857cd1921374a206981dfbe1 SHA512 364668bf6ebe1e765ef2c3b5172b25681958fa0457b3f640a8f247feb7bf6570781029f99a2401fd980fc0acdbede6ffd466acd4bfb3ee30e4b69026602276a5

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.8.5.1.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Efficient manipulating of 2D cubic bezier curves"
HOMEPAGE="https://hackage.haskell.org/package/cubicbezier"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE="debug"
RDEPEND=">=dev-haskell/fast-math-1.0.0:=[profile?]
>=dev-haskell/integration-0.1.1:=[profile?]
>=dev-haskell/matrices-0.5.0:=[profile?]
>=dev-haskell/microlens-0.1.2:=[profile?]
>=dev-haskell/microlens-mtl-0.1.2:=[profile?]
>=dev-haskell/microlens-th-0.1.2:=[profile?]
>=dev-haskell/vector-0.10:=[profile?]
>=dev-haskell/vector-space-0.10.4:=[profile?]
>=dev-lang/ghc-9.0.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-3.4.1.0
test? ( >=dev-haskell/parsec-3.0
>=dev-haskell/tasty-0.8
>=dev-haskell/tasty-hunit-0.9 )
"
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag debug debug)
}

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">cubicbezier</remote-id>
<remote-id type="github">kuribas/cubicbezier</remote-id>
</upstream>
</pkgmetadata>