summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-09-12 23:19:33 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-09-12 23:22:42 +0100
commit928569d30ec7218ceff76df5ca917be3a22e7821 (patch)
treed1a9c38505d79980ca75d13de336cc146577da99 /dev-haskell/streaming-commons/streaming-commons-0.1.12.1.ebuild
parentdev-haskell/stmonadtrans: drop old (diff)
downloadgentoo-928569d30ec7218ceff76df5ca917be3a22e7821.tar.gz
gentoo-928569d30ec7218ceff76df5ca917be3a22e7821.tar.bz2
gentoo-928569d30ec7218ceff76df5ca917be3a22e7821.zip
dev-haskell/streaming-commons: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/streaming-commons/streaming-commons-0.1.12.1.ebuild')
-rw-r--r--dev-haskell/streaming-commons/streaming-commons-0.1.12.1.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-haskell/streaming-commons/streaming-commons-0.1.12.1.ebuild b/dev-haskell/streaming-commons/streaming-commons-0.1.12.1.ebuild
deleted file mode 100644
index d8be447b7d45..000000000000
--- a/dev-haskell/streaming-commons/streaming-commons-0.1.12.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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 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="https://hackage.haskell.org/package/${P}/${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.5:=[profile?]
- dev-haskell/bytestring-builder:=[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 )
-"