Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-arcade/mars-game/
Date: Mon, 27 Aug 2018 21:05:03
Message-Id: 1535403827.d944a2fb7ae9b01fb2276635319c636a080d547e.chewi@gentoo
1 commit: d944a2fb7ae9b01fb2276635319c636a080d547e
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 27 21:03:47 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 27 21:03:47 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=d944a2fb
7
8 games-arcade/mars-game: Drop old 0.7.5
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 games-arcade/mars-game/mars-game-0.7.5.ebuild | 37 ---------------------------
13 1 file changed, 37 deletions(-)
14
15 diff --git a/games-arcade/mars-game/mars-game-0.7.5.ebuild b/games-arcade/mars-game/mars-game-0.7.5.ebuild
16 deleted file mode 100644
17 index 8384fee..0000000
18 --- a/games-arcade/mars-game/mars-game-0.7.5.ebuild
19 +++ /dev/null
20 @@ -1,37 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -# No tagged release tarball after github dropped "download"
27 -EGIT_COMMIT="c855d044094a1d92317e38935d81ba938946132e"
28 -
29 -inherit cmake-utils eutils vcs-snapshot
30 -
31 -DESCRIPTION="M.A.R.S. a ridiculous shooter"
32 -HOMEPAGE="http://mars-games.sourceforge.net"
33 -SRC_URI="https://github.com/thelaui/M.A.R.S./archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
34 -
35 -LICENSE="GPL-3"
36 -SLOT="0"
37 -KEYWORDS="~amd64 ~x86"
38 -IUSE="debug"
39 -
40 -DEPEND="
41 - dev-libs/fribidi
42 - media-libs/libsfml
43 - media-libs/taglib
44 - virtual/opengl
45 -"
46 -RDEPEND="${DEPEND}"
47 -
48 -#S="${WORKDIR}/${PN}"
49 -
50 -PATCHES=(
51 - "${FILESDIR}/${PN}-9999-glib.patch"
52 -)
53 -
54 -src_prepare() {
55 - sed -i -e "s:{CMAKE_INSTALL_PREFIX}/games:{CMAKE_INSTALL_PREFIX}/games/bin:g" -i src/CMakeLists.txt
56 - default
57 -}