summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-emacs/ghc-mod: Add missing dependency on app-editors/emacs.Ulrich Müller2019-12-203-0/+3
| | | | | 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-113-3/+3
| | | | | | | | 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-103-6/+6
| | | | | | | | | | | | | | | | | 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/*: Add stabilize-allarches to metadata where appropriate.Ulrich Müller2018-06-111-0/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* app-emacs/ghc-mod: Clean duplicate patches.Ulrich Müller2018-04-085-28/+6
| | | | | | | 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
* app-emacs: Update all Manifest files.Ulrich Müller2017-11-261-3/+3
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-283-3/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* app-emacs/ghc-mod: bump up to 5.7.0.0Sergei Trofimovich2017-02-163-0/+98
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-emacs/ghc-mod: remove ebuild from files directory!Michael Mair-Keimberger (asterix)2016-07-071-97/+0
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/1826 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* app-emacs/ghc-mod: bump up to 5.5.0.0, bug #580182Sergei Trofimovich2016-04-164-0/+206
| | | | | | | Reported-by: Amadeusz Żołnowski Bug: https://bugs.gentoo.org/580182 Package-Manager: portage-2.2.28
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-2/+2
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* Split emacs herd and assign its packages to Emacs and GNU Emacs projects.Ulrich Müller2016-01-241-12/+12
|
* app-emacs/ghc-mod: new packageSergei Trofimovich2015-10-225-0/+126
"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