Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/sml-mode: ChangeLog sml-mode-6.4.ebuild sml-mode-4.1.ebuild
Date: Thu, 23 May 2013 18:34:37
Message-Id: 20130523183431.3D6D12171D@flycatcher.gentoo.org
1 ulm 13/05/23 18:34:31
2
3 Modified: ChangeLog
4 Added: sml-mode-6.4.ebuild
5 Removed: sml-mode-4.1.ebuild
6 Log:
7 Version bump, bug 458350.
8
9 (Portage version: 2.1.12.1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
10
11 Revision Changes Path
12 1.32 app-emacs/sml-mode/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/sml-mode/ChangeLog?rev=1.32&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/sml-mode/ChangeLog?rev=1.32&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/sml-mode/ChangeLog?r1=1.31&r2=1.32
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/ChangeLog,v
21 retrieving revision 1.31
22 retrieving revision 1.32
23 diff -u -r1.31 -r1.32
24 --- ChangeLog 20 Jan 2013 10:51:32 -0000 1.31
25 +++ ChangeLog 23 May 2013 18:34:31 -0000 1.32
26 @@ -1,6 +1,12 @@
27 # ChangeLog for app-emacs/sml-mode
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/ChangeLog,v 1.31 2013/01/20 10:51:32 ago Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/ChangeLog,v 1.32 2013/05/23 18:34:31 ulm Exp $
31 +
32 +*sml-mode-6.4 (23 May 2013)
33 +
34 + 23 May 2013; Ulrich Müller <ulm@g.o> -sml-mode-4.1.ebuild,
35 + +sml-mode-6.4.ebuild:
36 + Version bump, bug 458350.
37
38 20 Jan 2013; Agostino Sarubbo <ago@g.o> sml-mode-6.1-r1.ebuild:
39 Stable for alpha, wrt bug #451050
40
41
42
43 1.1 app-emacs/sml-mode/sml-mode-6.4.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/sml-mode/sml-mode-6.4.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/sml-mode/sml-mode-6.4.ebuild?rev=1.1&content-type=text/plain
47
48 Index: sml-mode-6.4.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/sml-mode-6.4.ebuild,v 1.1 2013/05/23 18:34:31 ulm Exp $
53
54 EAPI=5
55 NEED_EMACS=24
56
57 inherit elisp
58
59 DESCRIPTION="Emacs major mode for editing Standard ML"
60 HOMEPAGE="http://www.iro.umontreal.ca/~monnier/elisp/"
61 # taken from http://elpa.gnu.org/packages/${P}.el
62 SRC_URI="mirror://gentoo/${P}.el.xz"
63
64 LICENSE="GPL-3+"
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~ppc ~x86"
67
68 SITEFILE="50${PN}-gentoo-6.1.el"
69
70 src_compile() {
71 elisp-compile *.el
72 elisp-make-autoload-file
73 }