summaryrefslogtreecommitdiff
path: root/dev-haskell/htf
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-22 14:43:09 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-22 14:43:09 +0100
commitc0a9f2400f704c438b0cef4f4105e7bb6c3cbbff (patch)
treef03dacf9fcbf88186d23a1c68620015cca2a06b2 /dev-haskell/htf
parent4c4bbf21230bd972cf759b2a40b782aa4149fc1f (diff)
gentoo auto-resync : 22:08:2022 - 14:43:09
Diffstat (limited to 'dev-haskell/htf')
-rw-r--r--dev-haskell/htf/Manifest3
-rw-r--r--dev-haskell/htf/htf-0.14.0.3.ebuild48
-rw-r--r--dev-haskell/htf/metadata.xml23
3 files changed, 0 insertions, 74 deletions
diff --git a/dev-haskell/htf/Manifest b/dev-haskell/htf/Manifest
deleted file mode 100644
index d29bd38f9529..000000000000
--- a/dev-haskell/htf/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST HTF-0.14.0.3.tar.gz 80795 BLAKE2B 8933c2bc9480ff7d29cf86cf5d7718ebd179aad55a7836b2f19cf1b93ba6acd48eba89410fe4040bb073111686ae736360554a598456b7a25c77e52ed05c4335 SHA512 cf839a3fa67aec998b1f035a9b5ddb326f57c859c13767f3681deb2f8041ac283c3bcf36d0c37b08ef7878fc8ada5623af60c72a548adf8c272d2d38f8609784
-EBUILD htf-0.14.0.3.ebuild 1203 BLAKE2B d9916e56999049859fffdc377855d591cb6a93f9f53bb0844dedc20c194647dd0056b84432717c85963ad6468b0837e004dea975f4d88efa4f35c07e9fdf8dad SHA512 a4992975e214cfa72be33a7653ca751730e48b64aeb864711144b508d6d38247b3f1e214942c5cc75baeca39a651376a0d6382036dfb5c7a8f29501ef0b634c5
-MISC metadata.xml 924 BLAKE2B 81a0a42ce825e6aeb353af3db6e6e43d12340436efd3bd5aa192199d2b07f0e61b1351d30d823cc7f94bf6c4f66449a07f8d51639e49aa2dcb96b4bf27267605 SHA512 e3fa7386ad709c2bbeadec662547144f7c71ae698dfb3cf07fc5235861e81e11417236805a14e9f7035c019f778d161f2cffc6b50eb4065a06c9d2631a713ef0
diff --git a/dev-haskell/htf/htf-0.14.0.3.ebuild b/dev-haskell/htf/htf-0.14.0.3.ebuild
deleted file mode 100644
index 25806e6a0ae1..000000000000
--- a/dev-haskell/htf/htf-0.14.0.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# 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 haddock hoogle hscolour" # test-suite: needs htfpp already installed, profile crashes cpp
-inherit haskell-cabal
-
-MY_PN="HTF"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="The Haskell Test Framework"
-HOMEPAGE="https://github.com/skogsbaer/HTF/"
-SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RESTRICT=test # needs stack, needs htfpp already installed
-
-RDEPEND=">=dev-haskell/aeson-0.11:=
- dev-haskell/base64-bytestring:=
- >=dev-haskell/cpphs-1.19:=
- >=dev-haskell/diff-0.3:=
- dev-haskell/haskell-src:=
- >=dev-haskell/hunit-1.2.5:=
- >=dev-haskell/lifted-base-0.1:=
- >=dev-haskell/monad-control-0.3:=
- >=dev-haskell/mtl-1.1:=
- >=dev-haskell/old-time-1.0:=
- >=dev-haskell/quickcheck-2.3:2=
- >=dev-haskell/random-1.0:=
- >=dev-haskell/regex-compat-0.92:=
- >=dev-haskell/text-0.11:=
- dev-haskell/vector:=
- >=dev-haskell/xmlgen-0.6:=
- >=dev-lang/ghc-7.6.2:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-2.0
- >=dev-haskell/cpphs-1.19
-"
-
-S="${WORKDIR}/${MY_P}"
diff --git a/dev-haskell/htf/metadata.xml b/dev-haskell/htf/metadata.xml
deleted file mode 100644
index a50cd071c80f..000000000000
--- a/dev-haskell/htf/metadata.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>haskell@gentoo.org</email>
- <name>Gentoo Haskell</name>
- </maintainer>
- <longdescription>
- The Haskell Test Framework (/HTF/ for short) lets you define unit
- tests (&lt;http://hunit.sourceforge.net&gt;), QuickCheck properties
- (&lt;http://www.cs.chalmers.se/~rjmh/QuickCheck/&gt;), and black box
- tests in an easy and convenient way. The HTF uses a custom
- preprocessor that collects test definitions automatically.
- Furthermore, the preprocessor allows the HTF to report failing
- test cases with exact file name and line number information.
-
- The documentation of the "Test.Framework.Tutorial" module
- provides a tutorial for the HTF.
- </longdescription>
- <upstream>
- <remote-id type="github">skogsbaer/HTF</remote-id>
- </upstream>
-</pkgmetadata>