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/slime: ChangeLog slime-2.0_p20080731.ebuild slime-2.0_p20061118.ebuild slime-2.0_p20070816-r3.ebuild
Date: Wed, 27 Aug 2008 08:41:29
Message-Id: E1KYGak-00049V-FW@stork.gentoo.org
1 ulm 08/08/27 08:41:26
2
3 Modified: ChangeLog slime-2.0_p20080731.ebuild
4 slime-2.0_p20061118.ebuild
5 slime-2.0_p20070816-r3.ebuild
6 Log:
7 Use elisp-compile instead of elisp-comp, bug 235442.
8 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686)
9
10 Revision Changes Path
11 1.61 app-emacs/slime/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/slime/ChangeLog?rev=1.61&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/slime/ChangeLog?rev=1.61&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/slime/ChangeLog?r1=1.60&r2=1.61
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emacs/slime/ChangeLog,v
20 retrieving revision 1.60
21 retrieving revision 1.61
22 diff -u -r1.60 -r1.61
23 --- ChangeLog 1 Aug 2008 17:37:57 -0000 1.60
24 +++ ChangeLog 27 Aug 2008 08:41:25 -0000 1.61
25 @@ -1,6 +1,10 @@
26 # ChangeLog for app-emacs/slime
27 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/slime/ChangeLog,v 1.60 2008/08/01 17:37:57 ulm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/slime/ChangeLog,v 1.61 2008/08/27 08:41:25 ulm Exp $
30 +
31 + 27 Aug 2008; Ulrich Mueller <ulm@g.o> slime-2.0_p20061118.ebuild,
32 + slime-2.0_p20070816-r3.ebuild, slime-2.0_p20080731.ebuild:
33 + Use elisp-compile instead of elisp-comp, bug 235442.
34
35 01 Aug 2008; Ulrich Mueller <ulm@g.o>
36 files/2.0_p20070816/70slime-gentoo.el,
37
38
39
40 1.3 app-emacs/slime/slime-2.0_p20080731.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/slime/slime-2.0_p20080731.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/slime/slime-2.0_p20080731.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/slime/slime-2.0_p20080731.ebuild?r1=1.2&r2=1.3
45
46 Index: slime-2.0_p20080731.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-emacs/slime/slime-2.0_p20080731.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- slime-2.0_p20080731.ebuild 1 Aug 2008 16:07:11 -0000 1.2
53 +++ slime-2.0_p20080731.ebuild 27 Aug 2008 08:41:25 -0000 1.3
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/slime/slime-2.0_p20080731.ebuild,v 1.2 2008/08/01 16:07:11 ulm Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/slime/slime-2.0_p20080731.ebuild,v 1.3 2008/08/27 08:41:25 ulm Exp $
59
60 inherit common-lisp elisp eutils
61
62 @@ -43,8 +43,8 @@
63 }
64
65 src_compile() {
66 - elisp-comp *.el || die "Cannot compile core Elisp files"
67 - EMACSFLAGS="${EMACSFLAGS} -L . -L contrib -l slime" \
68 + elisp-compile *.el || die "Cannot compile core Elisp files"
69 + BYTECOMPFLAGS="${BYTECOMPFLAGS} -L contrib -l slime" \
70 elisp-compile contrib/*.el || die "Cannot compile contrib Elisp files"
71 emake -j1 -C doc slime.info || die "Cannot build info docs"
72 if use doc; then
73
74
75
76 1.6 app-emacs/slime/slime-2.0_p20061118.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/slime/slime-2.0_p20061118.ebuild?rev=1.6&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/slime/slime-2.0_p20061118.ebuild?rev=1.6&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/slime/slime-2.0_p20061118.ebuild?r1=1.5&r2=1.6
81
82 Index: slime-2.0_p20061118.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/app-emacs/slime/slime-2.0_p20061118.ebuild,v
85 retrieving revision 1.5
86 retrieving revision 1.6
87 diff -u -r1.5 -r1.6
88 --- slime-2.0_p20061118.ebuild 1 Aug 2008 13:01:35 -0000 1.5
89 +++ slime-2.0_p20061118.ebuild 27 Aug 2008 08:41:25 -0000 1.6
90 @@ -1,6 +1,6 @@
91 # Copyright 1999-2008 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/slime/slime-2.0_p20061118.ebuild,v 1.5 2008/08/01 13:01:35 ulm Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/slime/slime-2.0_p20061118.ebuild,v 1.6 2008/08/27 08:41:25 ulm Exp $
95
96 inherit elisp eutils
97
98 @@ -21,7 +21,7 @@
99 SITEFILE=70${PN}-gentoo.el
100
101 src_compile() {
102 - elisp-comp *.el || die
103 + elisp-compile *.el || die
104 use doc && make -C doc slime.info
105 }
106
107
108
109
110 1.5 app-emacs/slime/slime-2.0_p20070816-r3.ebuild
111
112 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/slime/slime-2.0_p20070816-r3.ebuild?rev=1.5&view=markup
113 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/slime/slime-2.0_p20070816-r3.ebuild?rev=1.5&content-type=text/plain
114 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/slime/slime-2.0_p20070816-r3.ebuild?r1=1.4&r2=1.5
115
116 Index: slime-2.0_p20070816-r3.ebuild
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo-x86/app-emacs/slime/slime-2.0_p20070816-r3.ebuild,v
119 retrieving revision 1.4
120 retrieving revision 1.5
121 diff -u -r1.4 -r1.5
122 --- slime-2.0_p20070816-r3.ebuild 1 Aug 2008 16:07:11 -0000 1.4
123 +++ slime-2.0_p20070816-r3.ebuild 27 Aug 2008 08:41:25 -0000 1.5
124 @@ -1,6 +1,6 @@
125 # Copyright 1999-2008 Gentoo Foundation
126 # Distributed under the terms of the GNU General Public License v2
127 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/slime/slime-2.0_p20070816-r3.ebuild,v 1.4 2008/08/01 16:07:11 ulm Exp $
128 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/slime/slime-2.0_p20070816-r3.ebuild,v 1.5 2008/08/27 08:41:25 ulm Exp $
129
130 inherit common-lisp elisp eutils
131
132 @@ -38,7 +38,7 @@
133 }
134
135 src_compile() {
136 - elisp-comp *.el || die "elisp-comp failed"
137 + elisp-compile *.el || die "elisp-compile failed"
138 emake -j1 -C doc slime.info || die "emake slime.info failed"
139 if use doc; then
140 VARTEXFONTS="${T}"/fonts \