summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-emacs/ghc-mod: Add missing dependency on app-editors/emacs.Ulrich Müller2019-12-201-0/+1
| | | | | Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-emacs: Remove unnecessary die statements after eclass functions.Ulrich Müller2019-12-111-1/+1
| | | | | | | | Functions elisp-compile, elisp-install, and elisp-site-file-install from elisp-common.eclass all die by themselves. Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* */*: Inline mirror://hackage and update URIsMichał Górny2019-11-101-2/+2
| | | | | | | | | | | | | | | | | This change inlines mirror://hackage in all ebuilds, and updates URIs to the modern form (old URIs redirect to that). The change has been made using the following command: find -name '*.ebuild' -exec sed -r -i \ -e 's@mirror://hackage/@https://hackage.haskell.org/@g' \ -e 's@https://hackage.haskell.org/packages/archive/([^/]*)/([^/]*)/@https://hackage.haskell.org/package/\1-\2/@g' \ -e '/hackage\.haskell\.org/s@\$\{PN}-\$\{PV}@${P}@g' \ -e '/hackage\.haskell\.org/s@\$\{MY_PN}-\$\{PV}@${MY_P}@g' \ -e '/hackage\.haskell\.org/s@\$\{PN}-\$\{MY_PV}@${MY_P}@g' \ {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-emacs/ghc-mod: Clean duplicate patches.Ulrich Müller2018-04-081-2/+2
| | | | | | | Thanks to Marty E. Plummer <hanetzer@startmail.com>. Closes: https://github.com/gentoo/gentoo/pull/7893 Package-Manager: Portage-2.3.28, Repoman-2.3.9
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* app-emacs/ghc-mod: new packageSergei Trofimovich2015-10-221-0/+95
"Happy Haskell Programming", "The ghc-mod command is a backend command to enrich Haskell programming on editors including Emacs, Vim, and Sublime." Bug: https://bugs.gentoo.org/show_bug.cgi?id=476352 Package-Manager: portage-2.2.23