summaryrefslogtreecommitdiff
path: root/dev-haskell/quickcheck-instances
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/quickcheck-instances
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/quickcheck-instances')
-rw-r--r--dev-haskell/quickcheck-instances/Manifest6
-rw-r--r--dev-haskell/quickcheck-instances/metadata.xml26
-rw-r--r--dev-haskell/quickcheck-instances/quickcheck-instances-0.3.11.ebuild29
-rw-r--r--dev-haskell/quickcheck-instances/quickcheck-instances-0.3.12-r1.ebuild38
-rw-r--r--dev-haskell/quickcheck-instances/quickcheck-instances-0.3.12.ebuild31
5 files changed, 0 insertions, 130 deletions
diff --git a/dev-haskell/quickcheck-instances/Manifest b/dev-haskell/quickcheck-instances/Manifest
deleted file mode 100644
index c220d2971b8e..000000000000
--- a/dev-haskell/quickcheck-instances/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-DIST quickcheck-instances-0.3.11.tar.gz 6024 BLAKE2B 72b1b2eed0906aa79f557ef158de922714ab80433fe9b6659a80287de3899e935933f35d23d28dfa7b63333084a1cf4907c4fe8718a14636bd155814ad8bf258 SHA512 a19c97810df7a028af5c6190f62bd9c858444ba210bd016eeb37b402aa9ff942a3538263b80d89a9c156189220ce32058fb81b384c1317f96df527654cb59818
-DIST quickcheck-instances-0.3.12.tar.gz 6437 BLAKE2B 28df5a7872e549f55bb09daf9983a0a447e7730babb4ded4b439acd9cb1166c5a57853197438a9acebce926c0bac87f4a737fcf927799748457737db43afb84d SHA512 471e9e4324ca6d655283d8ed149587bdad981684dce9dc5db5db417fb7614d3a1b6d41388af228e4d600b989d2e14e0496af63c09275cce3f132db7d71c35f98
-EBUILD quickcheck-instances-0.3.11.ebuild 955 BLAKE2B 16cd34d505d1b2ddcafaf4073dce211177ef053421682b28fbcc4cb9d6ec235b987de58d54d08f80495a5c797c8ab1827a5b2f7ab6520d87055ccb7c7fe0150d SHA512 2ecfe7267ef8cb330b4777ecd6927d318f0309c3066baa7368d80fd2773dfeed81434002f5ed84c024ba47982f4425af01d8a9f55afaebf757afdcd34eb54e0b
-EBUILD quickcheck-instances-0.3.12-r1.ebuild 1167 BLAKE2B 9d42ee04cc5614b6c0b532dbde42f703b9aa2b47d569de70b520b14b1933729950acdd79939fdb78d2add64869d9a75aa51519341d2cce84c3a289ee31e0709c SHA512 ac7bda632bb435fbc6db4ea37fe23e721d8a72e95a276d3ea8b4246e2679b2927d9f9aac60671d4c81d7783f1dd22be216abfac27c57596de762ef5aca839e14
-EBUILD quickcheck-instances-0.3.12.ebuild 1114 BLAKE2B eeee4b195e22832e229de34b80b31787223344d5c2ba7dd4afaeaa4176a1329d1d41dc38954f07b8e562c024fa3347bd2f3ba696cf33f5f00ff308f7a6cb1ca8 SHA512 3853422165e28a6494598a7ca11b74d0ab6e3a03342f8040dfc75d2818c2ae6d09f438385f673fc5858c598f8caef1909c0dad5ae572c0a720b1e41c050586c6
-MISC metadata.xml 839 BLAKE2B d4e97fd85081d8e42a6ee21b0a7b57d7f12c8a7660805a123c73236276d9ac35c2cfbf337c5de429ef4f52e88d386e074e587435e0abe593d5f5249004abacb4 SHA512 27a6d53be280a86b6adae1b34861ee9bf6916aef62968a2944975998d66e8597356c61239175bb06f2b71c9def7bb98234974ac11f54ff3b76b03993c4c87724
diff --git a/dev-haskell/quickcheck-instances/metadata.xml b/dev-haskell/quickcheck-instances/metadata.xml
deleted file mode 100644
index 210e6b2ee28f..000000000000
--- a/dev-haskell/quickcheck-instances/metadata.xml
+++ /dev/null
@@ -1,26 +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>
- QuickCheck instances.
-
- The goal is to supply QuickCheck instances for
- types provided by the Haskell Platform.
-
- Since all of these instances are provided as
- orphans, I recommend that you do not use this library
- within another library module, so that you don't
- impose these instances on down-stream consumers of
- your code.
-
- For information on writing a test-suite with Cabal
- see &lt;http://www.haskell.org/cabal/users-guide/#test-suites&gt;
- </longdescription>
- <upstream>
- <remote-id type="github">aslatter/qc-instances</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-haskell/quickcheck-instances/quickcheck-instances-0.3.11.ebuild b/dev-haskell/quickcheck-instances/quickcheck-instances-0.3.11.ebuild
deleted file mode 100644
index 42ed598d25fd..000000000000
--- a/dev-haskell/quickcheck-instances/quickcheck-instances-0.3.11.ebuild
+++ /dev/null
@@ -1,29 +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="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Common quickcheck instances"
-HOMEPAGE="https://github.com/aslatter/qc-instances"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/hashable-1.1.2.3:=[profile?] <dev-haskell/hashable-1.3:=[profile?]
- >=dev-haskell/old-time-1.0:=[profile?] <dev-haskell/old-time-1.2:=[profile?]
- >=dev-haskell/quickcheck-2.1:2=[profile?] <dev-haskell/quickcheck-2.9:2=[profile?]
- >=dev-haskell/text-0.7:=[profile?] <dev-haskell/text-1.3:=[profile?]
- >=dev-haskell/unordered-containers-0.2.1:=[profile?] <dev-haskell/unordered-containers-0.3:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6
-"
diff --git a/dev-haskell/quickcheck-instances/quickcheck-instances-0.3.12-r1.ebuild b/dev-haskell/quickcheck-instances/quickcheck-instances-0.3.12-r1.ebuild
deleted file mode 100644
index e490930beedb..000000000000
--- a/dev-haskell/quickcheck-instances/quickcheck-instances-0.3.12-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.6.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Common quickcheck instances"
-HOMEPAGE="https://github.com/aslatter/qc-instances"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/hashable-1.1.2.3:=[profile?] <dev-haskell/hashable-1.3:=[profile?]
- >=dev-haskell/old-time-1.0:=[profile?] <dev-haskell/old-time-1.2:=[profile?]
- >=dev-haskell/quickcheck-2.1:2=[profile?]
- >=dev-haskell/scientific-0.2:=[profile?] <dev-haskell/scientific-0.4:=[profile?]
- >=dev-haskell/text-0.7:=[profile?] <dev-haskell/text-1.3:=[profile?]
- >=dev-haskell/unordered-containers-0.2.1:=[profile?] <dev-haskell/unordered-containers-0.3:=[profile?]
- >=dev-haskell/vector-0.9:=[profile?] <dev-haskell/vector-0.12:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6
-"
-
-src_prepare() {
- default
-
- cabal_chdeps \
- 'QuickCheck >= 2.1 && < 2.9' 'QuickCheck >= 2.1'
-}
diff --git a/dev-haskell/quickcheck-instances/quickcheck-instances-0.3.12.ebuild b/dev-haskell/quickcheck-instances/quickcheck-instances-0.3.12.ebuild
deleted file mode 100644
index e524e1f4f29a..000000000000
--- a/dev-haskell/quickcheck-instances/quickcheck-instances-0.3.12.ebuild
+++ /dev/null
@@ -1,31 +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.6.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Common quickcheck instances"
-HOMEPAGE="https://github.com/aslatter/qc-instances"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/hashable-1.1.2.3:=[profile?] <dev-haskell/hashable-1.3:=[profile?]
- >=dev-haskell/old-time-1.0:=[profile?] <dev-haskell/old-time-1.2:=[profile?]
- >=dev-haskell/quickcheck-2.1:2=[profile?] <dev-haskell/quickcheck-2.9:2=[profile?]
- >=dev-haskell/scientific-0.2:=[profile?] <dev-haskell/scientific-0.4:=[profile?]
- >=dev-haskell/text-0.7:=[profile?] <dev-haskell/text-1.3:=[profile?]
- >=dev-haskell/unordered-containers-0.2.1:=[profile?] <dev-haskell/unordered-containers-0.3:=[profile?]
- >=dev-haskell/vector-0.9:=[profile?] <dev-haskell/vector-0.12:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6
-"