summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-06-30 20:19:13 +0200
committerAaron Bauman <bman@gentoo.org>2020-07-01 15:58:49 -0400
commit651e296465c50af7aeb032dd42841119a7a07e1b (patch)
treeb4711195849cf3528e3c215fa247a7c04dae6a88 /dev-lang/whitespace/files
parentapp-text/djvu: remove unused patch(es) (diff)
downloadgentoo-651e296465c50af7aeb032dd42841119a7a07e1b.tar.gz
gentoo-651e296465c50af7aeb032dd42841119a7a07e1b.tar.bz2
gentoo-651e296465c50af7aeb032dd42841119a7a07e1b.zip
dev-lang/whitespace: remove unused patch
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16509 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-lang/whitespace/files')
-rw-r--r--dev-lang/whitespace/files/whitespace-cabal.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-lang/whitespace/files/whitespace-cabal.patch b/dev-lang/whitespace/files/whitespace-cabal.patch
deleted file mode 100644
index f686d8c4851d..000000000000
--- a/dev-lang/whitespace/files/whitespace-cabal.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -u -N WSpace/Setup.lhs WSpace.patched/Setup.lhs
---- WSpace/Setup.lhs 1970-01-01 01:00:00.000000000 +0100
-+++ WSpace.patched/Setup.lhs 2013-08-09 01:14:00.415264165 +0200
-@@ -0,0 +1,3 @@
-+#!/usr/bin/env runhaskell
-+> import Distribution.Simple
-+> main = defaultMain
-diff -u -N WSpace/WSpace.cabal WSpace.patched/WSpace.cabal
---- WSpace/WSpace.cabal 1970-01-01 01:00:00.000000000 +0100
-+++ WSpace.patched/WSpace.cabal 2013-08-09 01:44:19.129339177 +0200
-@@ -0,0 +1,10 @@
-+name: WSpace
-+version: 0.3
-+synopsis: Whitespace implementation in Haskell.
-+category: Language
-+Build-Type: Simple
-+cabal-version: >= 1.2
-+
-+Executable wspace
-+ Main-Is: main.hs
-+ Build-Depends: haskell98
-Common subdirectories: WSpace/docs and WSpace.patched/docs
-Common subdirectories: WSpace/emacs and WSpace.patched/emacs
-Common subdirectories: WSpace/examples and WSpace.patched/examples