commit:     f938c1dcaf7f57c020d6061ca417c5302df4db2c
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Aug  2 11:55:43 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Aug  3 06:35:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f938c1dc

dev-haskell/cipher-aes128: remove unused patch(es)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16953
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 .../files/cipher-aes128-0.7.0.3-ghc-8.6.patch            | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git 
a/dev-haskell/cipher-aes128/files/cipher-aes128-0.7.0.3-ghc-8.6.patch 
b/dev-haskell/cipher-aes128/files/cipher-aes128-0.7.0.3-ghc-8.6.patch
deleted file mode 100644
index a5d056e71c9..00000000000
--- a/dev-haskell/cipher-aes128/files/cipher-aes128-0.7.0.3-ghc-8.6.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -ru cipher-aes128-0.7.0.3.orig/Setup.hs cipher-aes128-0.7.0.3/Setup.hs
---- cipher-aes128-0.7.0.3.orig/Setup.hs        2016-08-31 01:58:48.000000000 
-0400
-+++ cipher-aes128-0.7.0.3/Setup.hs     2018-07-04 22:06:10.880373751 -0400
-@@ -13,10 +13,8 @@
- main = defaultMainWithHooks hk
-  where
-  hk = simpleUserHooks { buildHook = \pd lbi uh bf -> do
--                                        let ccProg = Program "gcc" undefined 
undefined undefined
--                                            hcProg = Program "ghc" undefined 
undefined undefined
--                                            mConf  = lookupProgram ccProg 
(withPrograms lbi)
--                                            hcConf = lookupProgram hcProg 
(withPrograms lbi)
-+                                        let mConf  = lookupProgram gccProgram 
(withPrograms lbi)
-+                                            hcConf = lookupProgram ghcProgram 
(withPrograms lbi)
-                                             err = error "Could not determine 
C compiler"
-                                             _cc  = locationPath . 
programLocation  . maybe err id $ mConf
-                                             hc  = locationPath . 
programLocation  . maybe err id $ hcConf

Reply via email to