summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-08-21 23:25:55 +0200
committerJakov Smolić <jsmolic@gentoo.org>2022-08-21 23:31:40 +0200
commit6cfc8fdf92d58cf026a6f48c7d367b639dcb335b (patch)
tree688858086bf5470f9220a9cc8c60cdfdd3e957f8 /dev-haskell/testing-feat
parentdev-haskell/testing-type-modifiers: treeclean (diff)
downloadgentoo-6cfc8fdf92d58cf026a6f48c7d367b639dcb335b.tar.gz
gentoo-6cfc8fdf92d58cf026a6f48c7d367b639dcb335b.tar.bz2
gentoo-6cfc8fdf92d58cf026a6f48c7d367b639dcb335b.zip
dev-haskell/testing-feat: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-haskell/testing-feat')
-rw-r--r--dev-haskell/testing-feat/Manifest1
-rw-r--r--dev-haskell/testing-feat/metadata.xml23
-rw-r--r--dev-haskell/testing-feat/testing-feat-1.1.0.0.ebuild28
3 files changed, 0 insertions, 52 deletions
diff --git a/dev-haskell/testing-feat/Manifest b/dev-haskell/testing-feat/Manifest
deleted file mode 100644
index 39256717deba..000000000000
--- a/dev-haskell/testing-feat/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST testing-feat-1.1.0.0.tar.gz 15291 BLAKE2B e590af9bbe5b5382bdefb4375cff05340e9be2bfa75e7dde895dee7bf1a84e8494f304306a979c8120b98c5fe9899d9ad8d271456e6318b5a78b1381306d4838 SHA512 b6480e990f9b8065d9f5e9fcf0dfeefe7e722830848ed5614cbe11581329f4341eb90547b67c1471d8b2e8b230490040714b1f560456797980c5cec9d0aef6e0
diff --git a/dev-haskell/testing-feat/metadata.xml b/dev-haskell/testing-feat/metadata.xml
deleted file mode 100644
index 93e7d7385362..000000000000
--- a/dev-haskell/testing-feat/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>
- Feat (Functional Enumeration of Abstract Types) provides
- enumerations as functions from natural numbers to values
- (similar to @toEnum@ but for any algebraic data type). This
- can be used for SmallCheck-style systematic testing,
- QuickCheck style random testing, and hybrids of the two.
-
- The enumerators are defined in a very boilerplate manner
- and there is a Template Haskell script for deriving the
- class instance for most types.
- "Test.Feat" contain a subset of the other modules that
- should be sufficient for most test usage. There
- are some small and large example in the tar
- ball.
- </longdescription>
-</pkgmetadata>
diff --git a/dev-haskell/testing-feat/testing-feat-1.1.0.0.ebuild b/dev-haskell/testing-feat/testing-feat-1.1.0.0.ebuild
deleted file mode 100644
index b49fdd83ecf5..000000000000
--- a/dev-haskell/testing-feat/testing-feat-1.1.0.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.1
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Functional Enumeration of Algebraic Types"
-HOMEPAGE="https://github.com/JonasDuregard/testing-feat"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">dev-haskell/quickcheck-2:2=[profile?] <dev-haskell/quickcheck-3:2=[profile?]
- <dev-haskell/semigroups-0.19:=[profile?]
- <dev-haskell/size-based-0.2:=[profile?]
- <dev-haskell/testing-type-modifiers-0.2:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6
-"