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 ChangeLog
Date: Fri, 07 Feb 2014 17:55:21
Message-Id: 20140207175518.18DFF2004C@flycatcher.gentoo.org
1 twitch153 14/02/07 17:55:18
2
3 Modified: dolphin-9999.ebuild ChangeLog
4 Log:
5 Updates REPO_URI and alters Readme.txt to proper Readme.md file
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
8
9 Revision Changes Path
10 1.11 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.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?r1=1.10&r2=1.11
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.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- dolphin-9999.ebuild 25 Jan 2014 04:40:29 -0000 1.10
23 +++ dolphin-9999.ebuild 7 Feb 2014 17:55:17 -0000 1.11
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 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.10 2014/01/25 04:40:29 twitch153 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.11 2014/02/07 17:55:17 twitch153 Exp $
29
30 EAPI=5
31
32 @@ -10,7 +10,7 @@
33
34 if [[ ${PV} == 9999* ]]
35 then
36 - EGIT_REPO_URI="https://code.google.com/p/dolphin-emu/"
37 + EGIT_REPO_URI="https://github.com/dolphin-emu/dolphin"
38 inherit git-2
39 KEYWORDS=""
40 else
41 @@ -125,7 +125,7 @@
42
43 cmake-utils_src_install
44
45 - dodoc Readme.txt
46 + dodoc Readme.md
47 if use doc; then
48 dodoc -r docs/ActionReplay docs/DSP docs/WiiMote
49 fi
50
51
52
53 1.16 games-emulation/dolphin/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.16&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.16&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?r1=1.15&r2=1.16
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
62 retrieving revision 1.15
63 retrieving revision 1.16
64 diff -u -r1.15 -r1.16
65 --- ChangeLog 25 Jan 2014 04:40:29 -0000 1.15
66 +++ ChangeLog 7 Feb 2014 17:55:17 -0000 1.16
67 @@ -1,6 +1,9 @@
68 # ChangeLog for games-emulation/dolphin
69 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.15 2014/01/25 04:40:29 twitch153 Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.16 2014/02/07 17:55:17 twitch153 Exp $
72 +
73 + 07 Feb 2014; Devan Franchini <twitch153@g.o> dolphin-9999.ebuild:
74 + Updates REPO_URI and alters Readme.txt to proper Readme.md file
75
76 25 Jan 2014; Devan Franchini <twitch153@g.o> dolphin-9999.ebuild:
77 Saves external GL folder from removal