diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 10:19:08 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 10:30:05 +0100 |
commit | 9cba813d70c6c14ff2b1f8f256f339fc52a58ba6 (patch) | |
tree | dbaf42f905cedd064a8731379017a5db53a550e9 | |
parent | dev-haskell/chasingbottoms: drop old (diff) | |
download | gentoo-9cba813d70c6c14ff2b1f8f256f339fc52a58ba6.tar.gz gentoo-9cba813d70c6c14ff2b1f8f256f339fc52a58ba6.tar.bz2 gentoo-9cba813d70c6c14ff2b1f8f256f339fc52a58ba6.zip |
dev-haskell/chell-quickcheck: drop masked package
Closes: https://bugs.gentoo.org/735844
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r-- | dev-haskell/chell-quickcheck/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/chell-quickcheck/chell-quickcheck-0.2.5-r1.ebuild | 36 | ||||
-rw-r--r-- | dev-haskell/chell-quickcheck/chell-quickcheck-0.2.5.ebuild | 27 | ||||
-rw-r--r-- | dev-haskell/chell-quickcheck/files/chell-quickcheck-0.2.5-QC-2.9.patch | 11 | ||||
-rw-r--r-- | dev-haskell/chell-quickcheck/metadata.xml | 11 | ||||
-rw-r--r-- | profiles/package.mask | 6 |
6 files changed, 0 insertions, 92 deletions
diff --git a/dev-haskell/chell-quickcheck/Manifest b/dev-haskell/chell-quickcheck/Manifest deleted file mode 100644 index f630f34459d2..000000000000 --- a/dev-haskell/chell-quickcheck/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST chell-quickcheck-0.2.5.tar.gz 2450 BLAKE2B 97620bd1d8411cb1ac612615cdf3eed168c718257ca00e6777086590ce861147a56fc6113040bdaeea5dfbd0856cd66c401e2308af968c85148a6d5607e0f925 SHA512 df2ae72b51c7999fa6febbb9b72637d6fd63f2c31de94de37c51fc1691de6047e1f5b29be60175dd9677fd8190759400c1eeada0602532e2840bce1c36529fd7 diff --git a/dev-haskell/chell-quickcheck/chell-quickcheck-0.2.5-r1.ebuild b/dev-haskell/chell-quickcheck/chell-quickcheck-0.2.5-r1.ebuild deleted file mode 100644 index 4c59cf4c17ca..000000000000 --- a/dev-haskell/chell-quickcheck/chell-quickcheck-0.2.5-r1.ebuild +++ /dev/null @@ -1,36 +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.4.4.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="QuickCheck support for the Chell testing library" -HOMEPAGE="https://john-millikin.com/software/chell/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/chell-0.3:=[profile?] <dev-haskell/chell-0.5:=[profile?] - >=dev-haskell/quickcheck-2.3:2=[profile?] - dev-haskell/random:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6 -" - -PATCHES=("${FILESDIR}"/${P}-QC-2.9.patch) - -src_prepare() { - default - - cabal_chdeps \ - 'QuickCheck >= 2.3 && < 2.9' 'QuickCheck >= 2.3' -} diff --git a/dev-haskell/chell-quickcheck/chell-quickcheck-0.2.5.ebuild b/dev-haskell/chell-quickcheck/chell-quickcheck-0.2.5.ebuild deleted file mode 100644 index 8d28fac6bd23..000000000000 --- a/dev-haskell/chell-quickcheck/chell-quickcheck-0.2.5.ebuild +++ /dev/null @@ -1,27 +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.4.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="QuickCheck support for the Chell testing library" -HOMEPAGE="https://john-millikin.com/software/chell/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/chell-0.3:=[profile?] <dev-haskell/chell-0.5:=[profile?] - >=dev-haskell/quickcheck-2.3:2=[profile?] <dev-haskell/quickcheck-2.9:2=[profile?] - dev-haskell/random:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6 -" diff --git a/dev-haskell/chell-quickcheck/files/chell-quickcheck-0.2.5-QC-2.9.patch b/dev-haskell/chell-quickcheck/files/chell-quickcheck-0.2.5-QC-2.9.patch deleted file mode 100644 index 50a2d07f3caa..000000000000 --- a/dev-haskell/chell-quickcheck/files/chell-quickcheck-0.2.5-QC-2.9.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff --git a/lib/Test/Chell/QuickCheck.hs b/lib/Test/Chell/QuickCheck.hs -index 56cbd04..c630320 100644 ---- a/lib/Test/Chell/QuickCheck.hs -+++ b/lib/Test/Chell/QuickCheck.hs -@@ -103,5 +103,3 @@ maxDiscardedTests :: QuickCheck.Testable prop => QuickCheck.Args -> prop -> Int - #if MIN_VERSION_QuickCheck(2,5,0) --maxDiscardedTests args p = if QuickCheck.exhaustive p -- then QuickCheck.maxDiscardRatio args -- else QuickCheck.maxDiscardRatio args * QuickCheck.maxSuccess args -+maxDiscardedTests args _ = QuickCheck.maxDiscardRatio args * QuickCheck.maxSuccess args - #else diff --git a/dev-haskell/chell-quickcheck/metadata.xml b/dev-haskell/chell-quickcheck/metadata.xml deleted file mode 100644 index 7e621418d8d3..000000000000 --- a/dev-haskell/chell-quickcheck/metadata.xml +++ /dev/null @@ -1,11 +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> - <name>Gentoo Haskell</name> - </maintainer> - <longdescription> - QuickCheck support for the Chell testing library - </longdescription> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 7157bfcce665..c892406e2947 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -319,12 +319,6 @@ net-mail/maildirtree # Does not compile against ghc-8.8. Removal in 30 days. dev-haskell/bio -# Sergei Trofimovich <slyfox@gentoo.org> (2020-08-27) -# Abandoned upstream. -# Does not compile against ghc-8.8. Removal in 30 days. -# Bug #735844. -dev-haskell/chell-quickcheck - # Piotr Karbowski <slashbeast@gentoo.org> (2020-08-28) # Temporary mask due to multiple reports of segfaults at startup, bug #739056 =x11-base/xorg-server-1.20.9 |