From ed40676841e317a2aafa04c4c804bb6043864740 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 26 Feb 2016 23:50:05 +0000 Subject: repo cleanup...drop old ebuilds, drop ebuilds already in portage tree --- games-puzzle/h2048/h2048-0.2.0.1.ebuild | 38 --------------------------------- 1 file changed, 38 deletions(-) delete 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 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/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