diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:47:34 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:47:34 -0500 |
| commit | dda948891d3731927b821ce31f9d9a2d03ba20c5 (patch) | |
| tree | 99cd40be4cbb0606260da212cd81b8ab2db9da9b /dev-haskell/inspection-testing | |
| parent | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (diff) | |
| download | baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.gz baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.xz baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.zip | |
Adding metadata
Diffstat (limited to 'dev-haskell/inspection-testing')
| -rw-r--r-- | dev-haskell/inspection-testing/Manifest | 1 | ||||
| -rw-r--r-- | dev-haskell/inspection-testing/inspection-testing-0.6.ebuild | 30 | ||||
| -rw-r--r-- | dev-haskell/inspection-testing/metadata.xml | 9 |
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-haskell/inspection-testing/Manifest b/dev-haskell/inspection-testing/Manifest new file mode 100644 index 000000000000..143b90d2ce41 --- /dev/null +++ b/dev-haskell/inspection-testing/Manifest @@ -0,0 +1 @@ +DIST inspection-testing-0.6.tar.gz 25356 BLAKE2B 07e1a5ae5bc0852cdbeaf41bcca98021e3d848e6d097512d360ba9896f534485960907bc9080ecde2f9b1a682cdab1e13b9a34e212167e0814212cf957e42ef3 SHA512 23b0c16aff48382ad818e30e53ab3c8c4e2cf5c8b5d269ad2981bc24e8e692d28c59a8569e8dcbff661bc1b3fc2f7d95ff64bc541be51cfe2c80a3054970a83c diff --git a/dev-haskell/inspection-testing/inspection-testing-0.6.ebuild b/dev-haskell/inspection-testing/inspection-testing-0.6.ebuild new file mode 100644 index 000000000000..a3a36c3f4b93 --- /dev/null +++ b/dev-haskell/inspection-testing/inspection-testing-0.6.ebuild @@ -0,0 +1,30 @@ +# 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 +#hackport: flags: -more-tests,-old-text-tests + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="GHC plugin to do inspection testing" +HOMEPAGE="https://github.com/nomeata/inspection-testing" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=">=dev-lang/ghc-8.0.2:=[profile?] <dev-lang/ghc-9.13:=[profile?] + >=dev-lang/ghc-9.0.2:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-3.4.1.0 +" + +src_configure() { + haskell-cabal_src_configure \ + --flag=-more-tests \ + --flag=-old-text-tests +} diff --git a/dev-haskell/inspection-testing/metadata.xml b/dev-haskell/inspection-testing/metadata.xml new file mode 100644 index 000000000000..6fb61853d497 --- /dev/null +++ b/dev-haskell/inspection-testing/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>haskell@gentoo.org</email> + <name>Gentoo Haskell</name> + </maintainer> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
