Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/barrage/
Date: Sun, 19 Nov 2017 15:51:38
Message-Id: 1511106665.e971602288cf597f4b75d3899c4166d54120ca5e.soap@gentoo
1 commit: e971602288cf597f4b75d3899c4166d54120ca5e
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 19 15:08:35 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 19 15:51:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9716022
7
8 games-action/barrage: Minor touchups
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 games-action/barrage/barrage-1.0.4-r1.ebuild | 7 +++++--
13 1 file changed, 5 insertions(+), 2 deletions(-)
14
15 diff --git a/games-action/barrage/barrage-1.0.4-r1.ebuild b/games-action/barrage/barrage-1.0.4-r1.ebuild
16 index 16aeec97af8..fc4dde6e54e 100644
17 --- a/games-action/barrage/barrage-1.0.4-r1.ebuild
18 +++ b/games-action/barrage/barrage-1.0.4-r1.ebuild
19 @@ -2,6 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 +
24 inherit eutils
25
26 DESCRIPTION="A violent point-and-click shooting game"
27 @@ -13,13 +14,15 @@ SLOT="0"
28 KEYWORDS="~amd64 ~x86"
29 IUSE=""
30
31 -DEPEND=">=media-libs/libsdl-1.2[sound,video]
32 +DEPEND="
33 + >=media-libs/libsdl-1.2[sound,video]
34 >=media-libs/sdl-mixer-1.2.4"
35 RDEPEND="${DEPEND}"
36
37 src_install() {
38 default
39 +
40 newicon barrage48.png ${PN}.png
41 make_desktop_entry ${PN} Barrage
42 - rm "${D}"/usr/share/applications/${PN}.desktop
43 + rm "${ED%/}"/usr/share/applications/${PN}.desktop || die
44 }