commit:     35008845c5a2fdc6029dbc671896be033323856e
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  9 07:45:41 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Sep  9 07:45:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35008845

profiles/package.mask: drop removed ghc-mod and cabal-helper

Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-emacs/ghc-mod/Manifest                         |  3 -
 app-emacs/ghc-mod/files/50ghc-mod-gentoo.el        |  3 -
 .../ghc-mod/files/ghc-mod-5.6.0.0-gentoo.patch     |  5 --
 app-emacs/ghc-mod/ghc-mod-5.4.0.0.ebuild           | 95 ---------------------
 app-emacs/ghc-mod/ghc-mod-5.5.0.0-r1.ebuild        | 97 ----------------------
 app-emacs/ghc-mod/ghc-mod-5.7.0.0.ebuild           | 92 --------------------
 app-emacs/ghc-mod/metadata.xml                     | 20 -----
 dev-haskell/cabal-helper/Manifest                  |  3 -
 .../cabal-helper/cabal-helper-0.6.1.0.ebuild       | 30 -------
 .../cabal-helper/cabal-helper-0.6.3.1.ebuild       | 32 -------
 .../cabal-helper/cabal-helper-0.7.3.0.ebuild       | 31 -------
 dev-haskell/cabal-helper/metadata.xml              | 32 -------
 profiles/package.mask                              | 10 ---
 13 files changed, 453 deletions(-)

diff --git a/app-emacs/ghc-mod/Manifest b/app-emacs/ghc-mod/Manifest
deleted file mode 100644
index a411df4b037..00000000000
--- a/app-emacs/ghc-mod/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST ghc-mod-5.4.0.0.tar.gz 132546 BLAKE2B 
6670df6b271527ee2a69c74b0522b94e78e799b62d260ca744a382312c815e904d516345c6258be0d9aa82f91866126b95cc4682bc1925616078ffef1a559905
 SHA512 
fabcc5ce2fb9e8790043faae2d42b3714fab96da1409d7f1c4736f332c6b74c76724dce253456fd787526d125cfaa1fe48c4725a0da16aabb35d5edf560f2415
-DIST ghc-mod-5.5.0.0.tar.gz 150774 BLAKE2B 
87d2be174200f05da0f38a2947c4404c0b25ce77a03d3b456f8cde769e978bbe6fad6e2c04d1af61e05d61fb941c139c297baaeb4835c02390516a88bebbf539
 SHA512 
006f292394fc24766a2ae2c778635697a63e1b48ef96052af66dc35d1ef30eb600760cd2a517011a7a2b027a0c725ceb3b5e37cfe157741ba97f19068f1264e8
-DIST ghc-mod-5.7.0.0.tar.gz 146797 BLAKE2B 
b5d684dbb505001bfc061473cd62d00491bfe8ca5710cb69c72cb2544838a9a3b7d88d414be8123f9edf82cf96773f49439912a98efec843c167334d31caeaf8
 SHA512 
843cd0546c0a0cdf30dd9cde5e9148dabf391648bae6d7f2852c83a4cd5b8329f30d0cc578ba6afda02e8885b2ed63c7def4885e0dbaac199d311e476a0cc6e3

