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-board/mt_dolphin_ia: mt_dolphin_ia-0.1.98.ebuild
Date: Thu, 31 Dec 2009 16:42:20
Message-Id: E1NQNq4-0002Lz-GU@stork.gentoo.org
1 mr_bones_ 09/12/31 16:25:28
2
3 Modified: mt_dolphin_ia-0.1.98.ebuild
4 Log:
5 skip missing docs (bug #299074)
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.5 games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild?r1=1.4&r2=1.5
14
15 Index: mt_dolphin_ia-0.1.98.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- mt_dolphin_ia-0.1.98.ebuild 24 Jun 2004 22:19:55 -0000 1.4
22 +++ mt_dolphin_ia-0.1.98.ebuild 31 Dec 2009 16:25:28 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2004 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild,v 1.4 2004/06/24 22:19:55 agriffis Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild,v 1.5 2009/12/31 16:25:28 mr_bones_ Exp $
28
29 inherit games
30
31 @@ -20,6 +20,6 @@
32
33 src_install() {
34 make DESTDIR="${D}" install || die "make install failed"
35 - dodoc AUTHORS BUGS ChangeLog NEWS README TODO
36 + dodoc AUTHORS ChangeLog NEWS README
37 prepgamesdirs
38 }