diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-24 23:41:33 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-24 23:42:09 +0100 |
commit | d731587059e50abbff4c4e133b4d5190c8c6251f (patch) | |
tree | 282bf81eabedc409abb648f3fe604837a21bc924 /games-roguelike | |
parent | profiles/package.mask: drop masked dev-haskell/glade package (diff) | |
download | gentoo-d731587059e50abbff4c4e133b4d5190c8c6251f.tar.gz gentoo-d731587059e50abbff4c4e133b4d5190c8c6251f.tar.bz2 gentoo-d731587059e50abbff4c4e133b4d5190c8c6251f.zip |
profiles/package.mask: drop masked games-roguelike/mazesofmonad package
Closes: https://bugs.gentoo.org/736052
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'games-roguelike')
4 files changed, 0 insertions, 85 deletions
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 @@ -<?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> |