summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-06-02 11:18:16 +0000
committerUlrich Müller <ulm@gentoo.org>2012-06-02 11:18:16 +0000
commit995e3919402410b859fed58a8fb2c907da0a7109 (patch)
tree51252b084fd49af4edb8633fdb660f51fb853fd7 /app-emacs/sml-mode
parentEAPI=4, [profile?] on haskell libs (part of fix for #341795) (diff)
downloadgentoo-2-995e3919402410b859fed58a8fb2c907da0a7109.tar.gz
gentoo-2-995e3919402410b859fed58a8fb2c907da0a7109.tar.bz2
gentoo-2-995e3919402410b859fed58a8fb2c907da0a7109.zip
Version bump, bug 418025.
(Portage version: 2.1.10.63/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs/sml-mode')
-rw-r--r--app-emacs/sml-mode/ChangeLog10
-rw-r--r--app-emacs/sml-mode/sml-mode-5.0_beta1.ebuild27
2 files changed, 35 insertions, 2 deletions
diff --git a/app-emacs/sml-mode/ChangeLog b/app-emacs/sml-mode/ChangeLog
index 2ec822dc8b10..301aa72207e6 100644
--- a/app-emacs/sml-mode/ChangeLog
+++ b/app-emacs/sml-mode/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emacs/sml-mode
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/ChangeLog,v 1.22 2010/05/23 23:07:49 ulm Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/ChangeLog,v 1.23 2012/06/02 11:18:16 ulm Exp $
+
+*sml-mode-5.0_beta1 (02 Jun 2012)
+
+ 02 Jun 2012; Ulrich Müller <ulm@gentoo.org> +sml-mode-5.0_beta1.ebuild:
+ Version bump. Thanks to José Romildo Malaquias <j.romildo@gmail.com> in
+ bug 418025.
23 May 2010; Ulrich Mueller <ulm@gentoo.org> -files/51sml-mode-gentoo.el,
-sml-mode-4.0.ebuild:
diff --git a/app-emacs/sml-mode/sml-mode-5.0_beta1.ebuild b/app-emacs/sml-mode/sml-mode-5.0_beta1.ebuild
new file mode 100644
index 000000000000..f50bb689737d
--- /dev/null
+++ b/app-emacs/sml-mode/sml-mode-5.0_beta1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/sml-mode-5.0_beta1.ebuild,v 1.1 2012/06/02 11:18:16 ulm Exp $
+
+EAPI=4
+
+inherit elisp
+
+MY_P=${P/_/}
+DESCRIPTION="Emacs major mode for editing Standard ML"
+HOMEPAGE="http://www.iro.umontreal.ca/~monnier/elisp/"
+SRC_URI="http://www.iro.umontreal.ca/~monnier/elisp/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+IUSE=""
+RESTRICT="test"
+
+S="${WORKDIR}/${MY_P}"
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="${PN}.texi"
+DOCS="BUGS ChangeLog NEWS README TODO"
+
+src_compile() {
+ default
+}