summaryrefslogtreecommitdiff
path: root/dev-haskell/abstract-par
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/abstract-par
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/abstract-par')
-rw-r--r--dev-haskell/abstract-par/Manifest3
-rw-r--r--dev-haskell/abstract-par/abstract-par-0.3.3-r1.ebuild24
-rw-r--r--dev-haskell/abstract-par/metadata.xml28
3 files changed, 0 insertions, 55 deletions
diff --git a/dev-haskell/abstract-par/Manifest b/dev-haskell/abstract-par/Manifest
deleted file mode 100644
index 1bd16afbe078..000000000000
--- a/dev-haskell/abstract-par/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST abstract-par-0.3.3.tar.gz 4714 BLAKE2B d43acc721fc7d4e0f9c9fc85f2edeb489ea145332173840d93bfac9b0bcffcc50a89cf33a1b0f8736c76fc894140ba8d45f13821bf1515491d012f0ee53915a7 SHA512 d603745202ececf5a514e5ac7da82fdd03dd27ec4fbb11a870a7b0a6c92e468cf3bd68763afa748434b3ed0ed5b80a1d2cefaa84c68a84b82028225400841605
-EBUILD abstract-par-0.3.3-r1.ebuild 579 BLAKE2B 2d7605be68bdecdf20261fdc411854d6c49ebf2f741b0f61f6893b83b31f3564bece751e69a1c2c8d038e460de0cd8fc3a1d87a2d99f159b36552babbebd5511 SHA512 22b52f003277793c38e12cc3afba062f6d69139ed2b4fa68496e4b38a0716222827d9da1ba853113548f750c12284a70aadc702fbd484d013e0a32f9fb81445f
-MISC metadata.xml 1070 BLAKE2B 6ac5c448d5a29dd1e4db15baa992adc943add6d164ca5e0260f5e2781b03bba9a0326e83980c7f7284849a4c53fbd18258ce96eeba47c79204ce97ff7df0e335 SHA512 c3857eb79d35fe107f199d71aa3942313592f8b0b3ef356dc29162d87d1f412046ca24dc73a8c084a7a444645343c4bfa3b2bd2ac4945dd9fcf11349422deb88
diff --git a/dev-haskell/abstract-par/abstract-par-0.3.3-r1.ebuild b/dev-haskell/abstract-par/abstract-par-0.3.3-r1.ebuild
deleted file mode 100644
index 6cd776de2721..000000000000
--- a/dev-haskell/abstract-par/abstract-par-0.3.3-r1.ebuild
+++ /dev/null
@@ -1,24 +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.5.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Type classes generalizing the functionality of the 'monad-par' library"
-HOMEPAGE="https://github.com/simonmar/monad-par"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
-"
diff --git a/dev-haskell/abstract-par/metadata.xml b/dev-haskell/abstract-par/metadata.xml
deleted file mode 100644
index 0dd7f40405b4..000000000000
--- a/dev-haskell/abstract-par/metadata.xml
+++ /dev/null
@@ -1,28 +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>
- The 'Par' monad(s) offer an alternative
- parallel programming API to that provided by the
- @parallel@ package.
- A 'Par' monad allows the simple description of
- parallel computations, and can be used to add
- parallelism to pure Haskell code. The basic API
- is straightforward: a @Par@ monad supports forking
- and simple communication in terms of 'IVar's.
- This module is an interface module only. It
- provides a number of type clasess, but not an
- implementation. The type classes separate different
- levels of @Par@ functionality. See the
- "Control.Monad.Par.Class" module for more details.
- The 'monad-par' library is one example of a
- concrete library providing this interface.
- </longdescription>
- <upstream>
- <remote-id type="github">simonmar/monad-par</remote-id>
- </upstream>
-</pkgmetadata>