Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/sdlmame/
Date: Mon, 30 Nov 2015 19:27:30
Message-Id: 1448911619.cc14dcae68ff0216fa42a8196be665f3c66424fb.mr_bones_@gentoo
1 commit: cc14dcae68ff0216fa42a8196be665f3c66424fb
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 30 19:26:44 2015 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 30 19:26:59 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc14dcae
7
8 typo fixes from Casper Ti. Vector via bug #566996
9
10 Package-Manager: portage-2.2.20.1
11
12 games-emulation/sdlmame/sdlmame-0.167.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/games-emulation/sdlmame/sdlmame-0.167.ebuild b/games-emulation/sdlmame/sdlmame-0.167.ebuild
16 index 79326b6..346fdc4 100644
17 --- a/games-emulation/sdlmame/sdlmame-0.167.ebuild
18 +++ b/games-emulation/sdlmame/sdlmame-0.167.ebuild
19 @@ -181,7 +181,7 @@ src_install() {
20 "${T}/mame.ini" || die
21 done
22 # -- Directories
23 - for f in {cfg,nvram,memcard,input,state,snapshot,diff,commit} ; do
24 + for f in {cfg,nvram,memcard,input,state,snapshot,diff,comment} ; do
25 sed -i \
26 -e "s:\(${f}_directory\)[ \t]*\(.*\):\1 \t\t\$HOME/.${PN}/\2:" \
27 "${T}/mame.ini" || die
28 @@ -203,8 +203,8 @@ src_install() {
29
30 dodoc docs/{config,mame,newvideo}.txt
31 keepdir \
32 - "${GAMES_DATADIR}/${PN}"/{ctrlr,cheats,roms,samples,artwork,crosshair} \
33 - "${GAMES_SYSCONFDIR}/${PN}"/{ctrlr,cheats}
34 + "${GAMES_DATADIR}/${PN}"/{ctrlr,cheat,roms,samples,artwork,crosshair} \
35 + "${GAMES_SYSCONFDIR}/${PN}"/{ctrlr,cheat}
36
37 if use tools ; then
38 for f in castool chdman floptool imgtool jedutil ldresample ldverify romcmp testkeys ; do