Skip to content

Commit

Permalink
games-roguelike/mazesofmonad: remove deprecated games eclass
Browse files Browse the repository at this point in the history
Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.3.0
  • Loading branch information
austin987 committed Sep 14, 2016
1 parent 1bec0af commit df651bf
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions games-roguelike/mazesofmonad/mazesofmonad-1.0.9-r3.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6
CABAL_FEATURES="bin"
inherit eutils haskell-cabal

MY_PN=MazesOfMonad
MY_P=${MY_PN}-${PV}

DESCRIPTION="Console-based roguelike Role Playing Game similar to nethack"
HOMEPAGE="https://github.com/JPMoresmau/MazesOfMonad
http://hackage.haskell.org/package/MazesOfMonad"
SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-libs/gmp-5:0=
virtual/libffi:="
DEPEND="${RDEPEND}
>=dev-lang/ghc-7.4.1
>=dev-haskell/cabal-1.6
dev-haskell/hunit
dev-haskell/mtl
dev-haskell/random
dev-haskell/regex-posix
dev-haskell/time-locale-compat
"

S=${WORKDIR}/${MY_P}

PATCHES=(
"${FILESDIR}"/${PN}-1.0.9-time-1.5.patch
)

0 comments on commit df651bf

Please sign in to comment.