Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-doc/casting-spels-emacs: casting-spels-emacs-19-r1.ebuild ChangeLog
Date: Mon, 29 Nov 2010 14:21:18
Message-Id: 20101129142106.165CA20051@flycatcher.gentoo.org
1 fauli 10/11/29 14:21:06
2
3 Modified: casting-spels-emacs-19-r1.ebuild ChangeLog
4 Log:
5 port to EAPI 3
6
7 (Portage version: 2.1.9.24/cvs/Linux i686)
8
9 Revision Changes Path
10 1.3 app-doc/casting-spels-emacs/casting-spels-emacs-19-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/casting-spels-emacs/casting-spels-emacs-19-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/casting-spels-emacs/casting-spels-emacs-19-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/casting-spels-emacs/casting-spels-emacs-19-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: casting-spels-emacs-19-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-doc/casting-spels-emacs/casting-spels-emacs-19-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- casting-spels-emacs-19-r1.ebuild 8 Oct 2008 20:24:24 -0000 1.2
23 +++ casting-spels-emacs-19-r1.ebuild 29 Nov 2010 14:21:06 -0000 1.3
24 @@ -1,6 +1,8 @@
25 -# Copyright 1999-2008 Gentoo Foundation
26 +# Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-doc/casting-spels-emacs/casting-spels-emacs-19-r1.ebuild,v 1.2 2008/10/08 20:24:24 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-doc/casting-spels-emacs/casting-spels-emacs-19-r1.ebuild,v 1.3 2010/11/29 14:21:06 fauli Exp $
30 +
31 +EAPI=3
32
33 inherit elisp-common eutils
34
35 @@ -18,18 +20,16 @@
36
37 S="${WORKDIR}/${PN}"
38
39 -src_unpack() {
40 - unpack ${A}
41 - cd "${S}"
42 - edos2unix *.txt html/*.html {lisp,test}/*.el || die "edos2unix failed"
43 +src_prepare() {
44 + edos2unix *.txt html/*.html {lisp,test}/*.el || die
45
46 # needs cl extensions
47 epatch "${FILESDIR}/${P}-require-cl.patch"
48 }
49
50 src_install() {
51 - elisp-install ${PN} lisp/*.el || die "elisp-install failed"
52 - dohtml -r html/. images || die "dohtml failed"
53 + elisp-install ${PN} lisp/*.el || die
54 + dohtml -r html/. images || die
55 dosym html/images /usr/share/doc/${PF}/images
56 dosym ${SITELISP}/${PN} /usr/share/doc/${PF}/lisp
57 dodoc README.txt test/walk-through-commands.el
58
59
60
61 1.5 app-doc/casting-spels-emacs/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/casting-spels-emacs/ChangeLog?rev=1.5&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/casting-spels-emacs/ChangeLog?rev=1.5&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/casting-spels-emacs/ChangeLog?r1=1.4&r2=1.5
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/app-doc/casting-spels-emacs/ChangeLog,v
70 retrieving revision 1.4
71 retrieving revision 1.5
72 diff -u -r1.4 -r1.5
73 --- ChangeLog 8 Oct 2008 20:24:24 -0000 1.4
74 +++ ChangeLog 29 Nov 2010 14:21:06 -0000 1.5
75 @@ -1,6 +1,10 @@
76 # ChangeLog for app-doc/casting-spels-emacs
77 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/app-doc/casting-spels-emacs/ChangeLog,v 1.4 2008/10/08 20:24:24 maekke Exp $
79 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
80 +# $Header: /var/cvsroot/gentoo-x86/app-doc/casting-spels-emacs/ChangeLog,v 1.5 2010/11/29 14:21:06 fauli Exp $
81 +
82 + 29 Nov 2010; Christian Faulhammer <fauli@g.o>
83 + casting-spels-emacs-19-r1.ebuild:
84 + port to EAPI 3
85
86 08 Oct 2008; Markus Meier <maekke@g.o>
87 casting-spels-emacs-19-r1.ebuild: