diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 22:32:58 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 22:40:38 +0100 |
commit | 76c56c2a9387695040004f179415489818c43994 (patch) | |
tree | 8fa0099fd557596422a0c7818cfda6cd70fabc7e /dev-haskell/mmap | |
parent | dev-haskell/mime-types: drop old (diff) | |
download | gentoo-76c56c2a9387695040004f179415489818c43994.tar.gz gentoo-76c56c2a9387695040004f179415489818c43994.tar.bz2 gentoo-76c56c2a9387695040004f179415489818c43994.zip |
dev-haskell/mmap: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/mmap')
-rw-r--r-- | dev-haskell/mmap/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/mmap/mmap-0.5.8.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/dev-haskell/mmap/Manifest b/dev-haskell/mmap/Manifest index 8aeef12b5cf2..fffbf585afb1 100644 --- a/dev-haskell/mmap/Manifest +++ b/dev-haskell/mmap/Manifest @@ -1,2 +1 @@ -DIST mmap-0.5.8.tar.gz 11657 BLAKE2B 875557d3f28260028368a8979f398f13e501be507ebdb5bc098935c1ef3dff05fc7b7d7abbf29e632f0368e19b952b466ee7f192cb3cf4f4944009fa525ab7d9 SHA512 6c8b526ec9fedba195ce021f86eeb3fa35f7c95b9299d17503ad7d7e91b9485b3d9980e0ccbdc3876ec465ec8aa07cf9d0521c62e2c8a652a36df11b9badffb5 DIST mmap-0.5.9.tar.gz 11731 BLAKE2B 1a2133f487f9b214c8a4be3aa91a38ee849b40649b77eec8e656fbd99d32c31761d1daeb474a56e9e0611db631a22828ab20171c6522f324e278ace0de0dac2e SHA512 3b9ac1150050ac9d8e7870610923c8303b5fc74a4fdd796d7b6b411e2ba836111ae8520e16ad345aaf93b4dbcd27abd4c359a89b27d854db8dbd252b90a5298d diff --git a/dev-haskell/mmap/mmap-0.5.8.ebuild b/dev-haskell/mmap/mmap-0.5.8.ebuild deleted file mode 100644 index e05537cc541d..000000000000 --- a/dev-haskell/mmap/mmap-0.5.8.ebuild +++ /dev/null @@ -1,43 +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.3.9999 - -CABAL_FEATURES="bin lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Memory mapped files for POSIX and Windows" -HOMEPAGE="https://hackage.haskell.org/package/mmap" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86 ~ppc-macos ~x86-macos" -# IUSE="test" -IUSE="" - -RESTRICT="test" # the test suite compile fails: Not in scope: data constructor `Permissions' - -RDEPEND=">=dev-lang/ghc-6.10.4:=" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6" -# test? ( dev-haskell/hunit[profile?] )" # pcheck dislikes useless depends - -src_configure() { - cabal_src_configure # $(cabal_flag test mmaptest) -} - -src_test() { - # breaking the abstraction a bit, we're not supposed to know about ./setup - # and how it works... - ./dist/build/mmaptest/mmaptest || die "tests failed" -} - -src_install() { - cabal_src_install - - rm "${D}/usr/bin/mmaptest" - rmdir "${D}/usr/bin" 2> /dev/null # only if empty -} |