diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-01-12 07:24:27 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-01-12 07:24:27 +0000 |
| commit | ca6c72bcf14c5cb03441c5b4ffec48d4fe152191 (patch) | |
| tree | d339435245bec10d0b210bb3783344388a31914a /dev-haskell/test-framework-hunit | |
| parent | 58b53639270192a4f5fabef21dca3a80ca8b060f (diff) | |
| download | baldeagleos-repo-ca6c72bcf14c5cb03441c5b4ffec48d4fe152191.tar.gz baldeagleos-repo-ca6c72bcf14c5cb03441c5b4ffec48d4fe152191.tar.xz baldeagleos-repo-ca6c72bcf14c5cb03441c5b4ffec48d4fe152191.zip | |
Adding metadata
Diffstat (limited to 'dev-haskell/test-framework-hunit')
3 files changed, 37 insertions, 38 deletions
diff --git a/dev-haskell/test-framework-hunit/Manifest b/dev-haskell/test-framework-hunit/Manifest index 5378ed32d7c2..324b298c0534 100644 --- a/dev-haskell/test-framework-hunit/Manifest +++ b/dev-haskell/test-framework-hunit/Manifest @@ -1 +1 @@ -DIST test-framework-hunit-0.3.0.2.tar.gz 2770 BLAKE2B 48d5d90f215a27402c77967e4656e99cf74740775a98b3fbbd6d3ecd90ec1dc8d31cf462df6f7ba2939b40dd524d5f13a4cde01ce0d03aeb2829726393ef39de SHA512 068ca4326935746769aa4023076e9bd85d1753073c6e67d88daa6ccf2a69f3bafb87c3b03fd5ada612f6ddbdf2447b06ef8f853675cf0efe9eafd80606c40e32 +DIST test-framework-hunit-0.3.0.3.tar.gz 2754 BLAKE2B d24123aa4804bb6c29a25b8d35f2a4bc0447912b1689aa89a4bab50def62f4474b6b143b44ddbaea14623b56a0180b9072372475f70338711d8d343e2e33c761 SHA512 1900787ee633b7da2aeda0e28c00bb8231d5c5941b13d327feeb6abadfebaf98b5d78e02f9ccbab07048b8cc134e3a4816bab843460fe49bb11b966f8087364e diff --git a/dev-haskell/test-framework-hunit/test-framework-hunit-0.3.0.2-r1.ebuild b/dev-haskell/test-framework-hunit/test-framework-hunit-0.3.0.2-r1.ebuild deleted file mode 100644 index ad37d559487f..000000000000 --- a/dev-haskell/test-framework-hunit/test-framework-hunit-0.3.0.2-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# ebuild generated by hackport 0.4.6.9999 -#hackport: flags: +base4 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="HUnit support for the test-framework package" -HOMEPAGE="https://batterseapower.github.io/test-framework/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/extensible-exceptions-0.1.1:=[profile?] <dev-haskell/extensible-exceptions-0.2.0:=[profile?] - >=dev-haskell/hunit-1.2:=[profile?] - >=dev-haskell/test-framework-0.2.0:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6 -" - -CABAL_CHDEPS=( - 'HUnit >= 1.2 && < 1.4' 'HUnit >= 1.2' -) - -src_configure() { - haskell-cabal_src_configure \ - --flag=base4 -} diff --git a/dev-haskell/test-framework-hunit/test-framework-hunit-0.3.0.3.ebuild b/dev-haskell/test-framework-hunit/test-framework-hunit-0.3.0.3.ebuild new file mode 100644 index 000000000000..2ddf48953696 --- /dev/null +++ b/dev-haskell/test-framework-hunit/test-framework-hunit-0.3.0.3.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.9.1.0 +#hackport: flags: +base4 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="HUnit support for the test-framework package" +HOMEPAGE="https://github.com/haskell/test-framework#readme" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=">=dev-haskell/hunit-1.5.0.0:=[profile?] <dev-haskell/hunit-1.7:=[profile?] + >=dev-haskell/test-framework-0.8:=[profile?] <dev-haskell/test-framework-0.9:=[profile?] + >=dev-lang/ghc-9.0.2:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-3.4.1.0 +" + +src_prepare() { + default + + cabal-mksetup +} + +src_configure() { + haskell-cabal_src_configure \ + --flag=base4 +} |
