summaryrefslogtreecommitdiff
path: root/dev-haskell/test-framework
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-haskell/test-framework
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/test-framework')
-rw-r--r--dev-haskell/test-framework/Manifest5
-rw-r--r--dev-haskell/test-framework/metadata.xml13
-rw-r--r--dev-haskell/test-framework/test-framework-0.8.1.1.ebuild46
-rw-r--r--dev-haskell/test-framework/test-framework-0.8.ebuild29
4 files changed, 0 insertions, 93 deletions
diff --git a/dev-haskell/test-framework/Manifest b/dev-haskell/test-framework/Manifest
deleted file mode 100644
index 527cd46bad8b..000000000000
--- a/dev-haskell/test-framework/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST test-framework-0.8.1.1.tar.gz 20900 BLAKE2B 4046a76825e645e82c5c2de7d098233b8bd93acbe8c932fe53d67c56350e87a623ffb2b379f95fce567cd4d8ed4459ea883e49d633f6e18c9ebefe058f74906d SHA512 7fd6015a0469623d2738c2a8d14c6b3a356c9463084a1b471f1c1b7b75bd33796ae8a0c01731e7b87dfa345be16bbeb262fcb1cdd4d8f1fdabd79c45f3570cbd
-DIST test-framework-0.8.tar.gz 20253 BLAKE2B 2dc4d0926e529a22776f370bf673c797c77cec97f4d7cf02da85ffcaf245496c2d19159481b2c88a00a04b5f850bd4acffe050c8abf58525f5779799b83a5304 SHA512 5f2238b65d644faf14a1b057abd642c31bcfc337b345d155cd7b04d99589aa269b74ce9b5225b843db8fcab25454b677a05c498c873ee26635c206f6470a438b
-EBUILD test-framework-0.8.1.1.ebuild 1371 BLAKE2B cfd2c541e963c4863917500957f0b0d6b319be8976106ab2419c9b42a29e784cb985d66a2212bf4191b5ec5010382d87b5f639e720c1377f84e42575cf137072 SHA512 bd46ede6c974aeda21c068ea8a3483707f15733c0c6f1a875b6b3d0dcb131445f7ea7b568810ea8c1352faae279568209fc4c4972ba8f7c744de142f8cae54b9
-EBUILD test-framework-0.8.ebuild 955 BLAKE2B 134d6424bb47e7caa33551de67c7808f27435dbbc0be77702b6ad985d37dd06abc3513e7ea86c7b590befb506e0aef658be82690ee3a9e8b62af7b3e9e97d4f8 SHA512 85050399cdc5b9b72bc4237f907a4d2fb620a12c55d57c0f72c0048f1b952e85cc0a371093805433c0a02ed9df4ada149dd34dc4242a7691770392fe52f130eb
-MISC metadata.xml 618 BLAKE2B 8aa3d4fe0748ba4e45564d7f27f8e80559df6927af1cf17d2aca7a19065280d0bf1ed7021aa29a15c408ff4b49a078fb686bb075cfebce096898ac013d53e609 SHA512 a766dac2018919d0d3af4f66ef80b968d4bb70fa7c5ec5c412bded7ee2d2208ea7fcd82cf27f4fdc02f38202146ae21e57efda83e283c083d711eac341e44a11
diff --git a/dev-haskell/test-framework/metadata.xml b/dev-haskell/test-framework/metadata.xml
deleted file mode 100644
index 20be587629d7..000000000000
--- a/dev-haskell/test-framework/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>haskell@gentoo.org</email>
- <name>Gentoo Haskell</name>
- </maintainer>
- <longdescription>
- Allows tests such as QuickCheck properties and HUnit test cases to be assembled into test groups, run in
- parallel (but reported in deterministic order, to aid diff interpretation) and filtered and controlled by
- command line options. All of this comes with colored test output, progress reporting and test statistics output.
- </longdescription>
-</pkgmetadata>
diff --git a/dev-haskell/test-framework/test-framework-0.8.1.1.ebuild b/dev-haskell/test-framework/test-framework-0.8.1.1.ebuild
deleted file mode 100644
index 039cabca33f7..000000000000
--- a/dev-haskell/test-framework/test-framework-0.8.1.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.4.9999
-
-CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Framework for running and organising tests, with HUnit and QuickCheck support"
-HOMEPAGE="https://batterseapower.github.io/test-framework/"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
-IUSE="test"
-RESTRICT="test" # tests are missing
-
-RDEPEND=">=dev-haskell/ansi-terminal-0.4.0:=[profile?]
- >=dev-haskell/ansi-wl-pprint-0.5.1:=[profile?]
- >=dev-haskell/hostname-1.0:=[profile?]
- >=dev-haskell/old-locale-1.0:=[profile?]
- >=dev-haskell/random-1.0:=[profile?]
- >=dev-haskell/regex-posix-0.72:=[profile?]
- >=dev-haskell/xml-1.3.5:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6
- test? ( >=dev-haskell/hunit-1.2:=[profile?]
- >=dev-haskell/libxml-0.1.1:=[profile?]
- >=dev-haskell/quickcheck-2.3:2=[profile?] <dev-haskell/quickcheck-2.9:2=[profile?] )
-"
-
-src_prepare() {
- cabal_chdeps \
- 'QuickCheck >= 2.3 && < 2.5' 'QuickCheck >= 2.3 && < 2.9' \
- 'time >= 1.1.2 && < 1.6' 'time >= 1.1.2'
-}
-
-src_configure() {
- haskell-cabal_src_configure \
- $(cabal_flag test tests)
-}
diff --git a/dev-haskell/test-framework/test-framework-0.8.ebuild b/dev-haskell/test-framework/test-framework-0.8.ebuild
deleted file mode 100644
index 9615d54a6c6a..000000000000
--- a/dev-haskell/test-framework/test-framework-0.8.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.1.9999
-
-CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Framework for running and organising tests, with HUnit and QuickCheck support"
-HOMEPAGE="https://batterseapower.github.com/test-framework/"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=dev-haskell/ansi-terminal-0.4.0:=[profile?]
- >=dev-haskell/ansi-wl-pprint-0.5.1:=[profile?]
- >=dev-haskell/extensible-exceptions-0.1.1:=[profile?]
- >=dev-haskell/hostname-1.0:=[profile?]
- >=dev-haskell/random-1.0:=[profile?]
- >=dev-haskell/regex-posix-0.72:=[profile?]
- >=dev-haskell/xml-1.3.5:=[profile?]
- >=dev-lang/ghc-6.12.1:="
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.2.3"