From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1BD70138334 for ; Mon, 27 Aug 2018 21:05:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEDDBE084A; Mon, 27 Aug 2018 21:05:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 83972E084E for ; Mon, 27 Aug 2018 21:05:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C63A0335CC8 for ; Mon, 27 Aug 2018 21:04:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 021943BD for ; Mon, 27 Aug 2018 21:04:58 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1535403827.d944a2fb7ae9b01fb2276635319c636a080d547e.chewi@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-arcade/mars-game/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-arcade/mars-game/mars-game-0.7.5.ebuild X-VCS-Directories: games-arcade/mars-game/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: d944a2fb7ae9b01fb2276635319c636a080d547e X-VCS-Branch: master Date: Mon, 27 Aug 2018 21:04:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 829200e2-28df-4d49-ac55-3b30a1a07051 X-Archives-Hash: 066e43a241cdfe373ad2d6215547aed4 commit: d944a2fb7ae9b01fb2276635319c636a080d547e Author: James Le Cuirot gentoo org> AuthorDate: Mon Aug 27 21:03:47 2018 +0000 Commit: James Le Cuirot gentoo 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 -}