Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@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: Fri, 30 Sep 2011 16:54:40
Message-Id: 20110930165430.6382920036@flycatcher.gentoo.org
1 vapier 11/09/30 16:54:30
2
3 Modified: casting-spels-emacs-19-r1.ebuild ChangeLog
4 Log:
5 Drop die with edos2unix since it does it for us now.
6
7 (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 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.4&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.4&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.3&r2=1.4
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.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- casting-spels-emacs-19-r1.ebuild 29 Nov 2010 14:21:06 -0000 1.3
23 +++ casting-spels-emacs-19-r1.ebuild 30 Sep 2011 16:54:30 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 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.3 2010/11/29 14:21:06 fauli Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-doc/casting-spels-emacs/casting-spels-emacs-19-r1.ebuild,v 1.4 2011/09/30 16:54:30 vapier Exp $
30
31 EAPI=3
32
33 @@ -21,7 +21,7 @@
34 S="${WORKDIR}/${PN}"
35
36 src_prepare() {
37 - edos2unix *.txt html/*.html {lisp,test}/*.el || die
38 + edos2unix *.txt html/*.html {lisp,test}/*.el
39
40 # needs cl extensions
41 epatch "${FILESDIR}/${P}-require-cl.patch"
42
43
44
45 1.6 app-doc/casting-spels-emacs/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/casting-spels-emacs/ChangeLog?rev=1.6&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/casting-spels-emacs/ChangeLog?rev=1.6&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/casting-spels-emacs/ChangeLog?r1=1.5&r2=1.6
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-doc/casting-spels-emacs/ChangeLog,v
54 retrieving revision 1.5
55 retrieving revision 1.6
56 diff -u -r1.5 -r1.6
57 --- ChangeLog 29 Nov 2010 14:21:06 -0000 1.5
58 +++ ChangeLog 30 Sep 2011 16:54:30 -0000 1.6
59 @@ -1,6 +1,10 @@
60 # ChangeLog for app-doc/casting-spels-emacs
61 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-doc/casting-spels-emacs/ChangeLog,v 1.5 2010/11/29 14:21:06 fauli Exp $
63 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/app-doc/casting-spels-emacs/ChangeLog,v 1.6 2011/09/30 16:54:30 vapier Exp $
65 +
66 + 30 Sep 2011; Mike Frysinger <vapier@g.o>
67 + casting-spels-emacs-19-r1.ebuild:
68 + Drop die with edos2unix since it does it for us now.
69
70 29 Nov 2010; Christian Faulhammer <fauli@g.o>
71 casting-spels-emacs-19-r1.ebuild: