diff options
author | Devan Franchini <twitch153@gentoo.org> | 2014-02-07 17:55:17 +0000 |
---|---|---|
committer | Devan Franchini <twitch153@gentoo.org> | 2014-02-07 17:55:17 +0000 |
commit | 9647cc9623dc61f57e3ac1cc1a696fcd04d08b28 (patch) | |
tree | 2561816b74c2b42c0c4c93a690e270e966f6e780 /games-emulation/dolphin | |
parent | Only needs asciidoc with USE=doc (diff) | |
download | gentoo-2-9647cc9623dc61f57e3ac1cc1a696fcd04d08b28.tar.gz gentoo-2-9647cc9623dc61f57e3ac1cc1a696fcd04d08b28.tar.bz2 gentoo-2-9647cc9623dc61f57e3ac1cc1a696fcd04d08b28.zip |
Updates REPO_URI and alters Readme.txt to proper Readme.md file
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'games-emulation/dolphin')
-rw-r--r-- | games-emulation/dolphin/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/dolphin/dolphin-9999.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games-emulation/dolphin/ChangeLog b/games-emulation/dolphin/ChangeLog index c5782eab1b5d..d2302d055406 100644 --- a/games-emulation/dolphin/ChangeLog +++ b/games-emulation/dolphin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/dolphin # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.15 2014/01/25 04:40:29 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.16 2014/02/07 17:55:17 twitch153 Exp $ + + 07 Feb 2014; Devan Franchini <twitch153@gentoo.org> dolphin-9999.ebuild: + Updates REPO_URI and alters Readme.txt to proper Readme.md file 25 Jan 2014; Devan Franchini <twitch153@gentoo.org> dolphin-9999.ebuild: Saves external GL folder from removal diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index 64b51750eabe..76de19fca4f0 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.10 2014/01/25 04:40:29 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.11 2014/02/07 17:55:17 twitch153 Exp $ EAPI=5 @@ -10,7 +10,7 @@ inherit cmake-utils eutils pax-utils toolchain-funcs versionator wxwidgets games if [[ ${PV} == 9999* ]] then - EGIT_REPO_URI="https://code.google.com/p/dolphin-emu/" + EGIT_REPO_URI="https://github.com/dolphin-emu/dolphin" inherit git-2 KEYWORDS="" else @@ -125,7 +125,7 @@ src_install() { cmake-utils_src_install - dodoc Readme.txt + dodoc Readme.md if use doc; then dodoc -r docs/ActionReplay docs/DSP docs/WiiMote fi |