From e7f37e03b952768321c8c943a80eff4152ea7bbd Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 22 Aug 2022 02:42:13 +0100 Subject: gentoo auto-resync : 22:08:2022 - 02:42:13 --- dev-haskell/testing-feat/Manifest | 3 --- dev-haskell/testing-feat/metadata.xml | 23 ------------------ .../testing-feat/testing-feat-1.1.0.0.ebuild | 28 ---------------------- 3 files changed, 54 deletions(-) delete mode 100644 dev-haskell/testing-feat/Manifest delete mode 100644 dev-haskell/testing-feat/metadata.xml delete mode 100644 dev-haskell/testing-feat/testing-feat-1.1.0.0.ebuild (limited to 'dev-haskell/testing-feat') diff --git a/dev-haskell/testing-feat/Manifest b/dev-haskell/testing-feat/Manifest deleted file mode 100644 index 0bc5698926b8..000000000000 --- a/dev-haskell/testing-feat/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST testing-feat-1.1.0.0.tar.gz 15291 BLAKE2B e590af9bbe5b5382bdefb4375cff05340e9be2bfa75e7dde895dee7bf1a84e8494f304306a979c8120b98c5fe9899d9ad8d271456e6318b5a78b1381306d4838 SHA512 b6480e990f9b8065d9f5e9fcf0dfeefe7e722830848ed5614cbe11581329f4341eb90547b67c1471d8b2e8b230490040714b1f560456797980c5cec9d0aef6e0 -EBUILD testing-feat-1.1.0.0.ebuild 760 BLAKE2B 8cf33439afb973fc6aa6129a8e7953bd7579ce2e363de3153ede60ff5a90cc8e24e4178841402ad255a67ee98489a3597e0dc8734ca72c767b73aa5609560349 SHA512 055f85ba42e689c9a28fd20e0cb9283a101527ca656575f9c0280bf1738a9605363e8d4e0a52030f45a579a7e31f7a00055b9a883a7e4ad2ec20871bec1c09c8 -MISC metadata.xml 897 BLAKE2B 038153aceec18b051aa76a05f380ae908e9e061df677e37a29871c6fed8f63db43feb169cc92575cdb4395addc9c25042be0f8544416906c7d6eda976487c030 SHA512 15c2de20b020094719adfe543d2f6bf402f1974a32d2e6821e9d6cdd0899114545d37bbc2f74517f750b364c50723844e05f989aa8da314de903a94ab7ff2cd8 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 @@ - - - - - haskell@gentoo.org - Gentoo Haskell - - - 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. - - 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-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6 -" -- cgit v1.2.3