From 2178f73b323e92e9a496e7fa5932715670d4459c Mon Sep 17 00:00:00 2001 From: hololeap Date: Mon, 2 Oct 2023 23:10:40 -0600 Subject: dev-haskell/chasingbottoms: new package, add 1.3.1.12 Signed-off-by: hololeap Signed-off-by: Sam James --- dev-haskell/chasingbottoms/Manifest | 1 + .../chasingbottoms/chasingbottoms-1.3.1.12.ebuild | 34 ++++++++++++++++++++++ dev-haskell/chasingbottoms/metadata.xml | 11 +++++++ 3 files changed, 46 insertions(+) create mode 100644 dev-haskell/chasingbottoms/Manifest create mode 100644 dev-haskell/chasingbottoms/chasingbottoms-1.3.1.12.ebuild create mode 100644 dev-haskell/chasingbottoms/metadata.xml (limited to 'dev-haskell/chasingbottoms') diff --git a/dev-haskell/chasingbottoms/Manifest b/dev-haskell/chasingbottoms/Manifest new file mode 100644 index 000000000000..bb336afe7388 --- /dev/null +++ b/dev-haskell/chasingbottoms/Manifest @@ -0,0 +1 @@ +DIST chasingbottoms-1.3.1.12.tar.gz 31960 BLAKE2B 0183ef16bcb79f545c97d0a18972fb5fcf964a1255b83b8f202ae96a3211b2cc07ecbc9c808200bdb887b7db8571acb7619e6ad62f8b8c3be0ef8699b635b699 SHA512 601a577ff45cb5565397fcc428073b7ce2c9a9e033950adb5af67977c719f83ce4fe2be378280108406ad2b9d436bd3e8d15e4b82846ffd8b881151fbe5941ed diff --git a/dev-haskell/chasingbottoms/chasingbottoms-1.3.1.12.ebuild b/dev-haskell/chasingbottoms/chasingbottoms-1.3.1.12.ebuild new file mode 100644 index 000000000000..22357040b664 --- /dev/null +++ b/dev-haskell/chasingbottoms/chasingbottoms-1.3.1.12.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.8.1.0.9999 +#hackport: flags: -build-tests + +CABAL_PN="ChasingBottoms" + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="For testing partial and infinite values" +HOMEPAGE="https://hackage.haskell.org/package/ChasingBottoms" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=" + >=dev-haskell/quickcheck-2.10:2=[profile?] =dev-haskell/random-1.0:=[profile?] =dev-haskell/syb-0.1.0.2:=[profile?] =dev-lang/ghc-8.8.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-3.0.0.0 +" + +src_configure() { + haskell-cabal_src_configure \ + --flag=-build-tests +} diff --git a/dev-haskell/chasingbottoms/metadata.xml b/dev-haskell/chasingbottoms/metadata.xml new file mode 100644 index 000000000000..f316b3e95e8b --- /dev/null +++ b/dev-haskell/chasingbottoms/metadata.xml @@ -0,0 +1,11 @@ + + + + + haskell@gentoo.org + Gentoo Haskell + + + ChasingBottoms + + -- cgit v1.2.3-65-gdbad