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/files/, games-arcade/mars-game/
Date: Mon, 27 Aug 2018 21:05:03
Message-Id: 1535403712.8499b3a5dd87eea17f2d3f7ede4360c939ffe218.chewi@gentoo
1 commit: 8499b3a5dd87eea17f2d3f7ede4360c939ffe218
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 27 20:54:50 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 27 21:01:52 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=8499b3a5
7
8 games-arcade/mars-game: Drop 9999
9
10 Upstream and the fork are both quite dead.
11
12 Package-Manager: Portage-2.3.48, Repoman-2.3.10
13 Manifest-Sign-Key: 21C632129C6D7DE4
14
15 ...s-game-9999-glib.patch => mars-game-glib.patch} | 2 +-
16 games-arcade/mars-game/mars-game-9999.ebuild | 32 ----------------------
17 games-arcade/mars-game/metadata.xml | 2 +-
18 3 files changed, 2 insertions(+), 34 deletions(-)
19
20 diff --git a/games-arcade/mars-game/files/mars-game-9999-glib.patch b/games-arcade/mars-game/files/mars-game-glib.patch
21 similarity index 89%
22 rename from games-arcade/mars-game/files/mars-game-9999-glib.patch
23 rename to games-arcade/mars-game/files/mars-game-glib.patch
24 index 7c3b28d..58d4a13 100644
25 --- a/games-arcade/mars-game/files/mars-game-9999-glib.patch
26 +++ b/games-arcade/mars-game/files/mars-game-glib.patch
27 @@ -6,7 +6,7 @@
28
29 + find_package(PkgConfig)
30 + pkg_check_modules(GLIB glib-2.0)
31 -+ include_directories(${GLIB_INCLUDE_DIRS})
32 ++ include_directories(${GLIB_INCLUDE_DIRS})
33 # set the executable output path
34 if(APPLE)
35 set(EXECUTABLE_OUTPUT_PATH ${MARS_BINARY_DIR})
36
37 diff --git a/games-arcade/mars-game/mars-game-9999.ebuild b/games-arcade/mars-game/mars-game-9999.ebuild
38 deleted file mode 100644
39 index 8120e15..0000000
40 --- a/games-arcade/mars-game/mars-game-9999.ebuild
41 +++ /dev/null
42 @@ -1,32 +0,0 @@
43 -# Copyright 1999-2017 Gentoo Foundation
44 -# Distributed under the terms of the GNU General Public License v2
45 -
46 -EAPI=6
47 -
48 -inherit cmake-utils eutils git-r3
49 -
50 -DESCRIPTION="M.A.R.S. a ridiculous shooter"
51 -HOMEPAGE="http://mars-game.sourceforge.net"
52 -EGIT_REPO_URI="https://github.com/thelaui/M.A.R.S..git"
53 -
54 -LICENSE="GPL-3"
55 -SLOT="0"
56 -KEYWORDS=""
57 -IUSE="debug"
58 -
59 -DEPEND="
60 - dev-libs/fribidi
61 - media-libs/libsfml
62 - media-libs/taglib
63 - virtual/opengl
64 -"
65 -RDEPEND="${DEPEND}"
66 -
67 -PATCHES=(
68 - "${FILESDIR}/${P}"-glib.patch
69 -)
70 -
71 -src_prepare(){
72 - sed -i -e "s:{CMAKE_INSTALL_PREFIX}/games:{CMAKE_INSTALL_PREFIX}/games/bin:g" -i src/CMakeLists.txt
73 - default
74 -}
75
76 diff --git a/games-arcade/mars-game/metadata.xml b/games-arcade/mars-game/metadata.xml
77 index 5217b80..e21c88e 100644
78 --- a/games-arcade/mars-game/metadata.xml
79 +++ b/games-arcade/mars-game/metadata.xml
80 @@ -1,7 +1,7 @@
81 <?xml version = '1.0' encoding = 'UTF-8'?>
82 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
83 <pkgmetadata>
84 - <maintainer>
85 + <maintainer type="person">
86 <email>frostworks@×××.de</email>
87 <name>Marcel Unbehaun</name>
88 </maintainer>