Skip to content

Commit

Permalink
app-emacs/ghc-mod: Clean duplicate patches.
Browse files Browse the repository at this point in the history
Thanks to Marty E. Plummer <[email protected]>.

Closes: gentoo#7893
Package-Manager: Portage-2.3.28, Repoman-2.3.9
  • Loading branch information
ulm committed Apr 8, 2018
1 parent 961385a commit 77bf3a4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 28 deletions.
11 changes: 0 additions & 11 deletions app-emacs/ghc-mod/files/ghc-mod-5.4.0.0-gentoo.patch

This file was deleted.

11 changes: 0 additions & 11 deletions app-emacs/ghc-mod/files/ghc-mod-5.5.0.0-gentoo.patch

This file was deleted.

4 changes: 2 additions & 2 deletions app-emacs/ghc-mod/files/ghc-mod-5.6.0.0-gentoo.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- a/ghc-mod.cabal.org 2016-07-29 09:18:31.000000000 -0400
+++ b/ghc-mod.cabal 2016-08-08 23:16:00.171679823 -0400
--- a/ghc-mod.cabal
+++ b/ghc-mod.cabal
@@ -29,2 +29,0 @@
-Data-Files: elisp/Makefile
- elisp/*.el
4 changes: 2 additions & 2 deletions app-emacs/ghc-mod/ghc-mod-5.4.0.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand Down Expand Up @@ -53,7 +53,7 @@ DEPEND="${RDEPEND}
SITEFILE=50${PN}-gentoo.el

src_prepare() {
epatch "${FILESDIR}"/${PN}-5.4.0.0-gentoo.patch
epatch "${FILESDIR}"/${PN}-5.6.0.0-gentoo.patch
}

src_compile() {
Expand Down
4 changes: 2 additions & 2 deletions app-emacs/ghc-mod/ghc-mod-5.5.0.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand Down Expand Up @@ -53,7 +53,7 @@ DEPEND="${RDEPEND}
SITEFILE=50${PN}-gentoo.el

src_prepare() {
epatch "${FILESDIR}"/${PN}-5.5.0.0-gentoo.patch
epatch "${FILESDIR}"/${PN}-5.6.0.0-gentoo.patch
}

src_compile() {
Expand Down

0 comments on commit 77bf3a4

Please sign in to comment.