diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-10-16 18:13:36 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-10-16 18:58:47 +0200 |
commit | 4215e7923527132b4c59a13f5473fa2b6943c08b (patch) | |
tree | 6450b50e3c7b31339cd4e6270c3cb168085079a2 /app-emacs/sml-mode | |
parent | app-emacs/matlab: New snapshot. (diff) | |
download | gentoo-4215e7923527132b4c59a13f5473fa2b6943c08b.tar.gz gentoo-4215e7923527132b4c59a13f5473fa2b6943c08b.tar.bz2 gentoo-4215e7923527132b4c59a13f5473fa2b6943c08b.zip |
app-emacs/sml-mode: Bump to version 6.9.
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/sml-mode')
-rw-r--r-- | app-emacs/sml-mode/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/sml-mode/sml-mode-6.9.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/app-emacs/sml-mode/Manifest b/app-emacs/sml-mode/Manifest index 983136bf9252..7c4e5cf9d49f 100644 --- a/app-emacs/sml-mode/Manifest +++ b/app-emacs/sml-mode/Manifest @@ -1 +1,2 @@ DIST sml-mode-6.4.el.xz 20512 BLAKE2B ec82b44e7e1ff9d4c89ffdec6d29afddb2bb5a62474dfef417409496fd374373aca53f3a850990972e888ec2dc006606a06c63e327316e28552273d7995cd38e SHA512 238c69cf34bdd9b825fdc00e65741a458e64bf4bf38ed96ba0518154dd92f25877d56d09f4c13271577ea8641ca828023db950db07a42fe1a02659527b65cb5b +DIST sml-mode-6.9.el.xz 20368 BLAKE2B 5b97c6620d97a60f29e21e8d69179e33f56b7410bf975238e23ef10d4c9e8d7dc250cb60d1799224ac6c81285f539cbb7f69b616763b347ed7140b9652b9add7 SHA512 e04143e1017317d6c6fb3ad7a26cd812bb45dd406a5fb679be21ae936ab57739bcf692585d5710a8e08c469a07728a20cb71ff1b53661c4040eb16df55c8be0b diff --git a/app-emacs/sml-mode/sml-mode-6.9.ebuild b/app-emacs/sml-mode/sml-mode-6.9.ebuild new file mode 100644 index 000000000000..dd9b5fb272ab --- /dev/null +++ b/app-emacs/sml-mode/sml-mode-6.9.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +NEED_EMACS=24 + +inherit elisp + +DESCRIPTION="Emacs major mode for editing Standard ML" +HOMEPAGE="https://elpa.gnu.org/packages/sml-mode.html + http://www.iro.umontreal.ca/~monnier/elisp/" +# taken from https://elpa.gnu.org/packages/${P}.el +SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~x86" + +SITEFILE="50${PN}-gentoo-6.1.el" + +src_compile() { + elisp-compile *.el + elisp-make-autoload-file +} |