summaryrefslogtreecommitdiff
path: root/games-roguelike/mazesofmonad/mazesofmonad-1.0.9-r3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'games-roguelike/mazesofmonad/mazesofmonad-1.0.9-r3.ebuild')
-rw-r--r--games-roguelike/mazesofmonad/mazesofmonad-1.0.9-r3.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/games-roguelike/mazesofmonad/mazesofmonad-1.0.9-r3.ebuild b/games-roguelike/mazesofmonad/mazesofmonad-1.0.9-r3.ebuild
deleted file mode 100644
index b11d9b01d521..000000000000
--- a/games-roguelike/mazesofmonad/mazesofmonad-1.0.9-r3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-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
- https://hackage.haskell.org/package/MazesOfMonad"
-SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/gmp-5:0=
- dev-libs/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
-)