Gentoo Archives: gentoo-commits

From: "Devan Franchini (twitch153)" <twitch153@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/dolphin: dolphin-9999.ebuild dolphin-3.5.ebuild ChangeLog
Date: Mon, 26 Aug 2013 17:58:40
Message-Id: 20130826175832.937132004C@flycatcher.gentoo.org
1 twitch153 13/08/26 17:58:32
2
3 Modified: dolphin-9999.ebuild dolphin-3.5.ebuild ChangeLog
4 Log:
5 Replaces doins command with dodoc command.
6
7 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key )
8
9 Revision Changes Path
10 1.3 games-emulation/dolphin/dolphin-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?r1=1.2&r2=1.3
15
16 Index: dolphin-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- dolphin-9999.ebuild 26 Aug 2013 07:19:36 -0000 1.2
23 +++ dolphin-9999.ebuild 26 Aug 2013 17:58:32 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.2 2013/08/26 07:19:36 twitch153 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.3 2013/08/26 17:58:32 twitch153 Exp $
29
30 EAPI=5
31
32 @@ -118,7 +118,7 @@
33
34 dodoc Readme.txt
35 if use doc; then
36 - doins -r doc
37 + dodoc -r docs/ActionReplay docs/DSP docs/WiiMote
38 fi
39
40 doicon Source/Core/DolphinWX/resources/Dolphin.xpm
41
42
43
44 1.3 games-emulation/dolphin/dolphin-3.5.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-3.5.ebuild?rev=1.3&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-3.5.ebuild?rev=1.3&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-3.5.ebuild?r1=1.2&r2=1.3
49
50 Index: dolphin-3.5.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-3.5.ebuild,v
53 retrieving revision 1.2
54 retrieving revision 1.3
55 diff -u -r1.2 -r1.3
56 --- dolphin-3.5.ebuild 26 Aug 2013 07:19:36 -0000 1.2
57 +++ dolphin-3.5.ebuild 26 Aug 2013 17:58:32 -0000 1.3
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2013 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-3.5.ebuild,v 1.2 2013/08/26 07:19:36 twitch153 Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-3.5.ebuild,v 1.3 2013/08/26 17:58:32 twitch153 Exp $
63
64 EAPI=5
65
66 @@ -132,7 +132,7 @@
67
68 dodoc Readme.txt
69 if use doc; then
70 - doins -r doc
71 + dodoc -r docs/ActionReplay docs/DSP docs/WiiMote
72 fi
73
74 doicon Source/Core/DolphinWX/resources/Dolphin.xpm
75
76
77
78 1.3 games-emulation/dolphin/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.3&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.3&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?r1=1.2&r2=1.3
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
87 retrieving revision 1.2
88 retrieving revision 1.3
89 diff -u -r1.2 -r1.3
90 --- ChangeLog 26 Aug 2013 07:19:36 -0000 1.2
91 +++ ChangeLog 26 Aug 2013 17:58:32 -0000 1.3
92 @@ -1,6 +1,10 @@
93 # ChangeLog for games-emulation/dolphin
94 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.2 2013/08/26 07:19:36 twitch153 Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.3 2013/08/26 17:58:32 twitch153 Exp $
97 +
98 + 26 Aug 2013; Devan Franchini <twitch153@g.o> dolphin-3.5.ebuild,
99 + dolphin-9999.ebuild:
100 + Replaces doins command with dodoc command.
101
102 26 Aug 2013; Devan Franchini <twitch153@g.o> dolphin-3.5.ebuild,
103 dolphin-9999.ebuild: