From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2509313800E for ; Wed, 1 Aug 2012 17:49:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4765BE06F9; Wed, 1 Aug 2012 17:49:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 08394E06F9 for ; Wed, 1 Aug 2012 17:49:27 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3EBC71B4011 for ; Wed, 1 Aug 2012 17:49:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id EC9AFE543E for ; Wed, 1 Aug 2012 17:49:25 +0000 (UTC) From: "Azamat H. Hackimov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Azamat H. Hackimov" Message-ID: <1343843504.6cf77260fadb59805d7ff69f2edbb411b03288ff.winterheart@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 games-arcade/mars-game/mars-game-9999.ebuild X-VCS-Directories: games-arcade/mars-game/ X-VCS-Committer: winterheart X-VCS-Committer-Name: Azamat H. Hackimov X-VCS-Revision: 6cf77260fadb59805d7ff69f2edbb411b03288ff X-VCS-Branch: master Date: Wed, 1 Aug 2012 17:49:25 +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: 0020fa66-b79b-4526-869e-de00a531aa0a X-Archives-Hash: b61e03a85a7e64efd22809fa1e95b5c0 commit: 6cf77260fadb59805d7ff69f2edbb411b03288ff Author: Azamat H. Hackimov gmail com> AuthorDate: Wed Aug 1 17:51:44 2012 +0000 Commit: Azamat H. Hackimov gentoo ru> CommitDate: Wed Aug 1 17:51:44 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=6cf77260 [games-arcade/mars-game] New version 0.7.5 Moved repository from svn to git, QA cleanup. (Portage version: 2.1.10.62/git/Linux i686, unsigned Manifest commit) --- games-arcade/mars-game/mars-game-0.7.5.ebuild | 29 +++++++++++++++++++++++++ games-arcade/mars-game/mars-game-9999.ebuild | 21 ++++++++--------- 2 files changed, 39 insertions(+), 11 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 new file mode 100644 index 0000000..fe2bb24 --- /dev/null +++ b/games-arcade/mars-game/mars-game-0.7.5.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/mars-game/mars-game-9999.ebuild,v 1.2 2011/09/09 07:52:53 frostwork Exp $ + +EAPI=4 + +inherit cmake-utils eutils + +DESCRIPTION="M.A.R.S. a ridiculous shooter" +HOMEPAGE="http://mars-games.sourceforge.net" +SRC_URI="https://github.com/downloads/thelaui/M.A.R.S./mars_source_${PV}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="dev-libs/fribidi + >=media-libs/libsfml-2.0_rc20120731 + media-libs/taglib + virtual/opengl" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${PN}" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-9999-glib.patch + sed -i -e "s:{CMAKE_INSTALL_PREFIX}/games:{CMAKE_INSTALL_PREFIX}/games/bin:g" -i src/CMakeLists.txt +} diff --git a/games-arcade/mars-game/mars-game-9999.ebuild b/games-arcade/mars-game/mars-game-9999.ebuild index 2de30e9..902d9f0 100644 --- a/games-arcade/mars-game/mars-game-9999.ebuild +++ b/games-arcade/mars-game/mars-game-9999.ebuild @@ -1,28 +1,27 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-arcade/mars-game/mars-game-9999.ebuild,v 1.2 2011/09/09 07:52:53 frostwork Exp $ EAPI=4 -inherit cmake-utils eutils subversion +inherit cmake-utils eutils git-2 -DESCRIPTION="a ridiculous shooter" -HOMEPAGE="http://${PN}.sourceforge.net" -ESVN_REPO_URI="https://${PN}.svn.sourceforge.net/svnroot/${PN}" +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="as-is" +LICENSE="GPL-3" SLOT="0" KEYWORDS="" IUSE="debug" -DEPEND=">=media-libs/libsfml-2.0 - media-libs/taglib - virtual/opengl" +DEPEND="dev-libs/fribidi + >=media-libs/libsfml-2.0_rc20120731 + media-libs/taglib + virtual/opengl" RDEPEND="${DEPEND}" src_prepare(){ epatch "${FILESDIR}"/${P}-glib.patch sed -i -e "s:{CMAKE_INSTALL_PREFIX}/games:{CMAKE_INSTALL_PREFIX}/games/bin:g" -i src/CMakeLists.txt } -