summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/zlib/zlib-0.6.2.1.ebuild')
-rw-r--r--dev-haskell/zlib/zlib-0.6.2.1.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-haskell/zlib/zlib-0.6.2.1.ebuild b/dev-haskell/zlib/zlib-0.6.2.1.ebuild
deleted file mode 100644
index 71f2a8a6203b..000000000000
--- a/dev-haskell/zlib/zlib-0.6.2.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.9999
-#hackport: flags: +pkg-config
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Compression and decompression in the gzip and zlib formats"
-HOMEPAGE="http://hackage.haskell.org/package/zlib"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86 ~ppc-macos ~x86-macos"
-IUSE="non-blocking-ffi"
-
-RDEPEND=">=dev-lang/ghc-7.4.1:=
- sys-libs/zlib
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.10
- virtual/pkgconfig
- test? ( >=dev-haskell/quickcheck-2 <dev-haskell/quickcheck-3
- >=dev-haskell/tasty-0.8 <dev-haskell/tasty-1.3
- >=dev-haskell/tasty-hunit-0.8 <dev-haskell/tasty-hunit-0.11
- >=dev-haskell/tasty-quickcheck-0.8 <dev-haskell/tasty-quickcheck-0.11 )
-"
-
-src_configure() {
- haskell-cabal_src_configure \
- $(cabal_flag non-blocking-ffi non-blocking-ffi) \
- --flag=pkg-config
-}