commit: c47d067880d92d439087e99870433054eacef6b0 Author: Mark Wright <gienah <AT> gentoo <DOT> org> AuthorDate: Sun Jan 11 10:12:52 2026 +0000 Commit: Mark Wright <gienah <AT> gentoo <DOT> org> CommitDate: Sun Jan 11 12:19:10 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c47d0678
dev-haskell/tasty-inspection-testing: Add for dev-haskell/vector Signed-off-by: Mark Wright <gienah <AT> gentoo.org> dev-haskell/tasty-inspection-testing/Manifest | 2 ++ dev-haskell/tasty-inspection-testing/metadata.xml | 12 ++++++++++ .../tasty-inspection-testing-0.2.1-r1.ebuild | 27 ++++++++++++++++++++++ 3 files changed, 41 insertions(+) diff --git a/dev-haskell/tasty-inspection-testing/Manifest b/dev-haskell/tasty-inspection-testing/Manifest new file mode 100644 index 000000000000..dc34929f5b87 --- /dev/null +++ b/dev-haskell/tasty-inspection-testing/Manifest @@ -0,0 +1,2 @@ +DIST tasty-inspection-testing-0.2.1-rev2.cabal 1394 BLAKE2B 20883b39bf7b38eb7863c04f7a63e6636b250c3af45649e4119b9288899a9b446496ddabcc9fdb3cc0feb6724f8e3274e20ea413ec3b7ecfceaf049043b8f5c0 SHA512 37aff54865e29ada09d2a2f098a89869e15baac0f04e7535e98a40816d845fb59d2cc640694bcaa4e76eeecbf48f136f2852580a53acc16a67b47c03365d0456 +DIST tasty-inspection-testing-0.2.1.tar.gz 5418 BLAKE2B 68f4dfe0d7b82e2e2af75dae492976f249981683228a7d3af16921461449e768ce87a89259971a869350c0ea33a7eb63575e889b22bddb17c166f82dcbbaca98 SHA512 a4e72b87e3adee520a73f6ace25fd9888893dcb13259a695cf1962de839cd914c423d8785d17ecb79fb6dec9f63ba8b0cca254fcb68574b1dc82e869d4f91356 diff --git a/dev-haskell/tasty-inspection-testing/metadata.xml b/dev-haskell/tasty-inspection-testing/metadata.xml new file mode 100644 index 000000000000..05c41d3693a5 --- /dev/null +++ b/dev-haskell/tasty-inspection-testing/metadata.xml @@ -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>[email protected]</email> + <name>Gentoo Haskell</name> + </maintainer> + <upstream> + <remote-id type="hackage">tasty-inspection-testing</remote-id> + <remote-id type="github">Bodigrim/tasty-inspection-testing</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-haskell/tasty-inspection-testing/tasty-inspection-testing-0.2.1-r1.ebuild b/dev-haskell/tasty-inspection-testing/tasty-inspection-testing-0.2.1-r1.ebuild new file mode 100644 index 000000000000..0c3cb22b2085 --- /dev/null +++ b/dev-haskell/tasty-inspection-testing/tasty-inspection-testing-0.2.1-r1.ebuild @@ -0,0 +1,27 @@ +# 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_HACKAGE_REVISION=2 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Inspection testing support for tasty" +HOMEPAGE="https://github.com/Bodigrim/tasty-inspection-testing" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=">=dev-haskell/inspection-testing-0.5:=[profile?] <dev-haskell/inspection-testing-0.7:=[profile?] + <dev-haskell/tasty-1.6:=[profile?] + <dev-lang/ghc-9.13:=[profile?] + >=dev-lang/ghc-9.0.2:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-3.4.1.0 +"
