From 7b02f424b40124f422c3f42720840d43eb7a7078 Mon Sep 17 00:00:00 2001 From: Jack Todaro Date: Sat, 26 Nov 2022 07:37:39 +1100 Subject: dev-haskell/unicode-collation: drop 0.1.3.1 Signed-off-by: Jack Todaro Signed-off-by: Sam James --- dev-haskell/unicode-collation/Manifest | 1 - .../unicode-collation-0.1.3.1.ebuild | 44 ---------------------- 2 files changed, 45 deletions(-) delete mode 100644 dev-haskell/unicode-collation/unicode-collation-0.1.3.1.ebuild (limited to 'dev-haskell') diff --git a/dev-haskell/unicode-collation/Manifest b/dev-haskell/unicode-collation/Manifest index 174ae7a984c9..0614efd7a2ba 100644 --- a/dev-haskell/unicode-collation/Manifest +++ b/dev-haskell/unicode-collation/Manifest @@ -1,2 +1 @@ -DIST unicode-collation-0.1.3.1.tar.gz 2057181 BLAKE2B dde95fbf322a2a9100e8c3a462744006e5e1c2934f0e99c410e311256bf22a0898a7a04960284ba5f801ebfbb3d7465eeedb8ba3a6545cd991b9ee4dd00270a5 SHA512 7c8de0e1c3053bdea7f4007fd7711d5d18fd2f19ddd78ffc3d51cab3ee34623faa51d45ea8408b3e079741bfed9bc453ecc89cc2e20f479280d3646f0f1ecc44 DIST unicode-collation-0.1.3.3.tar.gz 2056081 BLAKE2B 1b5d58b852ff457b4c794d6e8c87c0539a5987240c2cdb8329fbb00b792be1105c194b55a10b5abd9c59eac7262194065d460a18e994edd2d7f71f535acb4f41 SHA512 bbb8fb3d52fa4906ddb92fb605f49b4c726cfcffd1f950c8a78bc495594a2e7d85fa78e2009da850f0218fce09a57f829ce0f3d6a6000b9b6484754f8c8260e8 diff --git a/dev-haskell/unicode-collation/unicode-collation-0.1.3.1.ebuild b/dev-haskell/unicode-collation/unicode-collation-0.1.3.1.ebuild deleted file mode 100644 index 25adf6d3d7fe..000000000000 --- a/dev-haskell/unicode-collation/unicode-collation-0.1.3.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# ebuild generated by hackport 0.7.1.1.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Haskell implementation of the Unicode Collation Algorithm" -HOMEPAGE="https://github.com/jgm/unicode-collation" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" -IUSE="doctests executable" - -RDEPEND="dev-haskell/parsec:=[profile?] - >=dev-haskell/text-1.2:=[profile?] =dev-lang/ghc-8.4.3:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-2.2.0.1 - test? ( dev-haskell/tasty - dev-haskell/tasty-hunit - dev-haskell/tasty-quickcheck - >=dev-haskell/unicode-transforms-0.3.7.1 - doctests? ( >=dev-haskell/doctest-0.8 ) ) -" - -src_prepare() { - default - cabal_chdeps \ - 'text >= 1.2 && < 1.3' 'text >= 1.2 && < 2.1' -} - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag doctests doctests) \ - $(cabal_flag executable executable) -} -- cgit v1.2.3-65-gdbad