summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-04-03 10:12:32 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-04-03 14:36:34 +0100
commit17b6a9e0eca54bb5c6e649290313cb9b6b8a806d (patch)
treeefdb85a48a879f738f2f8d71b0236b4be6f34d2c /dev-haskell/text-icu/text-icu-0.7.0.0.ebuild
parentdev-haskell/th-expand-syns: drop old (diff)
downloadgentoo-17b6a9e0eca54bb5c6e649290313cb9b6b8a806d.tar.gz
gentoo-17b6a9e0eca54bb5c6e649290313cb9b6b8a806d.tar.bz2
gentoo-17b6a9e0eca54bb5c6e649290313cb9b6b8a806d.zip
dev-haskell/text-icu: drop old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/text-icu/text-icu-0.7.0.0.ebuild')
-rw-r--r--dev-haskell/text-icu/text-icu-0.7.0.0.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-haskell/text-icu/text-icu-0.7.0.0.ebuild b/dev-haskell/text-icu/text-icu-0.7.0.0.ebuild
deleted file mode 100644
index 1b5fe852b100..000000000000
--- a/dev-haskell/text-icu/text-icu-0.7.0.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.3.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit base haskell-cabal
-
-DESCRIPTION="Bindings to the ICU library"
-HOMEPAGE="https://github.com/bos/text-icu"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/text-0.9.1.0:=[profile?]
- >=dev-lang/ghc-7.4.1:=
- dev-libs/icu:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.10
- test? ( >=dev-haskell/hunit-1.2
- >=dev-haskell/quickcheck-2.4
- dev-haskell/random
- >=dev-haskell/test-framework-0.4
- >=dev-haskell/test-framework-hunit-0.2
- >=dev-haskell/test-framework-quickcheck2-0.2 )
-"
-
-PATCHES=("${FILESDIR}/${PN}-0.7.0.0-ghc-7.10.patch")