Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/armagetronad: armagetronad-0.2.7.1-r1.ebuild ChangeLog
Date: Sun, 29 Jun 2008 10:28:42
Message-Id: E1KCu97-0005m9-HM@stork.gentoo.org
1 tove 08/06/29 10:28:37
2
3 Modified: armagetronad-0.2.7.1-r1.ebuild ChangeLog
4 Log:
5 Add missing die: || "..." -> || die "..."
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-tuxonice-r9 i686)
7
8 Revision Changes Path
9 1.8 games-action/armagetronad/armagetronad-0.2.7.1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/armagetronad/armagetronad-0.2.7.1-r1.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/armagetronad/armagetronad-0.2.7.1-r1.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/armagetronad/armagetronad-0.2.7.1-r1.ebuild?r1=1.7&r2=1.8
14
15 Index: armagetronad-0.2.7.1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-action/armagetronad/armagetronad-0.2.7.1-r1.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- armagetronad-0.2.7.1-r1.ebuild 10 May 2008 10:59:10 -0000 1.7
22 +++ armagetronad-0.2.7.1-r1.ebuild 29 Jun 2008 10:28:37 -0000 1.8
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/games-action/armagetronad/armagetronad-0.2.7.1-r1.ebuild,v 1.7 2008/05/10 10:59:10 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-action/armagetronad/armagetronad-0.2.7.1-r1.ebuild,v 1.8 2008/06/29 10:28:37 tove Exp $
28
29 inherit eutils games
30
31 @@ -49,7 +49,7 @@
32 use dedicated && myconf="--disable-glout"
33 egamesconf ${myconf} || die "egamesconf failed"
34 emake || die "emake failed"
35 - make documentation || "make doc failed"
36 + make documentation || die "make doc failed"
37 }
38
39 src_install() {
40
41
42
43 1.13 games-action/armagetronad/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/armagetronad/ChangeLog?rev=1.13&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/armagetronad/ChangeLog?rev=1.13&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/armagetronad/ChangeLog?r1=1.12&r2=1.13
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/games-action/armagetronad/ChangeLog,v
52 retrieving revision 1.12
53 retrieving revision 1.13
54 diff -u -r1.12 -r1.13
55 --- ChangeLog 10 May 2008 10:59:10 -0000 1.12
56 +++ ChangeLog 29 Jun 2008 10:28:37 -0000 1.13
57 @@ -1,6 +1,10 @@
58 # ChangeLog for games-action/armagetronad
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/games-action/armagetronad/ChangeLog,v 1.12 2008/05/10 10:59:10 vapier Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/games-action/armagetronad/ChangeLog,v 1.13 2008/06/29 10:28:37 tove Exp $
62 +
63 + 29 Jun 2008; Torsten Veller <tove@g.o>
64 + armagetronad-0.2.7.1-r1.ebuild:
65 + Add missing die: || "..." -> || die "..."
66
67 10 May 2008; Mike Frysinger <vapier@g.o>
68 +files/armagetronad-0.2.7.1-gcc43.patch, armagetronad-0.2.7.1-r1.ebuild:
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list