From d731587059e50abbff4c4e133b4d5190c8c6251f Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Thu, 24 Sep 2020 23:41:33 +0100 Subject: profiles/package.mask: drop masked games-roguelike/mazesofmonad package Closes: https://bugs.gentoo.org/736052 Signed-off-by: Sergei Trofimovich --- games-roguelike/mazesofmonad/Manifest | 1 - .../files/mazesofmonad-1.0.9-time-1.5.patch | 22 ------------- .../mazesofmonad/mazesofmonad-1.0.9-r3.ebuild | 37 ---------------------- games-roguelike/mazesofmonad/metadata.xml | 25 --------------- profiles/package.mask | 6 ---- 5 files changed, 91 deletions(-) delete mode 100644 games-roguelike/mazesofmonad/Manifest delete mode 100644 games-roguelike/mazesofmonad/files/mazesofmonad-1.0.9-time-1.5.patch delete mode 100644 games-roguelike/mazesofmonad/mazesofmonad-1.0.9-r3.ebuild delete mode 100644 games-roguelike/mazesofmonad/metadata.xml diff --git a/games-roguelike/mazesofmonad/Manifest b/games-roguelike/mazesofmonad/Manifest deleted file mode 100644 index e3ac83b9e72a..000000000000 --- a/games-roguelike/mazesofmonad/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST MazesOfMonad-1.0.9.tar.gz 56342 BLAKE2B 93e2466d76804538b87b601af39916e8c39a853d11added65dc5b3408dcb19b75e50edbb3bc484de1cb6ef01de46814cd95886738025c31d271c5c2d81b80e00 SHA512 a537672907f0bf356574b5c16b9b354cc73133958873e3dfc064f9de2ad7c18bed011f811887edc37c9b40de5529f7954889953946a79da29a255637e81d9612 diff --git a/games-roguelike/mazesofmonad/files/mazesofmonad-1.0.9-time-1.5.patch b/games-roguelike/mazesofmonad/files/mazesofmonad-1.0.9-time-1.5.patch deleted file mode 100644 index 11ef34ef45f9..000000000000 --- a/games-roguelike/mazesofmonad/files/mazesofmonad-1.0.9-time-1.5.patch +++ /dev/null @@ -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 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 -) diff --git a/games-roguelike/mazesofmonad/metadata.xml b/games-roguelike/mazesofmonad/metadata.xml deleted file mode 100644 index c264aaf1de4f..000000000000 --- a/games-roguelike/mazesofmonad/metadata.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - games@gentoo.org - Gentoo Games Project - - - haskell@gentoo.org - Gentoo Haskell - - - 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. - - - JPMoresmau/MazesOfMonad - - diff --git a/profiles/package.mask b/profiles/package.mask index 8c6a2fcb0bd6..fbc7e1460449 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -646,12 +646,6 @@ dev-haskell/bio # Removal in 30 days. Bug #739066. dev-libs/hsa-ext-rocr -# Sergei Trofimovich (2020-08-24) -# Abandoned upstream. -# Does not compile against ghc-8.8. Removal in 30 days. -# Bug #736052. -games-roguelike/mazesofmonad - # Alfredo Tupone (2020-08-23) # Ported to py3 but not yet released # Masked to allow py2.7 removal -- cgit v1.2.3-65-gdbad