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:39
Message-Id: 1511106669.72c96de3a6585a4df65eab67c58a4b8a031fcc02.soap@gentoo
1 commit: 72c96de3a6585a4df65eab67c58a4b8a031fcc02
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 19 15:45:07 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 19 15:51:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72c96de3
7
8 games-action/barrage: Remove old
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 games-action/barrage/barrage-1.0.4.ebuild | 30 ------------------------------
13 1 file changed, 30 deletions(-)
14
15 diff --git a/games-action/barrage/barrage-1.0.4.ebuild b/games-action/barrage/barrage-1.0.4.ebuild
16 deleted file mode 100644
17 index 3b4694483f0..00000000000
18 --- a/games-action/barrage/barrage-1.0.4.ebuild
19 +++ /dev/null
20 @@ -1,30 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -inherit eutils games
26 -
27 -DESCRIPTION="A violent point-and-click shooting game"
28 -HOMEPAGE="http://lgames.sourceforge.net/Barrage/"
29 -SRC_URI="mirror://sourceforge/lgames/${P}.tar.gz"
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="~amd64 ~x86"
34 -IUSE=""
35 -
36 -DEPEND=">=media-libs/libsdl-1.2[sound,video]
37 - >=media-libs/sdl-mixer-1.2.4"
38 -RDEPEND="${DEPEND}"
39 -
40 -src_configure() {
41 - egamesconf --datadir="${GAMES_DATADIR_BASE}"
42 -}
43 -
44 -src_install() {
45 - default
46 - newicon barrage48.png ${PN}.png
47 - make_desktop_entry ${PN} Barrage
48 - rm "${D}"/usr/share/applications/${PN}.desktop
49 - prepgamesdirs
50 -}