summaryrefslogtreecommitdiff
path: root/dev-haskell/zlib/zlib-0.5.4.1.ebuild
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-08-15 12:42:05 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-15 12:42:13 +0100
commit34deab656e354a3f028ebae858a76ca27ba9a5b3 (patch)
treec60fa10666092c79ecf3fa6c100315eb565d6d28 /dev-haskell/zlib/zlib-0.5.4.1.ebuild
parentecf9b506e5ca019e1bd2d716a55e34833991f4e9 (diff)
downloadgentoo-34deab656e354a3f028ebae858a76ca27ba9a5b3.tar.gz
gentoo-34deab656e354a3f028ebae858a76ca27ba9a5b3.tar.bz2
gentoo-34deab656e354a3f028ebae858a76ca27ba9a5b3.zip
dev-haskell/zlib: drop old
Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/zlib/zlib-0.5.4.1.ebuild')
-rw-r--r--dev-haskell/zlib/zlib-0.5.4.1.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-haskell/zlib/zlib-0.5.4.1.ebuild b/dev-haskell/zlib/zlib-0.5.4.1.ebuild
deleted file mode 100644
index e602f752d263..000000000000
--- a/dev-haskell/zlib/zlib-0.5.4.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.2.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Compression and decompression in the gzip and zlib formats"
-HOMEPAGE="https://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=""
-
-RDEPEND=">=dev-lang/ghc-6.10.4:=
- sys-libs/zlib"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8"