diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-04-03 10:12:32 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-04-03 14:36:34 +0100 |
commit | 17b6a9e0eca54bb5c6e649290313cb9b6b8a806d (patch) | |
tree | efdb85a48a879f738f2f8d71b0236b4be6f34d2c /dev-haskell/text-icu | |
parent | dev-haskell/th-expand-syns: drop old (diff) | |
download | gentoo-17b6a9e0eca54bb5c6e649290313cb9b6b8a806d.tar.gz gentoo-17b6a9e0eca54bb5c6e649290313cb9b6b8a806d.tar.bz2 gentoo-17b6a9e0eca54bb5c6e649290313cb9b6b8a806d.zip |
dev-haskell/text-icu: drop old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/text-icu')
-rw-r--r-- | dev-haskell/text-icu/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/text-icu/files/text-icu-0.7.0.0-ghc-7.10.patch | 32 | ||||
-rw-r--r-- | dev-haskell/text-icu/text-icu-0.6.3.5.ebuild | 26 | ||||
-rw-r--r-- | dev-haskell/text-icu/text-icu-0.6.3.7-r1.ebuild | 33 | ||||
-rw-r--r-- | dev-haskell/text-icu/text-icu-0.7.0.0.ebuild | 35 |
5 files changed, 0 insertions, 129 deletions
diff --git a/dev-haskell/text-icu/Manifest b/dev-haskell/text-icu/Manifest index 2ebbaef26a0d..8048237538d9 100644 --- a/dev-haskell/text-icu/Manifest +++ b/dev-haskell/text-icu/Manifest @@ -1,4 +1 @@ -DIST text-icu-0.6.3.5.tar.gz 43078 SHA256 0abca7c4fa6d428f2bdf9af599830bcc3cb747dc13ca75bd1887fa7346e28eae SHA512 db7a406e1e9d3b2dba3d3b95737d14b2aa90a9976913c475c472280e2a4adb90c5aba2fbb2e1149b9d8fdcf148910ff83a216222da6f90a92e2ebf4c146e1a0d WHIRLPOOL ee023f4c61a06bb95b8d324d09f516ac180f3a38ac0a99aaaa10ea198de7cb289509eb452955b8887ac212667ea5b2278a76c74ba356ac8aa5e3fca3d2b24eb7 -DIST text-icu-0.6.3.7.tar.gz 44748 SHA256 c4c13df96bb5c7fcd32f7ba08543ac6ffe0f121a9cb7c77b6a34bbceaa92ff57 SHA512 c060dcac945489e3d843a675da16eb6b218d912848a78f206d86deb8fc3a70f381c7a87cf9f4bdeb4f5a0064234e170c2aff7f27a4a6571179f1770d967cbb64 WHIRLPOOL 6d0430d89f4bd9f63bca0b7ef9f03079b5942ad21f249eddaf9571b699bc4470f11fa77cc59122cb4b1ca7a12dbf18a50e158c5eaf1e709727f7e84d1edec77f -DIST text-icu-0.7.0.0.tar.gz 45745 SHA256 3edbfe54e35ab0547d66d2e1ab1cd7390ac5f906a4a52ab61087ef99223678bb SHA512 ed88bf4ec184cd903415ea945122833b16210afc1bf39e846496d6e807b7cf271b35eb7369bf1e1e1ba5c1a5013579c6c598bd5dc1402453763db21b8671fb96 WHIRLPOOL c6bd88dfcb84889dfed33f0911b7e46d10590aa0dacc344e669bda07d1d349839a4d44653b47153df2f7c9859844872a66288fbbb7d5b4d378a3e45516b394ca DIST text-icu-0.7.0.1.tar.gz 45533 SHA256 e2764c2749033706eed5b9fb3cda11177ad15cdf11912028f551eca39a2c7f78 SHA512 54551ce0d629bffcca32fc855bfcdf2e24282359ce3a32578a98de4f4ad15378fa7df98c59d73323549a2ac873b10a10202bda02f5be83fbe1ab945aac5e50a9 WHIRLPOOL a1e89d7aedee118bbce7576976e51c87e7b8e48c2afd0b1157aada0f2664ed8dabdf3668c62f44b8447cbed1ba4d93f911f0a78037548f27034c7c7d6e7d799d diff --git a/dev-haskell/text-icu/files/text-icu-0.7.0.0-ghc-7.10.patch b/dev-haskell/text-icu/files/text-icu-0.7.0.0-ghc-7.10.patch deleted file mode 100644 index 97afb4f2d7e4..000000000000 --- a/dev-haskell/text-icu/files/text-icu-0.7.0.0-ghc-7.10.patch +++ /dev/null @@ -1,32 +0,0 @@ ---- text-icu-0.7.0.0-orig/Data/Text/ICU/Break.hsc 2014-08-15 07:17:37.000000000 +1000 -+++ text-icu-0.7.0.0/Data/Text/ICU/Break.hsc 2015-01-03 15:05:27.300927099 +1100 -@@ -64,7 +64,11 @@ - import Foreign.Marshal.Array (allocaArray, peekArray) - import Foreign.Marshal.Utils (with) - import Foreign.Ptr (FunPtr, Ptr, nullPtr) -+#if MIN_VERSION_base(4,8,0) -+import Prelude hiding (last, Word) -+#else - import Prelude hiding (last) -+#endif - import System.IO.Unsafe (unsafePerformIO) - - -- $indices ---- text-icu-0.7.0.0-orig/Data/Text/ICU/Break/Pure.hs 2014-08-15 07:17:37.000000000 +1000 -+++ text-icu-0.7.0.0/Data/Text/ICU/Break/Pure.hs 2015-01-03 15:06:16.528158894 +1100 -@@ -1,4 +1,4 @@ --{-# LANGUAGE BangPatterns, RecordWildCards #-} -+{-# LANGUAGE BangPatterns, CPP, RecordWildCards #-} - -- | - -- Module : Data.Text.ICU.Break.Pure - -- Copyright : (c) 2010 Bryan O'Sullivan -@@ -44,6 +44,9 @@ - import Data.Text.ICU.Break (Line, Word) - import Data.Text.ICU.Break.Types (BreakIterator(..)) - import Data.Text.ICU.Internal (LocaleName) -+#if MIN_VERSION_base(4,8,0) -+import Prelude hiding (Word) -+#endif - import System.IO.Unsafe (unsafeInterleaveIO, unsafePerformIO) - import qualified Data.Text.ICU.Break as IO - diff --git a/dev-haskell/text-icu/text-icu-0.6.3.5.ebuild b/dev-haskell/text-icu/text-icu-0.6.3.5.ebuild deleted file mode 100644 index e93ed1799bef..000000000000 --- a/dev-haskell/text-icu/text-icu-0.6.3.5.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -# ebuild generated by hackport 0.2.18.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Bindings to the ICU library" -HOMEPAGE="https://bitbucket.org/bos/text-icu" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=">=dev-haskell/text-0.9.1.0[profile?] - <=dev-haskell/text-0.12.0.0[profile?] - >=dev-lang/ghc-6.8.2 - >=dev-libs/icu-4" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6" diff --git a/dev-haskell/text-icu/text-icu-0.6.3.7-r1.ebuild b/dev-haskell/text-icu/text-icu-0.6.3.7-r1.ebuild deleted file mode 100644 index 558b03e029af..000000000000 --- a/dev-haskell/text-icu/text-icu-0.6.3.7-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -# ebuild generated by hackport 0.3.4.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Bindings to the ICU library" -HOMEPAGE="https://github.com/bos/text-icu" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=">=dev-haskell/text-0.9.1.0:=[profile?] - >=dev-lang/ghc-6.10.4:= - dev-libs/icu:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.10 - test? ( >=dev-haskell/hunit-1.2 - >=dev-haskell/quickcheck-2.4 - dev-haskell/random - >=dev-haskell/test-framework-0.4 - >=dev-haskell/test-framework-hunit-0.2 - >=dev-haskell/test-framework-quickcheck2-0.2 ) -" diff --git a/dev-haskell/text-icu/text-icu-0.7.0.0.ebuild b/dev-haskell/text-icu/text-icu-0.7.0.0.ebuild deleted file mode 100644 index 1b5fe852b100..000000000000 --- a/dev-haskell/text-icu/text-icu-0.7.0.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -# ebuild generated by hackport 0.4.3.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit base haskell-cabal - -DESCRIPTION="Bindings to the ICU library" -HOMEPAGE="https://github.com/bos/text-icu" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -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 - test? ( >=dev-haskell/hunit-1.2 - >=dev-haskell/quickcheck-2.4 - dev-haskell/random - >=dev-haskell/test-framework-0.4 - >=dev-haskell/test-framework-hunit-0.2 - >=dev-haskell/test-framework-quickcheck2-0.2 ) -" - -PATCHES=("${FILESDIR}/${PN}-0.7.0.0-ghc-7.10.patch") |