Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/encoding/files/
Date: Mon, 14 Sep 2020 07:05:49
Message-Id: 1600067139.18f884a0998d26bf69915d35d99a73dc6d346c43.slyfox@gentoo
1 commit: 18f884a0998d26bf69915d35d99a73dc6d346c43
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Sep 13 12:57:25 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 14 07:05:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18f884a0
7
8 dev-haskell/encoding: remove unused patch
9
10 Package-Manager: Portage-3.0.6, Repoman-3.0.1
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 .../encoding/files/encoding-0.8.2-cabal22.patch | 22 ----------------------
15 1 file changed, 22 deletions(-)
16
17 diff --git a/dev-haskell/encoding/files/encoding-0.8.2-cabal22.patch b/dev-haskell/encoding/files/encoding-0.8.2-cabal22.patch
18 deleted file mode 100644
19 index bc1614deb71..00000000000
20 --- a/dev-haskell/encoding/files/encoding-0.8.2-cabal22.patch
21 +++ /dev/null
22 @@ -1,22 +0,0 @@
23 -diff --git a/Setup.hs b/Setup.hs
24 -index de719e6..e58a316 100644
25 ---- a/Setup.hs
26 -+++ b/Setup.hs
27 -@@ -1 +1,2 @@
28 -+{-# LANGUAGE CPP #-}
29 - module Main where
30 -@@ -6,2 +7,11 @@ import Data.Encoding.Preprocessor.XMLMappingBuilder
31 -
32 -+#if MIN_VERSION_Cabal(2,2,0)
33 -+main = defaultMainWithHooks (simpleUserHooks
34 -+ {hookedPreProcessors = (("mapping",\_ _ _ -> mappingPreprocessor)
35 -+ :("mapping2",\_ _ _ -> mappingPreprocessor)
36 -+ :("xml",\_ _ _ -> xmlPreprocessor)
37 -+ :(hookedPreProcessors simpleUserHooks)
38 -+ )
39 -+ })
40 -+#else
41 - main = defaultMainWithHooks (simpleUserHooks
42 -@@ -13 +23,2 @@ main = defaultMainWithHooks (simpleUserHooks
43 - })
44 -+#endif