diff --git a/app-emacs/ghc-mod/files/50ghc-mod-gentoo.el 
b/app-emacs/ghc-mod/files/50ghc-mod-gentoo.el
deleted file mode 100644
index 402c84de9b1..00000000000
--- a/app-emacs/ghc-mod/files/50ghc-mod-gentoo.el
+++ /dev/null
@@ -1,3 +0,0 @@
-;;; ghc-mod site-lisp configuration
-
-(add-to-list 'load-path "@SITELISP@")

diff --git a/app-emacs/ghc-mod/files/ghc-mod-5.6.0.0-gentoo.patch 
b/app-emacs/ghc-mod/files/ghc-mod-5.6.0.0-gentoo.patch
deleted file mode 100644
index f7e6e1c4c65..00000000000
--- a/app-emacs/ghc-mod/files/ghc-mod-5.6.0.0-gentoo.patch
+++ /dev/null
@@ -1,5 +0,0 @@
---- a/ghc-mod.cabal
-+++ b/ghc-mod.cabal
-@@ -29,2 +29,0 @@
--Data-Files:             elisp/Makefile
--                        elisp/*.el

diff --git a/app-emacs/ghc-mod/ghc-mod-5.4.0.0.ebuild 
b/app-emacs/ghc-mod/ghc-mod-5.4.0.0.ebuild
deleted file mode 100644
index 25bf290905a..00000000000
--- a/app-emacs/ghc-mod/ghc-mod-5.4.0.0.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.6
-
-CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite"
-inherit elisp-common haskell-cabal
-
-DESCRIPTION="Happy Haskell Programming"
-HOMEPAGE="http://www.mew.org/~kazu/proj/ghc-mod/";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="AGPL-3"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="emacs"
-
-RESTRICT=test # doctests break on modules collisions: temporary / temporary-rc
-
-RDEPEND="dev-haskell/async:=[profile?]
-       >=dev-haskell/cabal-helper-0.6.0.0:=[profile?] 
<dev-haskell/cabal-helper-0.7:=[profile?]
-       >=dev-haskell/cereal-0.4:=[profile?]
-       dev-haskell/convertible:=[profile?]
-       >=dev-haskell/djinn-ghc-0.0.2.2:=[profile?]
-       >=dev-haskell/extra-1.4:2=[profile?] <dev-haskell/extra-1.5:2=[profile?]
-       >=dev-haskell/fclabels-2.0:=[profile?] 
<dev-haskell/fclabels-2.1:=[profile?]
-       dev-haskell/ghc-paths:=[profile?]
-       dev-haskell/ghc-syb-utils:=[profile?]
-       dev-haskell/haskell-src-exts:=[profile?]
-       >=dev-haskell/hlint-1.8.61:=[profile?]
-       >=dev-haskell/monad-control-1:=[profile?]
-       >=dev-haskell/monad-journal-0.4:=[profile?]
-       >=dev-haskell/mtl-2.0:=[profile?]
-       dev-haskell/old-time:=[profile?]
-       >=dev-haskell/pipes-4.1:=[profile?] <dev-haskell/pipes-4.2:=[profile?]
-       dev-haskell/random:=[profile?]
-       dev-haskell/split:=[profile?]
-       dev-haskell/syb:=[profile?]
-       dev-haskell/temporary:=[profile?]
-       dev-haskell/text:=[profile?]
-       dev-haskell/transformers:=[profile?]
-       dev-haskell/transformers-base:=[profile?]
-       >=dev-lang/ghc-7.4.1:=
-       emacs? ( >=app-editors/emacs-23.1:* )
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.14
-       test? ( >=dev-haskell/doctest-0.9.3
-               dev-haskell/executable-path
-               >=dev-haskell/hspec-2.0.0 )
-"
-SITEFILE=50${PN}-gentoo.el
-
-src_prepare() {
-       epatch "${FILESDIR}"/${PN}-5.6.0.0-gentoo.patch
-}
-
-src_compile() {
-       haskell-cabal_src_compile
-       if use emacs ; then
-               pushd elisp
-               elisp-compile *.el
-               popd
-       fi
-}
-
-src_install() {
-       haskell-cabal_src_install
-       if use emacs ; then
-               pushd "${S}"
-               elisp-install ghc-mod elisp/*.{el,elc}
-               elisp-site-file-install "${FILESDIR}"/${SITEFILE}
-               popd
-       fi
-}
-
-pkg_postinst() {
-       if use emacs ; then
-               elisp-site-regen
-               elog "To configure ghc-mod either add this line to ~/.emacs:"
-               elog "(autoload 'ghc-init \"ghc\" nil t)"
-               elog "and either this line:"
-               elog "(add-hook 'haskell-mode-hook (lambda () (ghc-init)))"
-               elog "or if you wish to use flymake:"
-               elog "(add-hook 'haskell-mode-hook (lambda () (ghc-init) 
(flymake-mode)))"
-       fi
-}
-
-pkg_postrm() {
-       if use emacs ; then
-               elisp-site-regen
-       fi
-}

diff --git a/app-emacs/ghc-mod/ghc-mod-5.5.0.0-r1.ebuild 
b/app-emacs/ghc-mod/ghc-mod-5.5.0.0-r1.ebuild
deleted file mode 100644
index b6501837253..00000000000
--- a/app-emacs/ghc-mod/ghc-mod-5.5.0.0-r1.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.6
-
-CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite"
-inherit elisp-common haskell-cabal
-
-DESCRIPTION="Happy Haskell Programming"
-HOMEPAGE="http://www.mew.org/~kazu/proj/ghc-mod/";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="AGPL-3"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="emacs"
-
-RESTRICT=test # doctests break on modules collisions: temporary / temporary-rc
-
-RDEPEND=">=dev-haskell/binary-0.5.1.0:=[profile?] 
<dev-haskell/binary-0.8:=[profile?]
-       >=dev-haskell/cabal-helper-0.6.3.0:=[profile?] 
<dev-haskell/cabal-helper-0.7:=[profile?]
-       dev-haskell/convertible:=[profile?]
-       >=dev-haskell/djinn-ghc-0.0.2.2:=[profile?] 
<dev-haskell/djinn-ghc-0.1:=[profile?]
-       >=dev-haskell/extra-1.4:2=[profile?] <dev-haskell/extra-1.5:2=[profile?]
-       >=dev-haskell/fclabels-2.0:=[profile?] 
<dev-haskell/fclabels-2.1:=[profile?]
-       <dev-haskell/ghc-paths-0.2:=[profile?]
-       <dev-haskell/ghc-syb-utils-0.3:=[profile?]
-       <dev-haskell/haskell-src-exts-1.18:=[profile?]
-       >=dev-haskell/hlint-1.8.61:=[profile?] 
<dev-haskell/hlint-1.10:=[profile?]
-       >=dev-haskell/monad-control-1.0:=[profile?] 
<dev-haskell/monad-control-1.1:=[profile?]
-       >=dev-haskell/monad-journal-0.4:=[profile?] 
<dev-haskell/monad-journal-0.8:=[profile?]
-       >=dev-haskell/mtl-2.0:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
-       <dev-haskell/old-time-1.2:=[profile?]
-       >=dev-haskell/optparse-applicative-0.11.0:=[profile?] 
<dev-haskell/optparse-applicative-0.13.0:=[profile?]
-       >=dev-haskell/pipes-4.1:=[profile?] <dev-haskell/pipes-4.2:=[profile?]
-       >=dev-haskell/safe-0.3.9:=[profile?] <dev-haskell/safe-0.4:=[profile?]
-       <dev-haskell/split-0.3:=[profile?]
-       <dev-haskell/syb-0.7:=[profile?]
-       <dev-haskell/temporary-1.3:=[profile?]
-       <dev-haskell/text-1.3:=[profile?]
-       <dev-haskell/transformers-0.5:=[profile?]
-       <dev-haskell/transformers-base-0.5:=[profile?]
-       >=dev-lang/ghc-7.4.1:=
-       emacs? ( >=app-editors/emacs-23.1:* )
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.14
-       test? ( >=dev-haskell/doctest-0.9.3
-               dev-haskell/executable-path
-               >=dev-haskell/hspec-2.0.0 )
-"
-SITEFILE=50${PN}-gentoo.el
-
-src_prepare() {
-       epatch "${FILESDIR}"/${PN}-5.6.0.0-gentoo.patch
-}
-
-src_compile() {
-       haskell-cabal_src_compile
-       if use emacs ; then
-               pushd elisp
-               elisp-compile *.el
-               popd
-       fi
-}
-
-src_install() {
-       haskell-cabal_src_install
-       if use emacs ; then
-               pushd "${S}"
-               elisp-install ghc-mod elisp/*.{el,elc}
-               elisp-site-file-install "${FILESDIR}"/${SITEFILE}
-               popd
-       fi
-}
-
-pkg_postinst() {
-       haskell-cabal_pkg_postinst
-       if use emacs ; then
-               elisp-site-regen
-               elog "To configure ghc-mod either add this line to ~/.emacs:"
-               elog "(autoload 'ghc-init \"ghc\" nil t)"
-               elog "and either this line:"
-               elog "(add-hook 'haskell-mode-hook (lambda () (ghc-init)))"
-               elog "or if you wish to use flymake:"
-               elog "(add-hook 'haskell-mode-hook (lambda () (ghc-init) 
(flymake-mode)))"
-       fi
-}
-
-pkg_postrm() {
-       haskell-cabal_pkg_postrm
-       if use emacs ; then
-               elisp-site-regen
-       fi
-}

diff --git a/app-emacs/ghc-mod/ghc-mod-5.7.0.0.ebuild 
b/app-emacs/ghc-mod/ghc-mod-5.7.0.0.ebuild
deleted file mode 100644
index 995c32fd780..00000000000
--- a/app-emacs/ghc-mod/ghc-mod-5.7.0.0.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ebuild generated by hackport 0.5.1.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit elisp-common haskell-cabal
-
-DESCRIPTION="Happy Haskell Programming"
-HOMEPAGE="http://www.mew.org/~kazu/proj/ghc-mod/";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="AGPL-3"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="emacs"
-
-RESTRICT=test # doctests break on modules collisions: temporary / temporary-rc
-
-RDEPEND=">=dev-haskell/cabal-helper-0.7.3.0:=[profile?] 
<dev-haskell/cabal-helper-0.8:=[profile?]
-       >=dev-haskell/djinn-ghc-0.0.2.2:=[profile?] 
<dev-haskell/djinn-ghc-0.1:=[profile?]
-       >=dev-haskell/extra-1.4.0:=[profile?] <dev-haskell/extra-1.6:=[profile?]
-       >=dev-haskell/fclabels-2.0:=[profile?] 
<dev-haskell/fclabels-2.1:=[profile?]
-       >=dev-haskell/ghc-paths-0.1.0.9:=[profile?] 
<dev-haskell/ghc-paths-0.2:=[profile?]
-       >=dev-haskell/ghc-syb-utils-0.2.3:=[profile?] 
<dev-haskell/ghc-syb-utils-0.3:=[profile?]
-       >=dev-haskell/haskell-src-exts-1.16.0.1:=[profile?] 
<dev-haskell/haskell-src-exts-1.19:=[profile?]
-       >=dev-haskell/hlint-1.9.27:=[profile?] 
<dev-haskell/hlint-1.10:=[profile?]
-       >=dev-haskell/monad-control-1:=[profile?] 
<dev-haskell/monad-control-1.1:=[profile?]
-       >=dev-haskell/monad-journal-0.4:=[profile?] 
<dev-haskell/monad-journal-0.8:=[profile?]
-       >=dev-haskell/mtl-2.0:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
-       <dev-haskell/old-time-1.2:=[profile?]
-       >=dev-haskell/optparse-applicative-0.11.0:=[profile?] 
<dev-haskell/optparse-applicative-0.14.0:=[profile?]
-       >=dev-haskell/pipes-4.1.0:=[profile?] <dev-haskell/pipes-4.4:=[profile?]
-       >=dev-haskell/safe-0.3.9:=[profile?] <dev-haskell/safe-0.4:=[profile?]
-       >=dev-haskell/semigroups-0.10.0:=[profile?] 
<dev-haskell/semigroups-0.19:=[profile?]
-       >=dev-haskell/split-0.2.2:=[profile?] <dev-haskell/split-0.3:=[profile?]
-       >=dev-haskell/syb-0.5.1:=[profile?] <dev-haskell/syb-0.7:=[profile?]
-       >=dev-haskell/temporary-1.2.0.3:=[profile?] 
<dev-haskell/temporary-1.3:=[profile?]
-       >=dev-haskell/text-1.2.1.3:=[profile?] <dev-haskell/text-1.3:=[profile?]
-       >=dev-haskell/transformers-base-0.4.4:=[profile?] 
<dev-haskell/transformers-base-0.5:=[profile?]
-       >=dev-lang/ghc-7.8.2:=
-       emacs? ( >=app-editors/emacs-23.1:* )
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.18.1.3 <dev-haskell/cabal-1.25
-       test? ( >=dev-haskell/doctest-0.9.3 <dev-haskell/doctest-0.12
-               >=dev-haskell/hspec-2.0.0 <dev-haskell/hspec-2.4 )
-"
-SITEFILE=50${PN}-gentoo.el
-
-PATCHES=("${FILESDIR}"/${PN}-5.6.0.0-gentoo.patch)
-
-src_compile() {
-       haskell-cabal_src_compile
-       if use emacs ; then
-               pushd elisp
-               elisp-compile *.el
-               popd
-       fi
-}
-
-src_install() {
-       haskell-cabal_src_install
-       if use emacs ; then
-               pushd "${S}"
-               elisp-install ghc-mod elisp/*.{el,elc}
-               elisp-site-file-install "${FILESDIR}"/${SITEFILE}
-               popd
-       fi
-}
-
-pkg_postinst() {
-       haskell-cabal_pkg_postinst
-       if use emacs ; then
-               elisp-site-regen
-               elog "To configure ghc-mod either add this line to ~/.emacs:"
-               elog "(autoload 'ghc-init \"ghc\" nil t)"
-               elog "and either this line:"
-               elog "(add-hook 'haskell-mode-hook (lambda () (ghc-init)))"
-               elog "or if you wish to use flymake:"
-               elog "(add-hook 'haskell-mode-hook (lambda () (ghc-init) 
(flymake-mode)))"
-       fi
-}
-
-pkg_postrm() {
-       haskell-cabal_pkg_postrm
-       if use emacs ; then
-               elisp-site-regen
-       fi
-}

diff --git a/app-emacs/ghc-mod/metadata.xml b/app-emacs/ghc-mod/metadata.xml
deleted file mode 100644
index fc177fe2f9a..00000000000
--- a/app-emacs/ghc-mod/metadata.xml
+++ /dev/null
@@ -1,20 +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>
-  <name>Gentoo GNU Emacs project</name>
-</maintainer>
-<maintainer type="project">
-  <email>[email protected]</email>
-  <name>Gentoo Haskell</name>
-</maintainer>
-<longdescription>
-  This packages includes Elisp files and a Haskell command, "ghc-mod".
-  "ghc*.el" enable completion of Haskell symbols on Emacs. Flymake is
-  also integrated. "ghc-mod" is a backend of "ghc*.el". It lists up
-  all installed modules or extracts names of functions, classes, and
-  data declarations.
-</longdescription>
-<stabilize-allarches/>
-</pkgmetadata>

diff --git a/dev-haskell/cabal-helper/Manifest 
b/dev-haskell/cabal-helper/Manifest
deleted file mode 100644
index 1d43b615354..00000000000
--- a/dev-haskell/cabal-helper/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST cabal-helper-0.6.1.0.tar.gz 32694 BLAKE2B 
6f9aba9e128d2f2f0ba1a18b78b9cef69e866c79d0a38c7a5acb4398377766cfae77babacd5b3fe956761d917045325b4aa17345063f578699c60ef6aaef14c5
 SHA512 
8c85b5e49f95acb74dc743a57e428ffe3f98555501a9020e4601f28f10bd3e3f98910dc90d8b611162e61cda0eec06a48ab09bd23eaf82093a85427a4c8330f7
-DIST cabal-helper-0.6.3.1.tar.gz 41668 BLAKE2B 
8100cbe79b9d1f7f84a937727d820a15be3955093af15abf6543568ac65f65f70810044370d0bdce543300796401d0bfc7b89d6c80323189e527062b00817c93
 SHA512 
7a0833cee229286904ff1304944100df33d975f1df0df5ab439f28d1ce28ae3fe86cc7d208ff04ba9980aff26f77f260d4f2893c7d528395555faeccf7041cca
-DIST cabal-helper-0.7.3.0.tar.gz 35745 BLAKE2B 
be54313453564fdcbedf7f7450afa2282af90c47cd6ff6ea9be3e76ccb4fb30f558e20bad73633754c914b4574c82b6d3b35b8d41579c72f1e9c7dbec6587a11
 SHA512 
612c7589a9f8eb4056ae5cf3365d5ee2d52357554a012c9a4515c2adefd5275153ff24fc80aac7b7f37e397a583f22808e4554fcde8a0f72cc0306ffe811600f

diff --git a/dev-haskell/cabal-helper/cabal-helper-0.6.1.0.ebuild 
b/dev-haskell/cabal-helper/cabal-helper-0.6.1.0.ebuild
deleted file mode 100644
index 2764887972d..00000000000
--- a/dev-haskell/cabal-helper/cabal-helper-0.6.1.0.ebuild
+++ /dev/null
@@ -1,30 +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.4.6.9999
-
-CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Simple interface to some of Cabal's configuration state used by 
ghc-mod"
-HOMEPAGE="https://hackage.haskell.org/package/cabal-helper";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="AGPL-3"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/cabal-1.14:=[profile?] 
<dev-haskell/cabal-1.23:=[profile?]
-       dev-haskell/mtl:=[profile?]
-       dev-haskell/temporary:=[profile?]
-       dev-haskell/transformers:=[profile?]
-       dev-haskell/utf8-string:=[profile?]
-       >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.10
-       test? ( dev-haskell/extra:2 )
-"

diff --git a/dev-haskell/cabal-helper/cabal-helper-0.6.3.1.ebuild 
b/dev-haskell/cabal-helper/cabal-helper-0.6.3.1.ebuild
deleted file mode 100644
index 39f355f4069..00000000000
--- a/dev-haskell/cabal-helper/cabal-helper-0.6.3.1.ebuild
+++ /dev/null
@@ -1,32 +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.4.6
-
-CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Simple interface to some of Cabal's configuration state used by 
ghc-mod"
-HOMEPAGE="https://hackage.haskell.org/package/cabal-helper";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="AGPL-3"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RESTRICT=test # runs external cabal and downloads things
-
-RDEPEND=">=dev-haskell/cabal-1.14:=[profile?] 
<dev-haskell/cabal-1.23:=[profile?]
-       dev-haskell/mtl:=[profile?]
-       dev-haskell/temporary:=[profile?]
-       dev-haskell/transformers:=[profile?]
-       dev-haskell/utf8-string:=[profile?]
-       >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.10
-       test? ( dev-haskell/extra )
-"

diff --git a/dev-haskell/cabal-helper/cabal-helper-0.7.3.0.ebuild 
b/dev-haskell/cabal-helper/cabal-helper-0.7.3.0.ebuild
deleted file mode 100644
index 854c03c288d..00000000000
--- a/dev-haskell/cabal-helper/cabal-helper-0.7.3.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ebuild generated by hackport 0.5.1.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Simple interface to some of Cabal's configuration state used by 
ghc-mod"
-HOMEPAGE="https://hackage.haskell.org/package/cabal-helper";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="AGPL-3"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RESTRICT=test # runs external cabal and downloads things
-
-RDEPEND=">=dev-haskell/cabal-1.14:=[profile?] 
<dev-haskell/cabal-1.26:=[profile?]
-       >=dev-haskell/mtl-2.0:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
-       >=dev-haskell/temporary-1.2.0.4:=[profile?] 
<dev-haskell/temporary-1.3:=[profile?]
-       >=dev-haskell/utf8-string-1.0.1.1:=[profile?] 
<dev-haskell/utf8-string-1.1:=[profile?]
-       >=dev-lang/ghc-7.8.2:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.18.1.3
-       test? ( >=dev-haskell/extra-1.4.10 <dev-haskell/extra-1.6 )
-"

diff --git a/dev-haskell/cabal-helper/metadata.xml 
b/dev-haskell/cabal-helper/metadata.xml
deleted file mode 100644
index b6837b40dcd..00000000000
--- a/dev-haskell/cabal-helper/metadata.xml
+++ /dev/null
@@ -1,32 +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>
-               <name>Gentoo Haskell</name>
-       </maintainer>
-       <longdescription>
-               @cabal-helper@ provides a library which wraps the internal use 
of executables
-               to lift the restrictions imposed by linking against versions of 
GHC before
-               @7.10@.
-               
-               @cabal-helper@ uses a wrapper executable to compile the actual 
cabal-helper
-               executable at runtime while linking against an arbitrary 
version of
-               Cabal. This runtime-compiled helper executable is then used to 
extract
-               various bits and peices from Cabal\'s on disk state 
(dist/setup-config)
-               written by it's configure command.
-               
-               In addition to this the wrapper executable also supports 
installing any
-               version of Cabal from hackage in case it cannot be found in any 
available
-               package database. The wrapper installs these instances of the 
Cabal library
-               into a private package database so as to not interfere with the 
user's
-               packages.
-               
-               Furthermore the wrapper supports one special case namely 
reading a state
-               file for Cabal itself. This is needed as Cabal compiles it's 
Setup.hs using
-               itself and not using any version of Cabal installed in any 
package database.
-               
-               @cabal-helper@ can compile with @Cabal &gt;= 1.14@ but requires 
@Cabal &gt;= 1.16@
-               at runtime.
-       </longdescription>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index c5ba787932d..db2c0208ed2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -234,16 +234,6 @@ dev-haskell/drift
 # Masked to allow py2.7 removal
 dev-lang/spark
 
-# Jack Todaro <[email protected]> (2020-08-23)
-# Its only reverse dependency is app-emacs/ghc-mod,
-# which is masked and dead upstream.
-dev-haskell/cabal-helper
-
-# Jack Todaro <[email protected]> (2020-08-23)
-# Unmaintained package, does not build with modern
-# versions of GHC.
-app-emacs/ghc-mod
-
 # Sergei Trofimovich <[email protected]> (2020-08-22)
 # Obsolete package without reverse dependencies.
 # Use dev-haskell/mustache instead.

Reply via email to