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.10.2.ebuild
Date: Fri, 29 Feb 2008 17:09:03
Message-Id: E1JV8jE-0005wT-8l@stork.gentoo.org
1 ulm 08/02/29 17:09:00
2
3 Modified: ChangeLog
4 Added: ocaml-mode-3.10.2.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.28 app-emacs/ocaml-mode/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ocaml-mode/ChangeLog?rev=1.28&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ocaml-mode/ChangeLog?rev=1.28&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ocaml-mode/ChangeLog?r1=1.27&r2=1.28
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v
19 retrieving revision 1.27
20 retrieving revision 1.28
21 diff -u -r1.27 -r1.28
22 --- ChangeLog 27 Nov 2007 14:31:31 -0000 1.27
23 +++ ChangeLog 29 Feb 2008 17:08:59 -0000 1.28
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-emacs/ocaml-mode
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v 1.27 2007/11/27 14:31:31 armin76 Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v 1.28 2008/02/29 17:08:59 ulm Exp $
30 +
31 +*ocaml-mode-3.10.2 (29 Feb 2008)
32 +
33 + 29 Feb 2008; Ulrich Mueller <ulm@g.o> +ocaml-mode-3.10.2.ebuild:
34 + Version bump.
35
36 27 Nov 2007; Raúl Porcel <armin76@g.o>
37 ocaml-mode-3.09.3-r1.ebuild:
38
39
40
41 1.1 app-emacs/ocaml-mode/ocaml-mode-3.10.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ocaml-mode/ocaml-mode-3.10.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ocaml-mode/ocaml-mode-3.10.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ocaml-mode-3.10.2.ebuild
47 ===================================================================
48 # Copyright 1999-2008 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.10.2.ebuild,v 1.1 2008/02/29 17:08:59 ulm Exp $
51
52 inherit elisp
53
54 MY_P=${P/-mode/}
55
56 DESCRIPTION="Emacs mode for OCaml"
57 HOMEPAGE="http://www.ocaml.org/"
58 SRC_URI="http://caml.inria.fr/distrib/${MY_P%.*}/${MY_P}.tar.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
63 IUSE=""
64
65 S="${WORKDIR}/${MY_P}/emacs"
66 SITEFILE=50${PN}-gentoo.el
67 DOCS="README README.itz"
68
69 src_compile() {
70 elisp-comp *.el || die "elisp-comp failed"
71 }
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list