Skip to content

Commit

Permalink
+ implicitcad stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
l29ah committed Sep 14, 2020
1 parent a7143a3 commit 7f38cde
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-gfx/implicitcad/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST implicit-0.3.0.1.tar.gz 102503 SHA256 360428a3ac1870d8fc33bd535cde56499d3411404b0a10a34f125812db4804a4 SHA512 f75f736476cce18c3d3709c8819faeb18a0e25632f043860248931a91b4f6808c3a68b71201ecc36640db5f3b67cad76001bec80019dfc94cc62169d9a1afde4 WHIRLPOOL 249e09cc8f8e01af3454d8c6c94fa5fba8e8974b453cd39c83e36ff9ad4940acbbc356a828962847330511ad8e82c730da149aaa787c68a9669c405367b6ca62
42 changes: 42 additions & 0 deletions media-gfx/implicitcad/implicitcad-0.3.0.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

# ebuild generated by hackport 0.6.6.9999

CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal

DESCRIPTION="A math-inspired programmatic 2D & 3D CAD system"
HOMEPAGE="http://implicitcad.org/"
MY_PN=implicit
MY_P=$MY_PN-$PV
S="${WORKDIR}/${MY_P}"
SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"

LICENSE="AGPL-3"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="dev-haskell/blaze-builder:=[profile?]
dev-haskell/blaze-markup:=[profile?]
dev-haskell/blaze-svg:=[profile?]
dev-haskell/criterion:=[profile?]
dev-haskell/hspec:=[profile?]
dev-haskell/juicypixels:=[profile?]
dev-haskell/monads-tf:=[profile?]
>=dev-haskell/optparse-applicative-0.10.0:=[profile?]
dev-haskell/parallel:=[profile?]
dev-haskell/parsec:=[profile?]
dev-haskell/snap-core:=[profile?]
dev-haskell/snap-server:=[profile?]
dev-haskell/storable-endian:=[profile?]
dev-haskell/text:=[profile?]
dev-haskell/vector-space:=[profile?]
>=dev-lang/ghc-7.8.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.18.1.3
"

0 comments on commit 7f38cde

Please sign in to comment.