Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-haskell/hashed-storage/files/, dev-haskell/hashed-storage/
Date: Mon, 14 Sep 2020 07:16:51
Message-Id: 1600067801.32e41084d496808c88e73e2f866726f1b150671b.slyfox@gentoo
1 commit: 32e41084d496808c88e73e2f866726f1b150671b
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 14 07:14:46 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 14 07:16:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32e41084
7
8 dev-haskell/hashed-storage: drop masked package
9
10 Closes: https://bugs.gentoo.org/735998
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/hashed-storage/Manifest | 1 -
14 .../files/hashed-storage-0.5.11-QC-2.8.2.patch | 16 -------
15 .../files/hashed-storage-0.5.11-ghc-7.10.patch | 8 ----
16 .../hashed-storage/hashed-storage-0.5.11.ebuild | 56 ----------------------
17 dev-haskell/hashed-storage/metadata.xml | 22 ---------
18 profiles/package.mask | 5 --
19 6 files changed, 108 deletions(-)
20
21 diff --git a/dev-haskell/hashed-storage/Manifest b/dev-haskell/hashed-storage/Manifest
22 deleted file mode 100644
23 index 8f5bbc43583..00000000000
24 --- a/dev-haskell/hashed-storage/Manifest
25 +++ /dev/null
26 @@ -1 +0,0 @@
27 -DIST hashed-storage-0.5.11.tar.gz 57315 BLAKE2B a97a706446117dc049810b054cad25e62b75be905a0379ef935deb2c1fee6c2de0dece3bf74917bf7bb781f6a90a989ed8b164b3d871768c6c4e9182ffdbf488 SHA512 11bfc05ecb2de5adc5a46116d15d969207a310583e7183e2a21ef767a23eabc55622c84ef351ace81a29800a544358c604b4a255800a713af01266331bf321ba
28
29 diff --git a/dev-haskell/hashed-storage/files/hashed-storage-0.5.11-QC-2.8.2.patch b/dev-haskell/hashed-storage/files/hashed-storage-0.5.11-QC-2.8.2.patch
30 deleted file mode 100644
31 index 1a001e73f53..00000000000
32 --- a/dev-haskell/hashed-storage/files/hashed-storage-0.5.11-QC-2.8.2.patch
33 +++ /dev/null
34 @@ -1,16 +0,0 @@
35 -diff --git a/Storage/Hashed/Test.hs b/Storage/Hashed/Test.hs
36 -index d3cab6f..7f8291e 100644
37 ---- a/Storage/Hashed/Test.hs
38 -+++ b/Storage/Hashed/Test.hs
39 -@@ -1,2 +1,2 @@
40 --{-# LANGUAGE ScopedTypeVariables, FlexibleInstances #-}
41 -+{-# LANGUAGE ScopedTypeVariables, FlexibleInstances, CPP #-}
42 - module Storage.Hashed.Test( tests ) where
43 -@@ -464,2 +464,3 @@ posix = [ testCase "getFileStatus" $ check_stat Posix.getFileStatus
44 -
45 -+#if ! MIN_VERSION_QuickCheck(2,8,2)
46 - instance (Arbitrary a, Ord a) => Arbitrary (S.Set a)
47 -@@ -469,2 +470,3 @@ instance (Arbitrary k, Arbitrary v, Ord k) => Arbitrary (M.Map k v)
48 - where arbitrary = M.fromList `fmap` arbitrary
49 -+#endif
50 -
51
52 diff --git a/dev-haskell/hashed-storage/files/hashed-storage-0.5.11-ghc-7.10.patch b/dev-haskell/hashed-storage/files/hashed-storage-0.5.11-ghc-7.10.patch
53 deleted file mode 100644
54 index f071cab314f..00000000000
55 --- a/dev-haskell/hashed-storage/files/hashed-storage-0.5.11-ghc-7.10.patch
56 +++ /dev/null
57 @@ -1,8 +0,0 @@
58 -diff --git a/Storage/Hashed/Monad.hs b/Storage/Hashed/Monad.hs
59 -index 67287b4..bf8ad38 100644
60 ---- a/Storage/Hashed/Monad.hs
61 -+++ b/Storage/Hashed/Monad.hs
62 -@@ -1,2 +1,3 @@
63 - {-# LANGUAGE ScopedTypeVariables, BangPatterns, TypeSynonymInstances, UndecidableInstances, FlexibleInstances #-}
64 -+{-# LANGUAGE FlexibleContexts #-}
65 -
66
67 diff --git a/dev-haskell/hashed-storage/hashed-storage-0.5.11.ebuild b/dev-haskell/hashed-storage/hashed-storage-0.5.11.ebuild
68 deleted file mode 100644
69 index c4dd8213990..00000000000
70 --- a/dev-haskell/hashed-storage/hashed-storage-0.5.11.ebuild
71 +++ /dev/null
72 @@ -1,56 +0,0 @@
73 -# Copyright 1999-2020 Gentoo Authors
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=5
77 -
78 -# ebuild generated by hackport 0.4.9999
79 -
80 -CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
81 -inherit haskell-cabal
82 -
83 -DESCRIPTION="Hashed file storage support code"
84 -HOMEPAGE="https://hackage.haskell.org/package/hashed-storage"
85 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
86 -
87 -LICENSE="BSD"
88 -SLOT="0/${PV}"
89 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x86-macos"
90 -IUSE="diff hpc test"
91 -RESTRICT="!test? ( test )"
92 -
93 -RDEPEND="dev-haskell/binary:=[profile?]
94 - dev-haskell/dataenc:=[profile?]
95 - dev-haskell/extensible-exceptions:=[profile?]
96 - >=dev-haskell/mmap-0.5:=[profile?] <dev-haskell/mmap-0.6:=[profile?]
97 - dev-haskell/mtl:=[profile?]
98 - dev-haskell/zlib:=[profile?]
99 - >=dev-lang/ghc-7.4.1:=
100 - diff? ( dev-haskell/lcs:=[profile?] )
101 -"
102 -DEPEND="${RDEPEND}
103 - >=dev-haskell/cabal-1.6
104 - test? ( dev-haskell/hunit:=[profile?]
105 - >=dev-haskell/quickcheck-2.3:2=[profile?]
106 - dev-haskell/test-framework:=[profile?]
107 - dev-haskell/test-framework-hunit:=[profile?]
108 - dev-haskell/test-framework-quickcheck2:=[profile?]
109 - dev-haskell/zip-archive:=[profile?] )
110 -"
111 -
112 -src_prepare() {
113 - epatch "${FILESDIR}"/${P}-ghc-7.10.patch
114 - epatch "${FILESDIR}"/${P}-QC-2.8.2.patch
115 -}
116 -
117 -src_configure() {
118 - haskell-cabal_src_configure \
119 - $(cabal_flag diff diff) \
120 - $(cabal_flag hpc hpc) \
121 - $(cabal_flag test test)
122 -}
123 -
124 -src_install() {
125 - haskell-cabal_src_install
126 -
127 - use test && rm "${ED}/usr/bin/hashed-storage-test"
128 -}
129
130 diff --git a/dev-haskell/hashed-storage/metadata.xml b/dev-haskell/hashed-storage/metadata.xml
131 deleted file mode 100644
132 index af6dbebb7a3..00000000000
133 --- a/dev-haskell/hashed-storage/metadata.xml
134 +++ /dev/null
135 @@ -1,22 +0,0 @@
136 -<?xml version="1.0" encoding="UTF-8"?>
137 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
138 -<pkgmetadata>
139 - <maintainer type="project">
140 - <email>haskell@g.o</email>
141 - <name>Gentoo Haskell</name>
142 - </maintainer>
143 - <longdescription>
144 - Support code for reading and manipulating hashed file storage
145 - (where each file and directory is associated with a
146 - cryptographic hash, for corruption-resistant storage and fast
147 - comparisons).
148 -
149 - The supported storage formats include darcs hashed pristine, a
150 - plain filesystem tree and an indexed plain tree (where the index
151 - maintains hashes of the plain files and directories).
152 - </longdescription>
153 - <use>
154 - <flag name="diff">Provide the Storage.Hashed.Diff module.</flag>
155 - <flag name="hpc">Compile with the profiling ghc flag -fhpc.</flag>
156 - </use>
157 -</pkgmetadata>
158
159 diff --git a/profiles/package.mask b/profiles/package.mask
160 index ff47dfccd8f..cedc87b6afe 100644
161 --- a/profiles/package.mask
162 +++ b/profiles/package.mask
163 @@ -653,11 +653,6 @@ dev-lang/vala:0.50
164 # Removal in 30 days. bug #735796
165 dev-haskell/network-bytestring
166
167 -# Sergei Trofimovich <slyfox@g.o> (2020-08-14)
168 -# Was not ported to >=ghc-8. Old dev-vcs/darcs was the only user.
169 -# Removal in 30 days. bug #735998
170 -dev-haskell/hashed-storage
171 -
172 # Rick Farina <zerochaos@g.o> (2020-08-14)
173 # Obsolete, nothing depends on it. Removal in 30 days.
174 net-wireless/lorcon-old