commit: 8499b3a5dd87eea17f2d3f7ede4360c939ffe218
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 27 20:54:50 2018 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Aug 27 21:01:52 2018 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=8499b3a5
games-arcade/mars-game: Drop 9999
Upstream and the fork are both quite dead.
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Manifest-Sign-Key: 21C632129C6D7DE4
...s-game-9999-glib.patch => mars-game-glib.patch} | 2 +-
games-arcade/mars-game/mars-game-9999.ebuild | 32 ----------------------
games-arcade/mars-game/metadata.xml | 2 +-
3 files changed, 2 insertions(+), 34 deletions(-)
diff --git a/games-arcade/mars-game/files/mars-game-9999-glib.patch
b/games-arcade/mars-game/files/mars-game-glib.patch
similarity index 89%
rename from games-arcade/mars-game/files/mars-game-9999-glib.patch
rename to games-arcade/mars-game/files/mars-game-glib.patch
index 7c3b28d..58d4a13 100644
--- a/games-arcade/mars-game/files/mars-game-9999-glib.patch
+++ b/games-arcade/mars-game/files/mars-game-glib.patch
@@ -6,7 +6,7 @@
+ find_package(PkgConfig)
+ pkg_check_modules(GLIB glib-2.0)
-+ include_directories(${GLIB_INCLUDE_DIRS})
++ include_directories(${GLIB_INCLUDE_DIRS})
# set the executable output path
if(APPLE)
set(EXECUTABLE_OUTPUT_PATH ${MARS_BINARY_DIR})
diff --git a/games-arcade/mars-game/mars-game-9999.ebuild
b/games-arcade/mars-game/mars-game-9999.ebuild
deleted file mode 100644
index 8120e15..0000000
--- a/games-arcade/mars-game/mars-game-9999.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils eutils git-r3
-
-DESCRIPTION="M.A.R.S. a ridiculous shooter"
-HOMEPAGE="http://mars-game.sourceforge.net"
-EGIT_REPO_URI="https://github.com/thelaui/M.A.R.S..git"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="
- dev-libs/fribidi
- media-libs/libsfml
- media-libs/taglib
- virtual/opengl
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}/${P}"-glib.patch
-)
-
-src_prepare(){
- sed -i -e
"s:{CMAKE_INSTALL_PREFIX}/games:{CMAKE_INSTALL_PREFIX}/games/bin:g" -i
src/CMakeLists.txt
- default
-}
diff --git a/games-arcade/mars-game/metadata.xml
b/games-arcade/mars-game/metadata.xml
index 5217b80..e21c88e 100644
--- a/games-arcade/mars-game/metadata.xml
+++ b/games-arcade/mars-game/metadata.xml
@@ -1,7 +1,7 @@
<?xml version = '1.0' encoding = 'UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
+ <maintainer type="person">
<email>[email protected]</email>
<name>Marcel Unbehaun</name>
</maintainer>