summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-04-03 10:31:03 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-04-03 14:36:34 +0100
commit21f3796db928f74130cdc68b80c8338d9a14f012 (patch)
treee198298cc99574c2f1af994a1b36e2bdec60f39d /dev-haskell/streaming-commons/streaming-commons-0.1.8.ebuild
parentdev-haskell/stringable: drop old (diff)
downloadgentoo-21f3796db928f74130cdc68b80c8338d9a14f012.tar.gz
gentoo-21f3796db928f74130cdc68b80c8338d9a14f012.tar.bz2
gentoo-21f3796db928f74130cdc68b80c8338d9a14f012.zip
dev-haskell/streaming-commons: drop old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/streaming-commons/streaming-commons-0.1.8.ebuild')
-rw-r--r--dev-haskell/streaming-commons/streaming-commons-0.1.8.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-haskell/streaming-commons/streaming-commons-0.1.8.ebuild b/dev-haskell/streaming-commons/streaming-commons-0.1.8.ebuild
deleted file mode 100644
index b08524bd6859..000000000000
--- a/dev-haskell/streaming-commons/streaming-commons-0.1.8.ebuild
+++ /dev/null
@@ -1,35 +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="Common lower-level functions needed by various streaming data libraries"
-HOMEPAGE="https://github.com/fpco/streaming-commons"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/blaze-builder-0.3:=[profile?] <dev-haskell/blaze-builder-0.4:=[profile?]
- dev-haskell/network:=[profile?]
- dev-haskell/random:=[profile?]
- dev-haskell/stm:=[profile?]
- dev-haskell/text:=[profile?]
- dev-haskell/transformers:=[profile?]
- dev-haskell/zlib:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( dev-haskell/async
- >=dev-haskell/hspec-1.8
- dev-haskell/quickcheck )
-"