summaryrefslogtreecommitdiff
path: root/games-puzzle/h2048/h2048-0.2.0.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'games-puzzle/h2048/h2048-0.2.0.1.ebuild')
-rw-r--r--games-puzzle/h2048/h2048-0.2.0.1.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/games-puzzle/h2048/h2048-0.2.0.1.ebuild b/games-puzzle/h2048/h2048-0.2.0.1.ebuild
deleted file mode 100644
index 6ee4468f..00000000
--- a/games-puzzle/h2048/h2048-0.2.0.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.4
-
-CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="a haskell implementation of Game 2048"
-HOMEPAGE="https://github.com/Javran/h2048"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exe +vty"
-
-RDEPEND=">=dev-haskell/monadrandom-0:=[profile?] <dev-haskell/monadrandom-1:=[profile?]
- >=dev-haskell/mtl-2:=[profile?] <dev-haskell/mtl-3:=[profile?]
- >=dev-haskell/text-1:=[profile?] <dev-haskell/text-2:=[profile?]
- >=dev-haskell/transformers-0:=[profile?] <dev-haskell/transformers-1:=[profile?]
- >=dev-haskell/vty-5:=[profile?] <dev-haskell/vty-6:=[profile?]
- >=dev-haskell/vty-ui-1.8:=[profile?] <dev-haskell/vty-ui-2:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.10
- test? ( >=dev-haskell/hunit-1 <dev-haskell/hunit-2 )
-"
-
-src_configure() {
- haskell-cabal_src_configure \
- $(cabal_flag exe exe) \
- $(cabal_flag vty vty)
-} \ No newline at end of file