summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-07-23 12:09:55 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2014-07-23 12:09:55 +0000
commit5358faae401436a7a18d10f03cc5c008e9c61309 (patch)
tree69390c94f6dff6167bc69d5f9022ef030dff874d /dev-haskell/text/text-0.11.2.3.ebuild
parentRestore DOC_CONTENTS, that was moved to separate file by previous non-maintai... (diff)
downloadgentoo-2-5358faae401436a7a18d10f03cc5c008e9c61309.tar.gz
gentoo-2-5358faae401436a7a18d10f03cc5c008e9c61309.tar.bz2
gentoo-2-5358faae401436a7a18d10f03cc5c008e9c61309.zip
Drop old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/text/text-0.11.2.3.ebuild')
-rw-r--r--dev-haskell/text/text-0.11.2.3.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-haskell/text/text-0.11.2.3.ebuild b/dev-haskell/text/text-0.11.2.3.ebuild
deleted file mode 100644
index a3c19e6750b4..000000000000
--- a/dev-haskell/text/text-0.11.2.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/text-0.11.2.3.ebuild,v 1.9 2013/03/31 10:28:02 ago Exp $
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="An efficient packed Unicode text type."
-HOMEPAGE="https://github.com/bos/text"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-# tests fail to build:
-# <command line>: cannot satisfy -package-id text-0.11.2.3-inplace:
-# text-0.11.2.3-inplace is shadowed by package text-0.11.2.3-db61832d0c4660614c4ceff234ed4abb
-# http://hackage.haskell.org/trac/hackage/ticket/807
-RESTRICT="test"
-
-RDEPEND=">=dev-haskell/deepseq-1.1.0.0:=[profile?]
- >=dev-lang/ghc-6.10.4:="
-DEPEND="${RDEPEND}
- 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
- )
- >=dev-haskell/cabal-1.8"
-
-src_configure() {
- haskell-cabal_src_configure --disable-tests # they fail to build
-}