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/ocaml-mode: ChangeLog ocaml-mode-3.12.1.ebuild
Date: Mon, 21 Nov 2011 13:14:27
Message-Id: 20111121131410.8E17C2004B@flycatcher.gentoo.org
1 ulm 11/11/21 13:14:10
2
3 Modified: ChangeLog
4 Added: ocaml-mode-3.12.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.10.36/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.48 app-emacs/ocaml-mode/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ocaml-mode/ChangeLog?rev=1.48&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ocaml-mode/ChangeLog?rev=1.48&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ocaml-mode/ChangeLog?r1=1.47&r2=1.48
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v
20 retrieving revision 1.47
21 retrieving revision 1.48
22 diff -u -r1.47 -r1.48
23 --- ChangeLog 5 Mar 2011 20:43:00 -0000 1.47
24 +++ ChangeLog 21 Nov 2011 13:14:10 -0000 1.48
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-emacs/ocaml-mode
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v 1.47 2011/03/05 20:43:00 ulm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v 1.48 2011/11/21 13:14:10 ulm Exp $
30 +
31 +*ocaml-mode-3.12.1 (21 Nov 2011)
32 +
33 + 21 Nov 2011; Ulrich Mueller <ulm@g.o> +ocaml-mode-3.12.1.ebuild:
34 + Version bump.
35
36 05 Mar 2011; Ulrich Mueller <ulm@g.o> -ocaml-mode-3.10.2.ebuild:
37 Remove old.
38
39
40
41 1.1 app-emacs/ocaml-mode/ocaml-mode-3.12.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ocaml-mode/ocaml-mode-3.12.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ocaml-mode/ocaml-mode-3.12.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ocaml-mode-3.12.1.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ocaml-mode-3.12.1.ebuild,v 1.1 2011/11/21 13:14:10 ulm Exp $
51
52 EAPI=4
53
54 inherit elisp
55
56 MY_P=${P/-mode/}
57
58 DESCRIPTION="Emacs mode for OCaml"
59 HOMEPAGE="http://www.ocaml.org/"
60 SRC_URI="http://caml.inria.fr/distrib/${MY_P%.*}/${MY_P}.tar.bz2"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
65 IUSE=""
66
67 S="${WORKDIR}/${MY_P}/emacs"
68 SITEFILE="50${PN}-gentoo.el"
69 DOCS="README README.itz"