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 E6AB7198005 for ; Wed, 6 Mar 2013 08:38:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FC46E0529; Wed, 6 Mar 2013 08:38:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3B9BE0529 for ; Wed, 6 Mar 2013 08:38:04 +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 8CDF033DE15 for ; Wed, 6 Mar 2013 08:38:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id CC1ACE4073 for ; Wed, 6 Mar 2013 08:38:01 +0000 (UTC) From: "Vadim A. Misbakh-Soloviov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vadim A. Misbakh-Soloviov" Message-ID: <1362559082.74e14e404393e6127357a60e16f1850d3c6eeff7.mva@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-strategy/beathazard/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-strategy/beathazard/beathazard-20130226.ebuild games-strategy/beathazard/metadata.xml X-VCS-Directories: games-strategy/beathazard/ X-VCS-Committer: mva X-VCS-Committer-Name: Vadim A. Misbakh-Soloviov X-VCS-Revision: 74e14e404393e6127357a60e16f1850d3c6eeff7 X-VCS-Branch: master Date: Wed, 6 Mar 2013 08:38:01 +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: a27c545f-21e9-405e-bdbe-92887421f1be X-Archives-Hash: 270f118210cda026ce816a7d01a6276a commit: 74e14e404393e6127357a60e16f1850d3c6eeff7 Author: Vadim A. Misbakh-Soloviov mva name> AuthorDate: Wed Mar 6 08:38:02 2013 +0000 Commit: Vadim A. Misbakh-Soloviov mva name> CommitDate: Wed Mar 6 08:38:02 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=74e14e40 [games-strategy/beathazard] added (as part of HiB A5) Signed-off-by: Vadim A. Misbakh-Soloviov mva.name> --- .../beathazard/beathazard-20130226.ebuild | 48 ++++++++++++++++++++ games-strategy/beathazard/metadata.xml | 8 +++ 2 files changed, 56 insertions(+), 0 deletions(-) diff --git a/games-strategy/beathazard/beathazard-20130226.ebuild b/games-strategy/beathazard/beathazard-20130226.ebuild new file mode 100644 index 0000000..02c17bc --- /dev/null +++ b/games-strategy/beathazard/beathazard-20130226.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild,v 1.1 2012/09/27 08:17:05 pinkbyte Exp $ + +EAPI=5 + +inherit games + +DESCRIPTION="Beat Hazard Ultra" +HOMEPAGE="http://www.coldbeamgames.com/" +SRC_URI="${PN}-installer-022613" +LICENSE="as-is" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +IUSE="alsa pulseaudio" +RESTRICT="fetch strip" + +DEPEND="app-arch/unzip" +RDEPEND="amd64? ( app-emulation/emul-linux-x86-sdl ) + x86? ( + media-libs/openal[alsa?,pulseaudio?] + media-libs/libsdl + ) + " + +S="${WORKDIR}"/data + +QA_PREBUILT="opt/beathazard" + +src_unpack() { + unzip -q "${DISTDIR}/${SRC_URI}" +} + +src_install() { + local dir="${GAMES_PREFIX_OPT}/${PN}" + + insinto "${dir}" + exeinto "${dir}/all" + doins -r all + doexe all/BeatHazard_Linux2 + newicon SmileLogo.png "${PN}".png + dodoc Linux.README + + games_make_wrapper "${PN}" "./all/BeatHazard_Linux2" "${dir}" "./all/hge_lib/" + make_desktop_entry "${PN}" "${DESCRIPTION}" "${PN}" + + prepgamesdirs +} diff --git a/games-strategy/beathazard/metadata.xml b/games-strategy/beathazard/metadata.xml new file mode 100644 index 0000000..70137f0 --- /dev/null +++ b/games-strategy/beathazard/metadata.xml @@ -0,0 +1,8 @@ + + + + + mva@mva.name + Vadim A. Misbakh-Soloviov + +