Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/mmap/
Date: Sat, 12 Sep 2020 21:40:57
Message-Id: 1599946838.76c56c2a9387695040004f179415489818c43994.slyfox@gentoo
1 commit: 76c56c2a9387695040004f179415489818c43994
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 12 21:32:58 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 12 21:40:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76c56c2a
7
8 dev-haskell/mmap: drop old
9
10 Package-Manager: Portage-3.0.6, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/mmap/Manifest | 1 -
14 dev-haskell/mmap/mmap-0.5.8.ebuild | 43 --------------------------------------
15 2 files changed, 44 deletions(-)
16
17 diff --git a/dev-haskell/mmap/Manifest b/dev-haskell/mmap/Manifest
18 index 8aeef12b5cf..fffbf585afb 100644
19 --- a/dev-haskell/mmap/Manifest
20 +++ b/dev-haskell/mmap/Manifest
21 @@ -1,2 +1 @@
22 -DIST mmap-0.5.8.tar.gz 11657 BLAKE2B 875557d3f28260028368a8979f398f13e501be507ebdb5bc098935c1ef3dff05fc7b7d7abbf29e632f0368e19b952b466ee7f192cb3cf4f4944009fa525ab7d9 SHA512 6c8b526ec9fedba195ce021f86eeb3fa35f7c95b9299d17503ad7d7e91b9485b3d9980e0ccbdc3876ec465ec8aa07cf9d0521c62e2c8a652a36df11b9badffb5
23 DIST mmap-0.5.9.tar.gz 11731 BLAKE2B 1a2133f487f9b214c8a4be3aa91a38ee849b40649b77eec8e656fbd99d32c31761d1daeb474a56e9e0611db631a22828ab20171c6522f324e278ace0de0dac2e SHA512 3b9ac1150050ac9d8e7870610923c8303b5fc74a4fdd796d7b6b411e2ba836111ae8520e16ad345aaf93b4dbcd27abd4c359a89b27d854db8dbd252b90a5298d
24
25 diff --git a/dev-haskell/mmap/mmap-0.5.8.ebuild b/dev-haskell/mmap/mmap-0.5.8.ebuild
26 deleted file mode 100644
27 index e05537cc541..00000000000
28 --- a/dev-haskell/mmap/mmap-0.5.8.ebuild
29 +++ /dev/null
30 @@ -1,43 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -# ebuild generated by hackport 0.3.9999
37 -
38 -CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
39 -inherit haskell-cabal
40 -
41 -DESCRIPTION="Memory mapped files for POSIX and Windows"
42 -HOMEPAGE="https://hackage.haskell.org/package/mmap"
43 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
44 -
45 -LICENSE="BSD"
46 -SLOT="0/${PV}"
47 -KEYWORDS="~amd64 ~x86 ~ppc-macos ~x86-macos"
48 -# IUSE="test"
49 -IUSE=""
50 -
51 -RESTRICT="test" # the test suite compile fails: Not in scope: data constructor `Permissions'
52 -
53 -RDEPEND=">=dev-lang/ghc-6.10.4:="
54 -DEPEND="${RDEPEND}
55 - >=dev-haskell/cabal-1.6"
56 -# test? ( dev-haskell/hunit[profile?] )" # pcheck dislikes useless depends
57 -
58 -src_configure() {
59 - cabal_src_configure # $(cabal_flag test mmaptest)
60 -}
61 -
62 -src_test() {
63 - # breaking the abstraction a bit, we're not supposed to know about ./setup
64 - # and how it works...
65 - ./dist/build/mmaptest/mmaptest || die "tests failed"
66 -}
67 -
68 -src_install() {
69 - cabal_src_install
70 -
71 - rm "${D}/usr/bin/mmaptest"
72 - rmdir "${D}/usr/bin" 2> /dev/null # only if empty
73 -}