summaryrefslogtreecommitdiff
path: root/dev-haskell/tasty-th
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-haskell/tasty-th
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (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, 70 insertions, 0 deletions
diff --git a/dev-haskell/tasty-th/Manifest b/dev-haskell/tasty-th/Manifest
new file mode 100644
index 000000000000..59b2447b00c9
--- /dev/null
+++ b/dev-haskell/tasty-th/Manifest
@@ -0,0 +1,5 @@
+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
new file mode 100644
index 000000000000..98dfd3808c9f
--- /dev/null
+++ b/dev-haskell/tasty-th/metadata.xml
@@ -0,0 +1,14 @@
+<?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
new file mode 100644
index 000000000000..c25b73ed0ffd
--- /dev/null
+++ b/dev-haskell/tasty-th/tasty-th-0.1.3.ebuild
@@ -0,0 +1,26 @@
+# 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
new file mode 100644
index 000000000000..a9bb32ec612f
--- /dev/null
+++ b/dev-haskell/tasty-th/tasty-th-0.1.4.ebuild
@@ -0,0 +1,25 @@
+# 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
+"