summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-04-03 13:42:57 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-04-03 14:36:34 +0100
commitcae37b0f391f620b1dea6575b73173b0c5566748 (patch)
tree31687fd22fad5905a2b130c18a3f76718df93a05 /dev-haskell
parentdev-haskell/conduit: drop old (diff)
downloadgentoo-cae37b0f391f620b1dea6575b73173b0c5566748.tar.gz
gentoo-cae37b0f391f620b1dea6575b73173b0c5566748.tar.bz2
gentoo-cae37b0f391f620b1dea6575b73173b0c5566748.zip
dev-haskell/concurrent-extra: drop old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/concurrent-extra/Manifest3
-rw-r--r--dev-haskell/concurrent-extra/concurrent-extra-0.7.0.6.ebuild35
-rw-r--r--dev-haskell/concurrent-extra/concurrent-extra-0.7.0.8.ebuild33
-rw-r--r--dev-haskell/concurrent-extra/concurrent-extra-0.7.0.9.ebuild32
4 files changed, 0 insertions, 103 deletions
diff --git a/dev-haskell/concurrent-extra/Manifest b/dev-haskell/concurrent-extra/Manifest
index beb0d44eb9ce..ee459cac0e6c 100644
--- a/dev-haskell/concurrent-extra/Manifest
+++ b/dev-haskell/concurrent-extra/Manifest
@@ -1,4 +1 @@
DIST concurrent-extra-0.7.0.10.tar.gz 16205 SHA256 6f27cc0a90f5f25b3c0a1e9e3c0e3b407538908c061c5b7da34461b76e1adc12 SHA512 2414fdb493834480f31e13b515233ea7739d46a170da12683b944de8372289cdafebfe8cf242c2edcceafc1fe3e659b0b20a0dcb4826d925cc50f6c1ebe73a58 WHIRLPOOL 1a098e894e2049f137fc32f36fefd7ad03b29f0d1f9a17b15d43a3806faa4c558a0cbb25c2c20ef91719bdbac769b7ef446e63a5efca53a3912fd4387beeea77
-DIST concurrent-extra-0.7.0.6.tar.gz 16447 SHA256 11a1b241b6be6502af86b30a060218fb6776d636dc11399bc742f837a141988b SHA512 77e01122b4659cb131af596da6b4638d34365f3be901b46adb1e7ffcb9d218727feead51b107df0418e1f929eced5aea0ce412ff59ffae3bb6b5d50215b277cf WHIRLPOOL d3f28b42dc115b5607b02b9235b8ec4221e59734a9cb6981fbd1fd662c72d70776df9e2cf4a533c373eeaa11b446c8c3e0111ede89ba6f241f9b056f13088016
-DIST concurrent-extra-0.7.0.8.tar.gz 16646 SHA256 78203bfb522583ebdc2ea6c8708049b83710935dbdfe916576dbeea9283fd660 SHA512 f34a7dddfdd282c72449ff53394977a118bb24b58c84d6e784f117037bce0d36c8fffd790abcece0976e0d29a8613fa85163ce2b740909aadf7afe04ce8fe734 WHIRLPOOL fe6689127705b77db2ad86ff4b85924890c3192743f74a5ac59ad6f0f5d71360fd45eb9d18b0c955af3994e7826b72922ac4fc4d37ac5b883b60f09917f15f76
-DIST concurrent-extra-0.7.0.9.tar.gz 16209 SHA256 5c8535c5155c747fdc04fcf731da3ccad6236e49295e6fcbad102e9b17a878a5 SHA512 2ccdb2ceaffed411b6e8b1723ff4c0d489425a83b9237b7397553e78bea6702cf2bf8b7d96d24c285337a8768b0859a7c45442cb55f3a3f59d4ecba228bead72 WHIRLPOOL f83640847825f779dafbe2459a6291e849f440d90b62437f43ccb105faf6af877b0b5ae7e02dd9007697c2d48a638b28c008ac08ff10f3047cbe76e53aae872b
diff --git a/dev-haskell/concurrent-extra/concurrent-extra-0.7.0.6.ebuild b/dev-haskell/concurrent-extra/concurrent-extra-0.7.0.6.ebuild
deleted file mode 100644
index 14639f91763f..000000000000
--- a/dev-haskell/concurrent-extra/concurrent-extra-0.7.0.6.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.2.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Extra concurrency primitives"
-HOMEPAGE="https://github.com/basvandijk/concurrent-extra"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/base-unicode-symbols-0.1.1:=[profile?]
- <dev-haskell/base-unicode-symbols-0.3:=[profile?]
- >=dev-haskell/stm-2.1.2.1:=[profile?]
- <dev-haskell/stm-2.5:=[profile?]
- =dev-haskell/unbounded-delays-0.1*:=[profile?]
- >=dev-lang/ghc-6.10.4:="
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/hunit-1.2.2
- <dev-haskell/hunit-1.3
- >=dev-haskell/test-framework-0.2.4
- <dev-haskell/test-framework-0.9
- >=dev-haskell/test-framework-hunit-0.2.4
- <dev-haskell/test-framework-hunit-0.4
- )"
diff --git a/dev-haskell/concurrent-extra/concurrent-extra-0.7.0.8.ebuild b/dev-haskell/concurrent-extra/concurrent-extra-0.7.0.8.ebuild
deleted file mode 100644
index b71c3d759edd..000000000000
--- a/dev-haskell/concurrent-extra/concurrent-extra-0.7.0.8.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.2.9999
-
-CABAL_FEATURES="lib profile test-suite" # haddock fails for strange reason
-inherit haskell-cabal
-
-DESCRIPTION="Extra concurrency primitives"
-HOMEPAGE="https://github.com/basvandijk/concurrent-extra"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/base-unicode-symbols-0.1.1:=[profile?] <dev-haskell/base-unicode-symbols-0.3:=[profile?]
- >=dev-haskell/stm-2.1.2.1:=[profile?] <dev-haskell/stm-2.5:=[profile?]
- >=dev-haskell/unbounded-delays-0.1:=[profile?] <dev-haskell/unbounded-delays-0.2:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/async-2.0 <dev-haskell/async-2.1
- >=dev-haskell/hunit-1.2.2 <dev-haskell/hunit-1.3
- >=dev-haskell/random-1.0 <dev-haskell/random-1.1
- >=dev-haskell/test-framework-0.2.4 <dev-haskell/test-framework-0.9
- >=dev-haskell/test-framework-hunit-0.2.4 <dev-haskell/test-framework-hunit-0.4 )
-"
diff --git a/dev-haskell/concurrent-extra/concurrent-extra-0.7.0.9.ebuild b/dev-haskell/concurrent-extra/concurrent-extra-0.7.0.9.ebuild
deleted file mode 100644
index b316d44810f5..000000000000
--- a/dev-haskell/concurrent-extra/concurrent-extra-0.7.0.9.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.4.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Extra concurrency primitives"
-HOMEPAGE="https://github.com/basvandijk/concurrent-extra"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/stm-2.1.2.1:=[profile?] <dev-haskell/stm-2.5:=[profile?]
- >=dev-haskell/unbounded-delays-0.1:=[profile?] <dev-haskell/unbounded-delays-0.2:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/async-2.0 <dev-haskell/async-2.1
- >=dev-haskell/hunit-1.2.2 <dev-haskell/hunit-1.3
- >=dev-haskell/random-1.0 <dev-haskell/random-1.2
- >=dev-haskell/test-framework-0.2.4 <dev-haskell/test-framework-0.9
- >=dev-haskell/test-framework-hunit-0.2.4 <dev-haskell/test-framework-hunit-0.4 )
-"