games-roguelike/mazesofmonad: Remove old
authorDavid Seifert <soap@gentoo.org>
Wed, 20 Dec 2017 21:30:26 +0000 (22:30 +0100)
committerDavid Seifert <soap@gentoo.org>
Thu, 21 Dec 2017 01:48:47 +0000 (02:48 +0100)
Package-Manager: Portage-2.3.16, Repoman-2.3.6

games-roguelike/mazesofmonad/mazesofmonad-1.0.9-r2.ebuild [deleted file]

diff --git a/games-roguelike/mazesofmonad/mazesofmonad-1.0.9-r2.ebuild b/games-roguelike/mazesofmonad/mazesofmonad-1.0.9-r2.ebuild
deleted file mode 100644 (file)
index 316f3ac..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CABAL_FEATURES="bin"
-inherit eutils haskell-cabal games
-
-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}
-
-pkg_setup() {
-       games_pkg_setup
-       haskell-cabal_pkg_setup
-}
-
-src_prepare() {
-       epatch "${FILESDIR}"/${PN}-1.0.9-time-1.5.patch
-}
-
-src_configure() {
-       haskell-cabal_src_configure \
-               --prefix="${GAMES_PREFIX}"
-}
-
-src_compile() {
-       haskell-cabal_src_compile
-}
-
-src_install() {
-       haskell-cabal_src_install
-       prepgamesdirs
-}
-
-pkg_postinst() {
-       haskell-cabal_pkg_postinst
-       games_pkg_postinst
-}