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/chess: ChangeLog chess-2.0_beta5-r4.ebuild
Date: Mon, 24 Sep 2007 13:05:51
Message-Id: E1IZnVG-0003yY-6P@stork.gentoo.org
1 ulm 07/09/24 12:57:34
2
3 Modified: ChangeLog chess-2.0_beta5-r4.ebuild
4 Log:
5 Remove die command from epatch; thanks to opfer for pointing this out.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.17 app-emacs/chess/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/chess/ChangeLog?rev=1.17&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/chess/ChangeLog?rev=1.17&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/chess/ChangeLog?r1=1.16&r2=1.17
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emacs/chess/ChangeLog,v
18 retrieving revision 1.16
19 retrieving revision 1.17
20 diff -u -r1.16 -r1.17
21 --- ChangeLog 24 Sep 2007 11:07:43 -0000 1.16
22 +++ ChangeLog 24 Sep 2007 12:57:33 -0000 1.17
23 @@ -1,10 +1,6 @@
24 # ChangeLog for app-emacs/chess
25 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/chess/ChangeLog,v 1.16 2007/09/24 11:07:43 opfer Exp $
27 -
28 - 24 Sep 2007; Christian Faulhammer <opfer@g.o>
29 - chess-2.0_beta6.ebuild:
30 - no need to die for epatch, it does that automatically
31 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/chess/ChangeLog,v 1.17 2007/09/24 12:57:33 ulm Exp $
32
33 *chess-2.0_beta6 (24 Sep 2007)
34 *chess-2.0_beta5-r4 (24 Sep 2007)
35 @@ -15,7 +11,7 @@
36 Version bump. 2.0_beta6 compiles and runs with both Emacs 21 and 22 now.
37 Fix assert problem in chess-pos-move that occured for the start position.
38 Remove festival USE flag since it changes nothing for the installed package.
39 - Install pixmap files in correct location.
40 + Install pixmap files in correct location. Remove die command from epatch.
41
42 23 Sep 2007; Ulrich Mueller <ulm@g.o> -chess-2.0_beta5-r1.ebuild,
43 chess-2.0_beta5-r3.ebuild:
44
45
46
47 1.2 app-emacs/chess/chess-2.0_beta5-r4.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/chess/chess-2.0_beta5-r4.ebuild?rev=1.2&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/chess/chess-2.0_beta5-r4.ebuild?rev=1.2&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/chess/chess-2.0_beta5-r4.ebuild?r1=1.1&r2=1.2
52
53 Index: chess-2.0_beta5-r4.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/app-emacs/chess/chess-2.0_beta5-r4.ebuild,v
56 retrieving revision 1.1
57 retrieving revision 1.2
58 diff -u -r1.1 -r1.2
59 --- chess-2.0_beta5-r4.ebuild 24 Sep 2007 10:30:11 -0000 1.1
60 +++ chess-2.0_beta5-r4.ebuild 24 Sep 2007 12:57:33 -0000 1.2
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2007 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/chess/chess-2.0_beta5-r4.ebuild,v 1.1 2007/09/24 10:30:11 ulm Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/chess/chess-2.0_beta5-r4.ebuild,v 1.2 2007/09/24 12:57:33 ulm Exp $
66
67 NEED_EMACS=22
68
69 @@ -28,8 +28,7 @@
70 src_unpack() {
71 unpack ${A}
72 cd "${S}"
73 - epatch "${FILESDIR}/${PV}-byte-compiling-files-gentoo.patch" \
74 - || die "epatch failed"
75 + epatch "${FILESDIR}/${PV}-byte-compiling-files-gentoo.patch"
76 rm -f *.elc
77 }
78
79
80
81
82 --
83 gentoo-commits@g.o mailing list