diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-24 23:39:39 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-24 23:42:08 +0100 |
commit | f7590a52e55bced50677c4e3e55ba9841ca667d7 (patch) | |
tree | f78cdf398dd5bb80401ff6787f8b51476273413a /dev-haskell | |
parent | dev-db/libdbi: port to EAPI=7 (diff) | |
download | gentoo-f7590a52e55bced50677c4e3e55ba9841ca667d7.tar.gz gentoo-f7590a52e55bced50677c4e3e55ba9841ca667d7.tar.bz2 gentoo-f7590a52e55bced50677c4e3e55ba9841ca667d7.zip |
profiles/package.mask: drop masked dev-haskell/drift package
Closes: https://bugs.gentoo.org/735914
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/drift/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/drift/drift-2.4.2.ebuild | 35 | ||||
-rw-r--r-- | dev-haskell/drift/files/drift-2.4.2-ghc-7.10.patch | 22 | ||||
-rw-r--r-- | dev-haskell/drift/metadata.xml | 7 |
4 files changed, 0 insertions, 65 deletions
diff --git a/dev-haskell/drift/Manifest b/dev-haskell/drift/Manifest deleted file mode 100644 index 175c64fd6b36..000000000000 --- 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 3ac6bb595f28..000000000000 --- 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 c45a2945fd2a..000000000000 --- 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 522384de8446..000000000000 --- 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>haskell@gentoo.org</email> -</maintainer> -</pkgmetadata> |