Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/clanbomber/
Date: Tue, 24 Jan 2017 21:36:52
Message-Id: 1485293783.c8567c83ea610f79ea7d149e190f20f43c2a135d.wizardedit@gentoo
1 commit: c8567c83ea610f79ea7d149e190f20f43c2a135d
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 21:36:04 2017 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 21:36:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8567c83
7
8 games-action/clanbomber: fix one more games eclass remnant
9
10 Package-Manager: Portage-2.3.2, Repoman-2.3.1
11
12 games-action/clanbomber/clanbomber-2.1.1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/games-action/clanbomber/clanbomber-2.1.1-r1.ebuild b/games-action/clanbomber/clanbomber-2.1.1-r1.ebuild
16 index 9779ef7..f973398 100644
17 --- a/games-action/clanbomber/clanbomber-2.1.1-r1.ebuild
18 +++ b/games-action/clanbomber/clanbomber-2.1.1-r1.ebuild
19 @@ -42,7 +42,7 @@ src_install() {
20 default
21 newicon src/pics/cup2.png ${PN}.png
22 make_desktop_entry ${PN}2 ClanBomber2
23 - rm -f "${D}${GAMES_DATADIR}"/${PN}/fonts/DejaVuSans-Bold.ttf
24 + rm -f "${D}/usr/share/${PN}/fonts/DejaVuSans-Bold.ttf" || die
25 dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf \
26 /usr/share/${PN}/fonts/DejaVuSans-Bold.ttf
27 }