diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-30 20:22:35 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-31 05:10:24 +0100 |
commit | 514c661be1cc66c1429823afd945625c52603c30 (patch) | |
tree | de536d295b25509fee3a7b67236fff7f63a323f0 /dev-haskell/text-icu | |
parent | dev-haskell/sop-core: drop 0.5.0.1 (diff) | |
download | gentoo-514c661be1cc66c1429823afd945625c52603c30.tar.gz gentoo-514c661be1cc66c1429823afd945625c52603c30.tar.bz2 gentoo-514c661be1cc66c1429823afd945625c52603c30.zip |
dev-haskell/text-icu: drop 0.7.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/text-icu')
-rw-r--r-- | dev-haskell/text-icu/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/text-icu/files/text-icu-0.7.0.1-icu.patch | 12 | ||||
-rw-r--r-- | dev-haskell/text-icu/text-icu-0.7.0.1.ebuild | 31 |
3 files changed, 0 insertions, 44 deletions
diff --git a/dev-haskell/text-icu/Manifest b/dev-haskell/text-icu/Manifest index dd24cb1bcb7e..8f7010cfbe64 100644 --- a/dev-haskell/text-icu/Manifest +++ b/dev-haskell/text-icu/Manifest @@ -1,2 +1 @@ -DIST text-icu-0.7.0.1.tar.gz 45533 BLAKE2B 1eda34ad7a8bcaa26814cb4fdb864e67531aca5dc80ece9a71dd770022ec7729e7e2960729c707ab9b5d4e8ad3b112e50572d26a2f2a573ffd6f3c914a0b5545 SHA512 54551ce0d629bffcca32fc855bfcdf2e24282359ce3a32578a98de4f4ad15378fa7df98c59d73323549a2ac873b10a10202bda02f5be83fbe1ab945aac5e50a9 DIST text-icu-0.7.1.0.tar.gz 52490 BLAKE2B fb66502b0a18d8d2a0f1dcb2240e9c939b04b157acac31b62fbe65a6d5edd6244a4713d712e6b78dc54451b52d3e78d9cd8bc803e7bddb319fa8ed016c162123 SHA512 807a1385b7601edcfa6142a8e107df1b3c2820974218e2bafadb8a42eda3b68a0a16d222d75120b422e5ca9f4cd4f52f39d2b7938a541692ed4d633d5750089a diff --git a/dev-haskell/text-icu/files/text-icu-0.7.0.1-icu.patch b/dev-haskell/text-icu/files/text-icu-0.7.0.1-icu.patch deleted file mode 100644 index 5a29309e7c45..000000000000 --- a/dev-haskell/text-icu/files/text-icu-0.7.0.1-icu.patch +++ /dev/null @@ -1,12 +0,0 @@ -icu-68 disable TRUE/FALSE by default. ---- a/cbits/text_icu.c -+++ b/cbits/text_icu.c -@@ -305,7 +305,7 @@ int32_t __hs_u_strFoldCase(UChar *dest, int32_t destCapacity, - - int32_t __hs_u_strCompareIter(UCharIterator *iter1, UCharIterator *iter2) - { -- return u_strCompareIter(iter1, iter2, TRUE); -+ return u_strCompareIter(iter1, iter2, true); - } - - UBlockCode __hs_ublock_getCode(UChar32 c) diff --git a/dev-haskell/text-icu/text-icu-0.7.0.1.ebuild b/dev-haskell/text-icu/text-icu-0.7.0.1.ebuild deleted file mode 100644 index b6a0e16ce943..000000000000 --- a/dev-haskell/text-icu/text-icu-0.7.0.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.4.4.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" # Broken: test-suite -inherit haskell-cabal - -DESCRIPTION="Bindings to the ICU library" -HOMEPAGE="https://github.com/haskell/text-icu" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RESTRICT=test # QuickCheck occasionally finds counterexamples -# and fails to build: Duplicate instance declarations: instance NFData Ordering - -PATCHES=("${FILESDIR}"/${PN}-0.7.0.1-icu.patch) - -RDEPEND=">=dev-haskell/text-0.9.1.0:=[profile?] - >=dev-lang/ghc-7.4.1:= - dev-libs/icu:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.10 -" |