commit:     f7590a52e55bced50677c4e3e55ba9841ca667d7
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 24 22:39:39 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Sep 24 22:42:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7590a52

profiles/package.mask: drop masked dev-haskell/drift package

Closes: https://bugs.gentoo.org/735914
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/drift/Manifest                         |  1 -
 dev-haskell/drift/drift-2.4.2.ebuild               | 35 ----------------------
 dev-haskell/drift/files/drift-2.4.2-ghc-7.10.patch | 22 --------------
 dev-haskell/drift/metadata.xml                     |  7 -----
 profiles/package.mask                              |  6 ----
 5 files changed, 71 deletions(-)

diff --git a/dev-haskell/drift/Manifest b/dev-haskell/drift/Manifest
deleted file mode 100644
index 175c64fd6b3..00000000000
--- a/dev-haskell/drift/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST DrIFT-2.4.2.tar.gz 69676 BLAKE2B 
8b072b88e52f9106eeddd62c391805b17bab0cea59e6ac8eedb1c88d22dce91ba697174b2380ee2d2fd41036116fa41778d119bfa5b673444ee466815e49c7f0
 SHA512 
c6f36e9efad171c165ea8028b7d251e66d5b410aaa51a74e4b8745cf76b77fcfdf6f641fd375f15663b559ae6b8939622a175ba321537afdbb2a114a1550f7db

diff --git a/dev-haskell/drift/drift-2.4.2.ebuild 
b/dev-haskell/drift/drift-2.4.2.ebuild
deleted file mode 100644
index 3ac6bb595f2..00000000000
--- a/dev-haskell/drift/drift-2.4.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.5.2.9999
-
-CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
-inherit eutils haskell-cabal
-
-MY_PN="DrIFT"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Program to derive type class instances"
-HOMEPAGE="http://repetae.net/computer/haskell/DrIFT/";
-SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/old-time:=[profile?]
-       dev-haskell/random:=[profile?]
-       >=dev-lang/ghc-6.10.4:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.8
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-ghc-7.10.patch
-}

diff --git a/dev-haskell/drift/files/drift-2.4.2-ghc-7.10.patch 
b/dev-haskell/drift/files/drift-2.4.2-ghc-7.10.patch
deleted file mode 100644
index c45a2945fd2..00000000000
--- a/dev-haskell/drift/files/drift-2.4.2-ghc-7.10.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/src/ParseLib2.hs b/src/ParseLib2.hs
-index 730e4be..a7406fa 100644
---- a/src/ParseLib2.hs
-+++ b/src/ParseLib2.hs
-@@ -34,2 +34,3 @@ module ParseLib2
- import Data.Char
-+import Control.Applicative hiding ( many )
- import Control.Monad
-@@ -49,2 +50,6 @@ instance Functor Parser where
- 
-+instance Applicative Parser where
-+    pure  = return
-+    (<*>) = ap  -- defined in Control.Monad
-+
- instance Monad Parser where
-@@ -58,2 +63,6 @@ instance Monad Parser where
- 
-+instance Alternative Parser where
-+    (<|>) = mplus
-+    empty = mzero
-+
- instance MonadPlus Parser where

diff --git a/dev-haskell/drift/metadata.xml b/dev-haskell/drift/metadata.xml
deleted file mode 100644
index 522384de844..00000000000
--- a/dev-haskell/drift/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="project">
-  <email>[email protected]</email>
-</maintainer>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index f91d4f14695..094aaffcf45 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -657,12 +657,6 @@ games-roguelike/mazesofmonad
 # Does not compile against ghc-8.8. Removal in 30 days.
 dev-haskell/glade
 
-# Sergei Trofimovich <[email protected]> (2020-08-24)
-# Obsolete package without reverse dependencies.
-# Does not compile against ghc-8.8. Removal in 30 days.
-# Bug #735914.
-dev-haskell/drift
-
 # Alfredo Tupone <[email protected]> (2020-08-23)
 # Ported to py3 but not yet released
 # Masked to allow py2.7 removal

Reply via email to