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/tuareg-mode: ChangeLog tuareg-mode-1.44.3.ebuild tuareg-mode-1.45.5.ebuild tuareg-mode-1.46.2.ebuild tuareg-mode-1.46.0.ebuild
Date: Tue, 09 Oct 2007 07:01:54
Message-Id: E1If8wv-0004l7-V8@stork.gentoo.org
1 ulm 07/10/09 06:52:13
2
3 Modified: ChangeLog tuareg-mode-1.44.3.ebuild
4 Added: tuareg-mode-1.45.5.ebuild
5 Removed: tuareg-mode-1.46.2.ebuild tuareg-mode-1.46.0.ebuild
6 Log:
7 Downgrade to 1.45.5 since versions 1.46.* have been withdrawn by upstream.
8 (Portage version: 2.1.3.12)
9
10 Revision Changes Path
11 1.21 app-emacs/tuareg-mode/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tuareg-mode/ChangeLog?rev=1.21&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tuareg-mode/ChangeLog?rev=1.21&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tuareg-mode/ChangeLog?r1=1.20&r2=1.21
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emacs/tuareg-mode/ChangeLog,v
20 retrieving revision 1.20
21 retrieving revision 1.21
22 diff -u -r1.20 -r1.21
23 --- ChangeLog 3 Jul 2007 07:24:21 -0000 1.20
24 +++ ChangeLog 9 Oct 2007 06:52:13 -0000 1.21
25 @@ -1,6 +1,15 @@
26 # ChangeLog for app-emacs/tuareg-mode
27 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tuareg-mode/ChangeLog,v 1.20 2007/07/03 07:24:21 opfer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tuareg-mode/ChangeLog,v 1.21 2007/10/09 06:52:13 ulm Exp $
30 +
31 +*tuareg-mode-1.45.5 (09 Oct 2007)
32 +
33 + 09 Oct 2007; Ulrich Mueller <ulm@g.o> tuareg-mode-1.44.3.ebuild,
34 + +tuareg-mode-1.45.5.ebuild, -tuareg-mode-1.46.0.ebuild,
35 + -tuareg-mode-1.46.2.ebuild:
36 + Downgrade to 1.45.5 since versions 1.46.* have been withdrawn by upstream.
37 + Remove XEmacs specific sym-lock.el so that byte-compilation works.
38 + Fix installation error in stable revision.
39
40 03 Jul 2007; Christian Faulhammer <opfer@g.o>
41 tuareg-mode-1.46.2.ebuild:
42
43
44
45 1.4 app-emacs/tuareg-mode/tuareg-mode-1.44.3.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tuareg-mode/tuareg-mode-1.44.3.ebuild?rev=1.4&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tuareg-mode/tuareg-mode-1.44.3.ebuild?rev=1.4&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tuareg-mode/tuareg-mode-1.44.3.ebuild?r1=1.3&r2=1.4
50
51 Index: tuareg-mode-1.44.3.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-emacs/tuareg-mode/tuareg-mode-1.44.3.ebuild,v
54 retrieving revision 1.3
55 retrieving revision 1.4
56 diff -u -r1.3 -r1.4
57 --- tuareg-mode-1.44.3.ebuild 22 Sep 2005 14:50:37 -0000 1.3
58 +++ tuareg-mode-1.44.3.ebuild 9 Oct 2007 06:52:13 -0000 1.4
59 @@ -1,6 +1,6 @@
60 -# Copyright 1999-2005 Gentoo Foundation
61 +# Copyright 1999-2007 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tuareg-mode/tuareg-mode-1.44.3.ebuild,v 1.3 2005/09/22 14:50:37 mkennedy Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tuareg-mode/tuareg-mode-1.44.3.ebuild,v 1.4 2007/10/09 06:52:13 ulm Exp $
65
66 inherit elisp
67
68 @@ -13,8 +13,6 @@
69 KEYWORDS="x86 ppc amd64"
70 IUSE=""
71
72 -DEPEND="virtual/emacs"
73 -
74 SITEFILE=50${PN}-gentoo.el
75
76 src_compile() {
77 @@ -22,6 +20,8 @@
78 }
79
80 src_install() {
81 - elisp_src_install
82 + elisp-install ${PN} *.el || die "elisp-install failed"
83 + elisp-site-file-install "${FILESDIR}/${SITEFILE}" \
84 + || die "elisp-site-file-install failed"
85 dodoc HISTORY LISEZMOI README
86 }
87
88
89
90 1.1 app-emacs/tuareg-mode/tuareg-mode-1.45.5.ebuild
91
92 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tuareg-mode/tuareg-mode-1.45.5.ebuild?rev=1.1&view=markup
93 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tuareg-mode/tuareg-mode-1.45.5.ebuild?rev=1.1&content-type=text/plain
94
95 Index: tuareg-mode-1.45.5.ebuild
96 ===================================================================
97 # Copyright 1999-2007 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 # $Header: /var/cvsroot/gentoo-x86/app-emacs/tuareg-mode/tuareg-mode-1.45.5.ebuild,v 1.1 2007/10/09 06:52:13 ulm Exp $
100
101 inherit elisp
102
103 DESCRIPTION="An Objective Caml/Camllight mode for Emacs"
104 HOMEPAGE="http://www-rocq.inria.fr/~acohen/tuareg/index.html.en"
105 SRC_URI="http://www-rocq.inria.fr/~acohen/tuareg/mode/${P}.tar.bz2"
106
107 LICENSE="GPL-2"
108 SLOT="0"
109 KEYWORDS="~x86 ~ppc ~amd64"
110 IUSE=""
111
112 SITEFILE=50${PN}-gentoo.el
113 DOCS="HISTORY LISEZMOI README"
114
115 src_compile() {
116 rm sym-lock.* # works only with XEmacs
117 elisp-comp *.el || die "elisp-comp failed"
118 }
119
120
121
122 --
123 gentoo-commits@g.o mailing list