Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/wxcore/files/
Date: Wed, 03 Aug 2016 07:36:57
Message-Id: 1470208914.ddbe302b06ceba0ba68b1db899c1fdcc987be5de.monsieurp@gentoo
1 commit: ddbe302b06ceba0ba68b1db899c1fdcc987be5de
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Jul 28 16:59:15 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 3 07:21:54 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddbe302b
7
8 dev-haskell/wxcore: remove unused patches
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11
12 .../wxcore/files/wxcore-0.90.0.1-ghc-7.5.patch | 29 ----------------------
13 .../wxcore/files/wxcore-0.90.1.1-ghc-7.5.patch | 18 --------------
14 2 files changed, 47 deletions(-)
15
16 diff --git a/dev-haskell/wxcore/files/wxcore-0.90.0.1-ghc-7.5.patch b/dev-haskell/wxcore/files/wxcore-0.90.0.1-ghc-7.5.patch
17 deleted file mode 100644
18 index 08f0f5b..0000000
19 --- a/dev-haskell/wxcore/files/wxcore-0.90.0.1-ghc-7.5.patch
20 +++ /dev/null
21 @@ -1,29 +0,0 @@
22 ---- wxcore-0.90.0.1-orig/wxcore.cabal 2012-05-15 06:26:55.000000000 +1000
23 -+++ wxcore-0.90.0.1/wxcore.cabal 2012-05-19 21:32:01.230849131 +1000
24 -@@ -80,7 +80,7 @@
25 - build-depends:
26 - array >= 0.2 && < 0.5,
27 - base >= 4 && < 5,
28 -- containers >= 0.2 && < 0.5
29 -+ containers >= 0.2 && < 0.6
30 - else
31 - build-depends:
32 - array >= 0.1 && < 0.3,
33 ---- wxcore-0.90.0.1-orig/src/haskell/Graphics/UI/WXCore/Events.hs 2012-05-15 06:26:55.000000000 +1000
34 -+++ wxcore-0.90.0.1/src/haskell/Graphics/UI/WXCore/Events.hs 2012-05-19 21:44:09.457185166 +1000
35 -@@ -1,4 +1,4 @@
36 --{-# LANGUAGE ForeignFunctionInterface #-}
37 -+{-# LANGUAGE CPP, ForeignFunctionInterface #-}
38 - -----------------------------------------------------------------------------------------
39 - {-| Module : Events
40 - Copyright : (c) Daan Leijen 2003
41 -@@ -245,6 +245,9 @@
42 - import Foreign.Marshal.Alloc
43 - import Foreign.Marshal.Array
44 - import Foreign.Marshal.Utils
45 -+#if (__GLASGOW_HASKELL__>=705)
46 -+import Foreign.C.Types(CInt(..))
47 -+#endif
48 -
49 - import Data.Char ( chr ) -- used in stc
50 - import Data.Maybe ( fromMaybe, fromJust )
51
52 diff --git a/dev-haskell/wxcore/files/wxcore-0.90.1.1-ghc-7.5.patch b/dev-haskell/wxcore/files/wxcore-0.90.1.1-ghc-7.5.patch
53 deleted file mode 100644
54 index ee2405d..0000000
55 --- a/dev-haskell/wxcore/files/wxcore-0.90.1.1-ghc-7.5.patch
56 +++ /dev/null
57 @@ -1,18 +0,0 @@
58 ---- wxcore-0.90.1.1-orig/src/haskell/Graphics/UI/WXCore/Events.hs 2014-03-23 08:01:17.000000000 +1100
59 -+++ wxcore-0.90.1.1/src/haskell/Graphics/UI/WXCore/Events.hs 2014-03-23 17:05:26.428738461 +1100
60 -@@ -1,4 +1,4 @@
61 --{-# LANGUAGE ForeignFunctionInterface #-}
62 -+{-# LANGUAGE CPP, ForeignFunctionInterface #-}
63 - -----------------------------------------------------------------------------------------
64 - {-| Module : Events
65 - Copyright : (c) Daan Leijen 2003
66 -@@ -248,6 +248,9 @@
67 - import Foreign.Marshal.Alloc
68 - import Foreign.Marshal.Array
69 - import Foreign.Marshal.Utils
70 -+#if (__GLASGOW_HASKELL__>=705)
71 -+import Foreign.C.Types(CInt(..))
72 -+#endif
73 -
74 - import Data.Char ( chr ) -- used in stc
75 - import Data.Maybe ( fromMaybe, fromJust )