From 430d649b165fd1886fcf4098a419d31a30ea0f33 Mon Sep 17 00:00:00 2001 From: crismblog Date: Mon, 26 Jan 2015 23:12:40 +0200 Subject: Add 2048 games --- games-puzzle/h2048/h2048-0.2.0.1.ebuild | 38 +++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 games-puzzle/h2048/h2048-0.2.0.1.ebuild (limited to 'games-puzzle/h2048/h2048-0.2.0.1.ebuild') diff --git a/games-puzzle/h2048/h2048-0.2.0.1.ebuild b/games-puzzle/h2048/h2048-0.2.0.1.ebuild new file mode 100644 index 00000000..6ee4468f --- /dev/null +++ b/games-puzzle/h2048/h2048-0.2.0.1.ebuild @@ -0,0 +1,38 @@ +# 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/mtl-2:=[profile?] =dev-haskell/text-1:=[profile?] =dev-haskell/transformers-0:=[profile?] =dev-haskell/vty-5:=[profile?] =dev-haskell/vty-ui-1.8:=[profile?] =dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 + test? ( >=dev-haskell/hunit-1