* [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-haskell/doctest-parallel/files/, dev-haskell/doctest-parallel/
@ 2023-12-22 17:50 Arthur Zamarin
0 siblings, 0 replies; only message in thread
From: Arthur Zamarin @ 2023-12-22 17:50 UTC (permalink / raw
To: gentoo-commits
commit: 630827baa9f181b7d079b2c0864fe7745be133ac
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 22 17:49:46 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 22 17:49:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=630827ba
dev-haskell/doctest-parallel: treeclean
Closes: https://bugs.gentoo.org/862219
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-haskell/doctest-parallel/Manifest | 1 -
.../doctest-parallel/doctest-parallel-0.2.4.ebuild | 46 ----------------------
...-parallel-0.2.4-disable-internal-test-lib.patch | 24 -----------
dev-haskell/doctest-parallel/metadata.xml | 8 ----
profiles/package.mask | 6 ---
5 files changed, 85 deletions(-)
diff --git a/dev-haskell/doctest-parallel/Manifest b/dev-haskell/doctest-parallel/Manifest
deleted file mode 100644
index f14427cf3f8b..000000000000
--- a/dev-haskell/doctest-parallel/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST doctest-parallel-0.2.4.tar.gz 46038 BLAKE2B c5ce7b48c8cf268dc31ef2060bcd3f1322e41b5ca8ca43ea889ccc2fae3eedbdbcdae57477f4e74f4eb815c5f4997295d30ac9ba62f95ebf6a86643e9c88b096 SHA512 9ccc407e317f09cb7bd104b7d1727f33449bae26f6782bc4a9b3c636b9adc53d4fa37d252bf8d1cc608a1a2bd9c27c105f5f5ad2ed36742d4ac50ef783c3ea7f
diff --git a/dev-haskell/doctest-parallel/doctest-parallel-0.2.4.ebuild b/dev-haskell/doctest-parallel/doctest-parallel-0.2.4.ebuild
deleted file mode 100644
index 5f7f32756da1..000000000000
--- a/dev-haskell/doctest-parallel/doctest-parallel-0.2.4.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# ebuild generated by hackport 0.7.2.1.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour" # test-suite
-inherit haskell-cabal
-
-DESCRIPTION="Test interactive Haskell examples"
-HOMEPAGE="https://github.com/martijnbastiaan/doctest-parallel#readme"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="amd64 ~ppc64 ~x86"
-
-RESTRICT="test" # Known failure, issue #22 on upstream github
-
-PATCHES=(
- "${FILESDIR}/${PN}-0.2.4-disable-internal-test-lib.patch"
-)
-
-RDEPEND=">=dev-haskell/base-compat-0.7.0:=[profile?]
- >=dev-haskell/cabal-3.4:=[profile?]
- >=dev-haskell/code-page-0.1:=[profile?]
- dev-haskell/extra:=[profile?]
- >=dev-haskell/ghc-paths-0.1.0.9:=[profile?]
- dev-haskell/glob:=[profile?]
- >=dev-haskell/random-1.2:=[profile?]
- >=dev-haskell/syb-0.3:=[profile?]
- dev-haskell/unordered-containers:=[profile?]
- >=dev-lang/ghc-8.10.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-3.2.0.0
-"
-# test? ( >=dev-haskell/hspec-2.3.0
-# >=dev-haskell/hspec-core-2.3.0
-# dev-haskell/hspec-discover
-# dev-haskell/hunit
-# dev-haskell/mockery
-# >=dev-haskell/quickcheck-2.13.1
-# dev-haskell/setenv
-# >=dev-haskell/silently-1.2.4
-# >=dev-haskell/stringbuilder-0.4 )
diff --git a/dev-haskell/doctest-parallel/files/doctest-parallel-0.2.4-disable-internal-test-lib.patch b/dev-haskell/doctest-parallel/files/doctest-parallel-0.2.4-disable-internal-test-lib.patch
deleted file mode 100644
index 642f9762c737..000000000000
--- a/dev-haskell/doctest-parallel/files/doctest-parallel-0.2.4-disable-internal-test-lib.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From: hololeap <hololeap@protonmail.com>
-Signed-off-by: hololeap <hololeap@protonmail.com>
-
-This internal library is only needed for tests (currently disabled) and it
-causes an error when building docs:
-
-Running Haddock on library 'spectests-modules' for doctest-parallel-0.2.4
-setup: internal error when calculating transitive package dependencies
-Debug info: []
-
-Very similar to:
-https://github.com/commercialhaskell/stack/issues/5284
-
-diff -urN doctest-parallel-0.2.4/doctest-parallel.cabal doctest-parallel-0.2.4-r1/doctest-parallel.cabal
---- doctest-parallel-0.2.4/doctest-parallel.cabal 2022-08-11 23:35:31.648141338 -0600
-+++ doctest-parallel-0.2.4-r1/doctest-parallel.cabal 2022-08-11 23:44:18.178141594 -0600
-@@ -119,6 +119,7 @@
-
-
- library spectests-modules
-+ buildable: False
- default-language: Haskell2010
- build-depends: base, doctest-parallel, template-haskell
- -- Too many warnings. TODO: fix.
diff --git a/dev-haskell/doctest-parallel/metadata.xml b/dev-haskell/doctest-parallel/metadata.xml
deleted file mode 100644
index 937381521944..000000000000
--- a/dev-haskell/doctest-parallel/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>haskell@gentoo.org</email>
- <name>Gentoo Haskell</name>
- </maintainer>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index cd6cb1506f0c..b63c85ebdec9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -319,12 +319,6 @@ media-video/subtitleripper
=sys-fs/zfs-2.2.0
=sys-fs/zfs-kmod-2.2.0
-# hololeap <hololeap@protonmail.com> (2023-11-19)
-# Package has been masked for a long time, is useless for ::gentoo, and has no
-# reverse dependencies.
-# Removal on 2023-12-19.
-dev-haskell/doctest-parallel
-
# Sam James <sam@gentoo.org> (2023-11-19)
# GCC 10 and older no longer receive upstream support or fixes for
# bugs. Please switch to a newer GCC version using gcc-config.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-12-22 17:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-22 17:50 [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-haskell/doctest-parallel/files/, dev-haskell/doctest-parallel/ Arthur Zamarin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox