Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/bzflag: bzflag-2.4.0.ebuild ChangeLog
Date: Thu, 04 Aug 2011 03:34:11
Message-Id: 20110804033359.A50DD2004C@flycatcher.gentoo.org
1 mr_bones_ 11/08/04 03:33:59
2
3 Modified: bzflag-2.4.0.ebuild ChangeLog
4 Log:
5 skip dodoc for non-existent file (bug #377585)
6
7 (Portage version: 2.1.10.3/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 games-action/bzflag/bzflag-2.4.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/bzflag/bzflag-2.4.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/bzflag/bzflag-2.4.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/bzflag/bzflag-2.4.0.ebuild?r1=1.1&r2=1.2
15
16 Index: bzflag-2.4.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.4.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- bzflag-2.4.0.ebuild 4 Jul 2011 04:39:45 -0000 1.1
23 +++ bzflag-2.4.0.ebuild 4 Aug 2011 03:33:59 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.4.0.ebuild,v 1.1 2011/07/04 04:39:45 tupone Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.4.0.ebuild,v 1.2 2011/08/04 03:33:59 mr_bones_ Exp $
29
30 EAPI=2
31 inherit eutils flag-o-matic games
32 @@ -53,7 +53,7 @@
33
34 src_install() {
35 emake DESTDIR="${D}" install || die "emake install failed"
36 - dodoc AUTHORS TODO ChangeLog BUGS PORTING DEVINFO NEWS README* RELNOTES
37 + dodoc AUTHORS TODO ChangeLog BUGS PORTING DEVINFO NEWS README*
38
39 if use sdl || ! use dedicated ; then
40 newicon "data/bzflag-48x48.png" ${PN}.png
41
42
43
44 1.53 games-action/bzflag/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/bzflag/ChangeLog?rev=1.53&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/bzflag/ChangeLog?rev=1.53&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/bzflag/ChangeLog?r1=1.52&r2=1.53
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v
53 retrieving revision 1.52
54 retrieving revision 1.53
55 diff -u -r1.52 -r1.53
56 --- ChangeLog 4 Jul 2011 04:39:45 -0000 1.52
57 +++ ChangeLog 4 Aug 2011 03:33:59 -0000 1.53
58 @@ -1,6 +1,9 @@
59 # ChangeLog for games-action/bzflag
60 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.52 2011/07/04 04:39:45 tupone Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.53 2011/08/04 03:33:59 mr_bones_ Exp $
63 +
64 + 04 Aug 2011; Michael Sterrett <mr_bones_@g.o> bzflag-2.4.0.ebuild:
65 + skip dodoc for non-existent file (bug #377585)
66
67 *bzflag-2.4.0 (04 Jul 2011)