summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-04-03 13:52:25 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-04-03 14:36:34 +0100
commitdcf7a24c52b54ee6833ed0c33f8fd0b1a5594b2b (patch)
treee976fe3f5ec2ae31b414b93d0e9a1eab3cf351f6 /dev-haskell/bzlib/bzlib-0.5.0.4.ebuild
parentdev-haskell/c2hs: drop old (diff)
downloadgentoo-dcf7a24c52b54ee6833ed0c33f8fd0b1a5594b2b.tar.gz
gentoo-dcf7a24c52b54ee6833ed0c33f8fd0b1a5594b2b.tar.bz2
gentoo-dcf7a24c52b54ee6833ed0c33f8fd0b1a5594b2b.zip
dev-haskell/bzlib: drop old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/bzlib/bzlib-0.5.0.4.ebuild')
-rw-r--r--dev-haskell/bzlib/bzlib-0.5.0.4.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-haskell/bzlib/bzlib-0.5.0.4.ebuild b/dev-haskell/bzlib/bzlib-0.5.0.4.ebuild
deleted file mode 100644
index 9170edfbc82c..000000000000
--- a/dev-haskell/bzlib/bzlib-0.5.0.4.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Compression and decompression in the bzip2 format"
-HOMEPAGE="http://hackage.haskell.org/package/bzlib"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/ghc-6.10.4:=
- app-arch/bzip2"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6"