summaryrefslogtreecommitdiff
path: root/dev-haskell/tasty-th
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/tasty-th
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/tasty-th')
-rw-r--r--dev-haskell/tasty-th/Manifest5
-rw-r--r--dev-haskell/tasty-th/metadata.xml14
-rw-r--r--dev-haskell/tasty-th/tasty-th-0.1.3.ebuild26
-rw-r--r--dev-haskell/tasty-th/tasty-th-0.1.4.ebuild25
4 files changed, 0 insertions, 70 deletions
diff --git a/dev-haskell/tasty-th/Manifest b/dev-haskell/tasty-th/Manifest
deleted file mode 100644
index 59b2447b00c9..000000000000
--- a/dev-haskell/tasty-th/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST tasty-th-0.1.3.tar.gz 2636 BLAKE2B 73624c11b93e2cd5b0eb6069d8c44e41a70264b998e6633dc0ed20c1ba12b767027c862f9cfda711d39bdabdbfbc3091901744b87e5a9634aaaa51db8b074082 SHA512 47b2f9a5d471943b78e66e3082186a6b42901d57a5333a2142d211370be35354cddce12c5926490e945d6dc8b35d9ab2527c6b36ad457b79f30a2e88fa538d9a
-DIST tasty-th-0.1.4.tar.gz 3016 BLAKE2B cab6b8734dd8664e760d901b05074c84469381c3cb1e4a793a505b2a973fb0c1d32471847ef1c39fab199c1a16de3351cd0d839b5ab78bcf96515233e09c6fcf SHA512 0bddde5ea5cc0ea8ba502b88ec52fe0d46d9c6bcd107e4e3b6bb675d930752df103308b61589ce3de3302c7ac40eed9911f803542262246a43a867beee942aa6
-EBUILD tasty-th-0.1.3.ebuild 633 BLAKE2B 75911f15c61e0d59565b6053cbaa0aefdaf61061789a51585adf911aa5deadbdd50942f3acc2ab2a9d36aecc5b982859bf9d90d6bf1e4c5a30d1f3961f30efc9 SHA512 b094a3b71cac584ef783d459c5df527d9a08ce8abb96143b421a15597be982d71828955352809d3460ac169fe311e61c60476be0eeb84e4804409185ef593ee4
-EBUILD tasty-th-0.1.4.ebuild 580 BLAKE2B 7e97758f244ddb8a6353fac1a14216d42b858875aa30b03dd45a61f001d918274cf140478095850d6ee4bbe02473f78ea955cb6a646a1bd81f2798b382f6afde SHA512 3fa31a47fcd14135308980a764cd4ac567eafd7b006c166811c4220c39f5d22573efbc24ab9533f723013147b3a4e9f6a1913478af76a48e7acc3f12db83e786
-MISC metadata.xml 451 BLAKE2B 7c8d91ff22cbcada99c2b1943f45c36d49c2eadbe869af41c1367129fe2c552fa74d5e3c0f3c601ccd3822505b9052ed61708e27dc9d42adeaf58ee4749a6a0d SHA512 603420f3611b140c7b2f4b8e3b49d6b4c5f627aa3daee6982e958903ec9edf1e1324b874d7129eea6639050cbde8fc72e147ba50880beb3766768f9e144310e9
diff --git a/dev-haskell/tasty-th/metadata.xml b/dev-haskell/tasty-th/metadata.xml
deleted file mode 100644
index 98dfd3808c9f..000000000000
--- a/dev-haskell/tasty-th/metadata.xml
+++ /dev/null
@@ -1,14 +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>
- A fork of of test-framework-th modified to use tasty instead of test-framework.
- </longdescription>
- <upstream>
- <remote-id type="github">bennofs/tasty-th</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-haskell/tasty-th/tasty-th-0.1.3.ebuild b/dev-haskell/tasty-th/tasty-th-0.1.3.ebuild
deleted file mode 100644
index c25b73ed0ffd..000000000000
--- a/dev-haskell/tasty-th/tasty-th-0.1.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.3
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Automatic tasty test case discovery using TH"
-HOMEPAGE="https://github.com/bennofs/tasty-th"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/language-haskell-extract-0.2:=[profile?]
- dev-haskell/tasty:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6
-"
diff --git a/dev-haskell/tasty-th/tasty-th-0.1.4.ebuild b/dev-haskell/tasty-th/tasty-th-0.1.4.ebuild
deleted file mode 100644
index a9bb32ec612f..000000000000
--- a/dev-haskell/tasty-th/tasty-th-0.1.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.7.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Automatic tasty test case discovery using TH"
-HOMEPAGE="https://github.com/bennofs/tasty-th"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-haskell/tasty:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6
-"