diff options
author | Mats Lidell <matsl@gentoo.org> | 2018-08-10 22:56:35 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2018-08-10 22:56:35 +0200 |
commit | 79079c0236f175113acb4d4afcb1c592587c6e44 (patch) | |
tree | 0cf86f3db7c28a4cfc197ed5bc9f7aa442fbb6d3 /app-xemacs/haskell-mode | |
parent | app-xemacs/hm-html-menus: version bump (diff) | |
download | gentoo-79079c0236f175113acb4d4afcb1c592587c6e44.tar.gz gentoo-79079c0236f175113acb4d4afcb1c592587c6e44.tar.bz2 gentoo-79079c0236f175113acb4d4afcb1c592587c6e44.zip |
app-xemacs/haskell-mode: version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-xemacs/haskell-mode')
-rw-r--r-- | app-xemacs/haskell-mode/Manifest | 1 | ||||
-rw-r--r-- | app-xemacs/haskell-mode/haskell-mode-1.14.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/app-xemacs/haskell-mode/Manifest b/app-xemacs/haskell-mode/Manifest index f47245ff6e63..8ba53ec81f56 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 000000000000..6f39a915e9f9 --- /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 |