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/tnt: tnt-2.6-r1.ebuild ChangeLog
Date: Wed, 27 Aug 2008 13:50:37
Message-Id: E1KYLPs-00062b-8L@stork.gentoo.org
1 ulm 08/08/27 13:50:32
2
3 Modified: tnt-2.6-r1.ebuild ChangeLog
4 Log:
5 Use eclass default instead of elisp-comp, bug 235442.
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686)
7
8 Revision Changes Path
9 1.5 app-emacs/tnt/tnt-2.6-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tnt/tnt-2.6-r1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tnt/tnt-2.6-r1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tnt/tnt-2.6-r1.ebuild?r1=1.4&r2=1.5
14
15 Index: tnt-2.6-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emacs/tnt/tnt-2.6-r1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- tnt-2.6-r1.ebuild 6 Feb 2008 00:06:45 -0000 1.4
22 +++ tnt-2.6-r1.ebuild 27 Aug 2008 13:50:31 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/tnt-2.6-r1.ebuild,v 1.4 2008/02/06 00:06:45 opfer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/tnt-2.6-r1.ebuild,v 1.5 2008/08/27 13:50:31 ulm Exp $
28
29 inherit elisp
30
31 @@ -15,10 +15,6 @@
32
33 SITEFILE=51${PN}-gentoo.el
34
35 -src_compile() {
36 - elisp-comp *.el || die "elisp-comp failed"
37 -}
38 -
39 src_install() {
40 elisp-install ${PN} *.{el,elc}
41 elisp-site-file-install "${FILESDIR}/${SITEFILE}"
42
43
44
45 1.14 app-emacs/tnt/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tnt/ChangeLog?rev=1.14&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tnt/ChangeLog?rev=1.14&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tnt/ChangeLog?r1=1.13&r2=1.14
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-emacs/tnt/ChangeLog,v
54 retrieving revision 1.13
55 retrieving revision 1.14
56 diff -u -r1.13 -r1.14
57 --- ChangeLog 6 Feb 2008 07:00:56 -0000 1.13
58 +++ ChangeLog 27 Aug 2008 13:50:31 -0000 1.14
59 @@ -1,6 +1,9 @@
60 # ChangeLog for app-emacs/tnt
61 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/ChangeLog,v 1.13 2008/02/06 07:00:56 ulm Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/ChangeLog,v 1.14 2008/08/27 13:50:31 ulm Exp $
64 +
65 + 27 Aug 2008; Ulrich Mueller <ulm@g.o> tnt-2.6-r1.ebuild:
66 + Use eclass default instead of elisp-comp, bug 235442.
67
68 06 Feb 2008; Ulrich Mueller <ulm@g.o> -files/50tnt-gentoo.el,
69 -tnt-2.6.ebuild: