* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/beathazard/
@ 2013-03-06 8:38 Vadim A. Misbakh-Soloviov
0 siblings, 0 replies; 5+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2013-03-06 8:38 UTC (permalink / raw
To: gentoo-commits
commit: 74e14e404393e6127357a60e16f1850d3c6eeff7
Author: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
AuthorDate: Wed Mar 6 08:38:02 2013 +0000
Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> 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 <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+ <email>mva@mva.name</email>
+ <name>Vadim A. Misbakh-Soloviov</name>
+</maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/beathazard/
@ 2013-03-06 19:02 Vadim A. Misbakh-Soloviov
0 siblings, 0 replies; 5+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2013-03-06 19:02 UTC (permalink / raw
To: gentoo-commits
commit: f621ede17305ce7278d0e07c143dac89f9f66368
Author: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
AuthorDate: Wed Mar 6 19:02:36 2013 +0000
Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Wed Mar 6 19:02:36 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=f621ede1
[games-strategy/beathazard] fixing unneded useflags
Signed-off-by: Vadim A. Misbakh-Soloviov <mva <AT> mva.name>
---
.../beathazard/beathazard-20130226.ebuild | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/games-strategy/beathazard/beathazard-20130226.ebuild b/games-strategy/beathazard/beathazard-20130226.ebuild
index 02c17bc..63d7837 100644
--- a/games-strategy/beathazard/beathazard-20130226.ebuild
+++ b/games-strategy/beathazard/beathazard-20130226.ebuild
@@ -12,16 +12,11 @@ SRC_URI="${PN}-installer-022613"
LICENSE="as-is"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
-IUSE="alsa pulseaudio"
+IUSE=""
RESTRICT="fetch strip"
DEPEND="app-arch/unzip"
-RDEPEND="amd64? ( app-emulation/emul-linux-x86-sdl )
- x86? (
- media-libs/openal[alsa?,pulseaudio?]
- media-libs/libsdl
- )
- "
+RDEPEND=""
S="${WORKDIR}"/data
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/beathazard/
@ 2013-03-06 19:07 Vadim A. Misbakh-Soloviov
0 siblings, 0 replies; 5+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2013-03-06 19:07 UTC (permalink / raw
To: gentoo-commits
commit: c2ff1a5608d5a176491a99b5d919c6bd668c7da8
Author: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
AuthorDate: Wed Mar 6 19:02:36 2013 +0000
Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Wed Mar 6 19:07:19 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=c2ff1a56
[games-strategy/beathazard] fixing unneded useflags
Signed-off-by: Vadim A. Misbakh-Soloviov <mva <AT> mva.name>
---
.../beathazard/beathazard-20130226.ebuild | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/games-strategy/beathazard/beathazard-20130226.ebuild b/games-strategy/beathazard/beathazard-20130226.ebuild
index 02c17bc..63d7837 100644
--- a/games-strategy/beathazard/beathazard-20130226.ebuild
+++ b/games-strategy/beathazard/beathazard-20130226.ebuild
@@ -12,16 +12,11 @@ SRC_URI="${PN}-installer-022613"
LICENSE="as-is"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
-IUSE="alsa pulseaudio"
+IUSE=""
RESTRICT="fetch strip"
DEPEND="app-arch/unzip"
-RDEPEND="amd64? ( app-emulation/emul-linux-x86-sdl )
- x86? (
- media-libs/openal[alsa?,pulseaudio?]
- media-libs/libsdl
- )
- "
+RDEPEND=""
S="${WORKDIR}"/data
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/beathazard/
@ 2013-03-06 19:08 Vadim A. Misbakh-Soloviov
0 siblings, 0 replies; 5+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2013-03-06 19:08 UTC (permalink / raw
To: gentoo-commits
commit: 844f2674e87a5b2c143e6bb732c5a320bdec46d2
Author: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
AuthorDate: Wed Mar 6 19:02:36 2013 +0000
Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Wed Mar 6 19:08:02 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=844f2674
[games-strategy/beathazard] fixing unneded useflags
Signed-off-by: Vadim A. Misbakh-Soloviov <mva <AT> mva.name>
---
.../beathazard/beathazard-20130226.ebuild | 11 ++---------
1 files changed, 2 insertions(+), 9 deletions(-)
diff --git a/games-strategy/beathazard/beathazard-20130226.ebuild b/games-strategy/beathazard/beathazard-20130226.ebuild
index 02c17bc..9eb51d4 100644
--- a/games-strategy/beathazard/beathazard-20130226.ebuild
+++ b/games-strategy/beathazard/beathazard-20130226.ebuild
@@ -12,21 +12,14 @@ SRC_URI="${PN}-installer-022613"
LICENSE="as-is"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
-IUSE="alsa pulseaudio"
+IUSE=""
RESTRICT="fetch strip"
DEPEND="app-arch/unzip"
-RDEPEND="amd64? ( app-emulation/emul-linux-x86-sdl )
- x86? (
- media-libs/openal[alsa?,pulseaudio?]
- media-libs/libsdl
- )
- "
+RDEPEND=""
S="${WORKDIR}"/data
-QA_PREBUILT="opt/beathazard"
-
src_unpack() {
unzip -q "${DISTDIR}/${SRC_URI}"
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/beathazard/
@ 2013-03-12 12:16 Vadim A. Misbakh-Soloviov
0 siblings, 0 replies; 5+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2013-03-12 12:16 UTC (permalink / raw
To: gentoo-commits
commit: 6311b843d2234e3f5d6f9c5b75d40f7870a8a697
Author: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
AuthorDate: Tue Mar 12 12:16:35 2013 +0000
Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Tue Mar 12 12:16:35 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=6311b843
[games-strategy/beathazard] fixing .desktop-file name
Signed-off-by: Vadim A. Misbakh-Soloviov <mva <AT> mva.name>
---
.../beathazard/beathazard-20130226.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/games-strategy/beathazard/beathazard-20130226.ebuild b/games-strategy/beathazard/beathazard-20130226.ebuild
index 9eb51d4..83894a1 100644
--- a/games-strategy/beathazard/beathazard-20130226.ebuild
+++ b/games-strategy/beathazard/beathazard-20130226.ebuild
@@ -35,7 +35,7 @@ src_install() {
dodoc Linux.README
games_make_wrapper "${PN}" "./all/BeatHazard_Linux2" "${dir}" "./all/hge_lib/"
- make_desktop_entry "${PN}" "${DESCRIPTION}" "${PN}"
+ make_desktop_entry "${PN}" "BeatHazard" "${PN}"
prepgamesdirs
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-03-12 12:16 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-06 19:08 [gentoo-commits] proj/gamerlay:master commit in: games-strategy/beathazard/ Vadim A. Misbakh-Soloviov
-- strict thread matches above, loose matches on Subject: below --
2013-03-12 12:16 Vadim A. Misbakh-Soloviov
2013-03-06 19:07 Vadim A. Misbakh-Soloviov
2013-03-06 19:02 Vadim A. Misbakh-Soloviov
2013-03-06 8:38 Vadim A. Misbakh-Soloviov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox