diff options
author | Devan Franchini <twitch153@gentoo.org> | 2013-08-26 17:58:32 +0000 |
---|---|---|
committer | Devan Franchini <twitch153@gentoo.org> | 2013-08-26 17:58:32 +0000 |
commit | 9f3504c7b2fbd381555367da62a2f8103f028db0 (patch) | |
tree | 119835189049fbd62b91cc974ceff3013b0dd58d /games-emulation | |
parent | Version bump, drop old (diff) | |
download | gentoo-2-9f3504c7b2fbd381555367da62a2f8103f028db0.tar.gz gentoo-2-9f3504c7b2fbd381555367da62a2f8103f028db0.tar.bz2 gentoo-2-9f3504c7b2fbd381555367da62a2f8103f028db0.zip |
Replaces doins command with dodoc command.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dolphin/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/dolphin/dolphin-3.5.ebuild | 4 | ||||
-rw-r--r-- | games-emulation/dolphin/dolphin-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/games-emulation/dolphin/ChangeLog b/games-emulation/dolphin/ChangeLog index d2eb0096e00b..e650f7c4d683 100644 --- a/games-emulation/dolphin/ChangeLog +++ b/games-emulation/dolphin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/dolphin # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.2 2013/08/26 07:19:36 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.3 2013/08/26 17:58:32 twitch153 Exp $ + + 26 Aug 2013; Devan Franchini <twitch153@gentoo.org> dolphin-3.5.ebuild, + dolphin-9999.ebuild: + Replaces doins command with dodoc command. 26 Aug 2013; Devan Franchini <twitch153@gentoo.org> dolphin-3.5.ebuild, dolphin-9999.ebuild: diff --git a/games-emulation/dolphin/dolphin-3.5.ebuild b/games-emulation/dolphin/dolphin-3.5.ebuild index cf26a70fbb03..77df0b6f2f8f 100644 --- a/games-emulation/dolphin/dolphin-3.5.ebuild +++ b/games-emulation/dolphin/dolphin-3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-3.5.ebuild,v 1.2 2013/08/26 07:19:36 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-3.5.ebuild,v 1.3 2013/08/26 17:58:32 twitch153 Exp $ EAPI=5 @@ -132,7 +132,7 @@ src_install() { dodoc Readme.txt if use doc; then - doins -r doc + dodoc -r docs/ActionReplay docs/DSP docs/WiiMote fi doicon Source/Core/DolphinWX/resources/Dolphin.xpm diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index 8453cd49fbdc..5cd2cb20dea0 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.2 2013/08/26 07:19:36 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.3 2013/08/26 17:58:32 twitch153 Exp $ EAPI=5 @@ -118,7 +118,7 @@ src_install() { dodoc Readme.txt if use doc; then - doins -r doc + dodoc -r docs/ActionReplay docs/DSP docs/WiiMote fi doicon Source/Core/DolphinWX/resources/Dolphin.xpm |