commit:     d944a2fb7ae9b01fb2276635319c636a080d547e
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 27 21:03:47 2018 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Aug 27 21:03:47 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=d944a2fb

games-arcade/mars-game: Drop old 0.7.5

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 games-arcade/mars-game/mars-game-0.7.5.ebuild | 37 ---------------------------
 1 file changed, 37 deletions(-)

diff --git a/games-arcade/mars-game/mars-game-0.7.5.ebuild 
b/games-arcade/mars-game/mars-game-0.7.5.ebuild
deleted file mode 100644
index 8384fee..0000000
--- a/games-arcade/mars-game/mars-game-0.7.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# No tagged release tarball after github dropped "download"
-EGIT_COMMIT="c855d044094a1d92317e38935d81ba938946132e"
-
-inherit cmake-utils eutils vcs-snapshot
-
-DESCRIPTION="M.A.R.S. a ridiculous shooter"
-HOMEPAGE="http://mars-games.sourceforge.net";
-SRC_URI="https://github.com/thelaui/M.A.R.S./archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="
-       dev-libs/fribidi
-       media-libs/libsfml
-       media-libs/taglib
-       virtual/opengl
-"
-RDEPEND="${DEPEND}"
-
-#S="${WORKDIR}/${PN}"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-9999-glib.patch"
-)
-
-src_prepare() {
-       sed -i -e 
"s:{CMAKE_INSTALL_PREFIX}/games:{CMAKE_INSTALL_PREFIX}/games/bin:g" -i 
src/CMakeLists.txt
-       default
-}

Reply via email to