profiles/package.mask: drop masked games-roguelike/mazesofmonad package

Closes: https://bugs.gentoo.org/736052
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
Sergei Trofimovich
2020-09-24 23:41:33 +01:00
parent 6320b8a248
commit d731587059
5 changed files with 0 additions and 91 deletions

View File

@@ -1 +0,0 @@
DIST MazesOfMonad-1.0.9.tar.gz 56342 BLAKE2B 93e2466d76804538b87b601af39916e8c39a853d11added65dc5b3408dcb19b75e50edbb3bc484de1cb6ef01de46814cd95886738025c31d271c5c2d81b80e00 SHA512 a537672907f0bf356574b5c16b9b354cc73133958873e3dfc064f9de2ad7c18bed011f811887edc37c9b40de5529f7954889953946a79da29a255637e81d9612

View File

@@ -1,22 +0,0 @@
diff --git a/MazesOfMonad.cabal b/MazesOfMonad.cabal
index db5e5bf..c3b427b 100644
--- a/MazesOfMonad.cabal
+++ b/MazesOfMonad.cabal
@@ -34,3 +34,3 @@ Executable mazesofmonad
regex-posix, containers, filepath, directory, pretty,
- array, mtl, old-locale, time
+ array, mtl, old-locale, time, time-locale-compat
diff --git a/src/MoresmauJP/Rpg/Save.hs b/src/MoresmauJP/Rpg/Save.hs
index 12965b7..238b9b9 100644
--- a/src/MoresmauJP/Rpg/Save.hs
+++ b/src/MoresmauJP/Rpg/Save.hs
@@ -10,2 +10,3 @@ import Data.Maybe
import Data.Time
+import qualified Data.Time.Locale.Compat as DTLC
@@ -112,3 +113,3 @@ listGames rs name= do
if isJust $ bckGame bs
- then return $ Just (dropExtension x,formatTime defaultTimeLocale (iso8601DateFormat $ Just "%R") $ bckDate bs)
+ then return $ Just (dropExtension x,formatTime DTLC.defaultTimeLocale (DTLC.iso8601DateFormat $ Just "%R") $ bckDate bs)
else return Nothing

View File

@@ -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
)

View File

@@ -1,25 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>games@gentoo.org</email>
<name>Gentoo Games Project</name>
</maintainer>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
MazesOfMonad is a console-based Role Playing Game. You create
characters with their strong and weak points, and try to complete
mazes that are randomly generated. You can pick up gold and items
on the way, meet monsters, and deal with them as you want. You can
fight, use magic, bribe, trade, steal... This is only a simple game
that I did to see what building a full blown Haskell application
is like to develop. Versions 1.0.5 and above are complete
and working.
</longdescription>
<upstream>
<remote-id type="github">JPMoresmau/MazesOfMonad</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -646,12 +646,6 @@ dev-haskell/bio
# Removal in 30 days. Bug #739066.
dev-libs/hsa-ext-rocr
# Sergei Trofimovich <slyfox@gentoo.org> (2020-08-24)
# Abandoned upstream.
# Does not compile against ghc-8.8. Removal in 30 days.
# Bug #736052.
games-roguelike/mazesofmonad
# Alfredo Tupone <tupone@gentoo.org> (2020-08-23)
# Ported to py3 but not yet released
# Masked to allow py2.7 removal