commit: 79079c0236f175113acb4d4afcb1c592587c6e44 Author: Mats Lidell <matsl <AT> gentoo <DOT> org> AuthorDate: Fri Aug 10 20:56:35 2018 +0000 Commit: Mats Lidell <matsl <AT> gentoo <DOT> org> CommitDate: Fri Aug 10 20:56:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79079c02
app-xemacs/haskell-mode: version bump Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-xemacs/haskell-mode/Manifest | 1 + app-xemacs/haskell-mode/haskell-mode-1.14.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/app-xemacs/haskell-mode/Manifest b/app-xemacs/haskell-mode/Manifest index f47245ff6e6..8ba53ec81f5 100644 --- a/app-xemacs/haskell-mode/Manifest +++ b/app-xemacs/haskell-mode/Manifest @@ -1 +1,2 @@ DIST haskell-mode-1.11-pkg.tar.gz 110350 BLAKE2B 05acfe43c5fbf87dd97543d300c41695ee1383267dc0e88aa2b0ae9e2b84b179127500b5d292280099b77597fb93bee4504544979956a814d081b99bb0b88861 SHA512 719b65cbf70680be25912a972fc1c4ce4609bd93f6decac6904b8d8b6266d466c577eb1a60d179f4d356af96f755f24b2802a2803be27e01be0132a22c75abb0 +DIST haskell-mode-1.14-pkg.tar.gz 110367 BLAKE2B e59067f89993eeaa79f07110afdee88405a8b0c4ada8d817bb3e0dfa83baba1b8d1e5c1e7ce676cdc37aff02827746a29d1c2c4408d301a88e192dcecf13b509 SHA512 d3bbb6989182f8c2a432fac8d33c5a0deaf7e043a7b91f85a1016584beee5d45d5b480c1c810bbb8c78c56af61cec52ee3ef4e0467a098e080af5d1dfbd71442 diff --git a/app-xemacs/haskell-mode/haskell-mode-1.14.ebuild b/app-xemacs/haskell-mode/haskell-mode-1.14.ebuild new file mode 100644 index 00000000000..6f39a915e9f --- /dev/null +++ b/app-xemacs/haskell-mode/haskell-mode-1.14.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="Haskell editing support" +XEMACS_PKG_CAT="standard" + +RDEPEND="app-xemacs/dired +app-xemacs/mail-lib +app-xemacs/xemacs-base +app-xemacs/edit-utils +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages