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/barrage/
Date: Tue, 05 Jul 2016 19:48:38
Message-Id: 1467748093.000209220ccfe972e3ecad734c9fdf9ff3adde07.wizardedit@gentoo
1 commit: 000209220ccfe972e3ecad734c9fdf9ff3adde07
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 5 19:47:05 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 5 19:48:13 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00020922
7
8 games-action/barrage: remove deprecated games eclass
9
10 Also update to EAPI 6
11
12 Gentoo-Bug: https://bugs.gentoo.org/574082
13
14 Package-Manager: portage-2.2.28
15
16 games-action/barrage/barrage-1.0.4-r1.ebuild | 26 ++++++++++++++++++++++++++
17 1 file changed, 26 insertions(+)
18
19 diff --git a/games-action/barrage/barrage-1.0.4-r1.ebuild b/games-action/barrage/barrage-1.0.4-r1.ebuild
20 new file mode 100644
21 index 0000000..9790b9f
22 --- /dev/null
23 +++ b/games-action/barrage/barrage-1.0.4-r1.ebuild
24 @@ -0,0 +1,26 @@
25 +# Copyright 1999-2016 Gentoo Foundation
26 +# Distributed under the terms of the GNU General Public License v2
27 +# $Id$
28 +
29 +EAPI=6
30 +inherit eutils
31 +
32 +DESCRIPTION="A violent point-and-click shooting game"
33 +HOMEPAGE="http://lgames.sourceforge.net"
34 +SRC_URI="mirror://sourceforge/lgames/${P}.tar.gz"
35 +
36 +LICENSE="GPL-2"
37 +SLOT="0"
38 +KEYWORDS="~amd64 ~ppc ~x86"
39 +IUSE=""
40 +
41 +DEPEND=">=media-libs/libsdl-1.2[sound,video]
42 + >=media-libs/sdl-mixer-1.2.4"
43 +RDEPEND="${DEPEND}"
44 +
45 +src_install() {
46 + default
47 + newicon barrage48.png ${PN}.png
48 + make_desktop_entry ${PN} Barrage
49 + rm "${D}"/usr/share/applications/${PN}.desktop
50 +}