* [gentoo-commits] proj/gamerlay:master commit in: games-action/voxatron/, licenses/
@ 2011-11-22 5:02 Daniel Johnson
0 siblings, 0 replies; only message in thread
From: Daniel Johnson @ 2011-11-22 5:02 UTC (permalink / raw
To: gentoo-commits
commit: 22ebea593e2311eee8e1a743a92656a3e2fe43b6
Author: Dan Johnson <ComputerDruid <AT> gmail <DOT> com>
AuthorDate: Tue Nov 22 05:01:29 2011 +0000
Commit: Daniel Johnson <ComputerDruid <AT> gmail <DOT> com>
CommitDate: Tue Nov 22 05:01:29 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=22ebea59
[games-action/voxatron] new ebuild
Part of the Humble Voxatron Debut, you need to have purchased the game
from either the bundle or the voxatron website to emerge this.
---
games-action/voxatron/metadata.xml | 13 +++++++
games-action/voxatron/voxatron-0.1.6.ebuild | 47 +++++++++++++++++++++++++++
licenses/Voxatron | 19 +++++++++++
3 files changed, 79 insertions(+), 0 deletions(-)
diff --git a/games-action/voxatron/metadata.xml b/games-action/voxatron/metadata.xml
new file mode 100644
index 0000000..ed38828
--- /dev/null
+++ b/games-action/voxatron/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+<email>ComputerDruid@gmail.com</email>
+<name>Dan Johnson</name>
+</maintainer>
+<longdescription lang="en">
+Voxatron is an action/adventure game set in a world completely made of tiny cubes that can be built, blasted to smithereens, and collapse in per-voxel detail. Watch voxel snow settle on the scene perfectly, shoot the voxel leaves off a voxel tree or cut through the trunk and watch the whole thing collapse into voxels. There are lots of voxels in this game.
+</longdescription>
+</pkgmetadata>
+
diff --git a/games-action/voxatron/voxatron-0.1.6.ebuild b/games-action/voxatron/voxatron-0.1.6.ebuild
new file mode 100644
index 0000000..5f1f090
--- /dev/null
+++ b/games-action/voxatron/voxatron-0.1.6.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+inherit games
+
+DESCRIPTION="A voxelicious action adventure"
+HOMEPAGE="http://www.lexaloffle.com/voxatron.php"
+SRC_URI="${PN}_${PV}_i386.tar.gz"
+RESTRICT="fetch"
+
+LICENSE="Voxatron"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}
+x86? ( media-libs/libsdl[opengl] )
+amd64? ( app-emulation/emul-linux-x86-sdl )"
+
+pkg_nofetch() {
+ ewarn
+ ewarn "Place ${A} to ${DISTDIR}"
+ ewarn
+}
+
+src_configure() { :; }
+
+src_compile() { :; }
+
+src_test() { :; }
+
+dir="${GAMES_PREFIX_OPT}/${PN}"
+
+src_install() {
+ cd ${PN}
+ insinto ${dir}
+ doins vox.dat vox.txt
+ exeinto ${dir}
+ doexe vox
+ games_make_wrapper ${PN} ./vox ${dir} ${dir}
+
+ prepgamesdirs
+}
diff --git a/licenses/Voxatron b/licenses/Voxatron
new file mode 100644
index 0000000..6fd21e3
--- /dev/null
+++ b/licenses/Voxatron
@@ -0,0 +1,19 @@
+
+SOFTWARE LICENSE AGREEMENT FOR Voxatron
+
+This license agreement is between you, the end user, and Lexaloffle Games LLP ("LEXALOFFLE GAMES"). The software licensed under this agreement is the computer game Voxatron ("THE SOFTWARE"), which consists of all data files, executables, documentation and design pertaining to the game. By distributing, copying, executing, viewing, or otherwise using THE SOFTWARE, you agree to be bound by the terms of this license agreement.
+
+THE SOFTWARE is owned by LEXALOFFLE GAMES. LEXALOFFLE GAMES reserves the exclusive copyright and all rights not expressly granted.
+
+You may install and use the registered version of THE SOFTWARE on any computers you own, or any computers for which you are the primary user, provided that only one copy is in use at any one time. You may make a copy of the registered version as a backup, as LEXALOFFLE GAMES can not guarantee the replacement of lost or damaged software. You may not distribute all of or any part of the registered version of THE SOFTWARE to any other party.
+
+GENERAL TERMS
+
+You may not reverse engineer, decompile, disassemble, or modify THE SOFTWARE in any way. You may not create any derivative works based on THE SOFTWARE. You may not resell, rent or lease THE SOFTWARE.
+
+DISCLAIMER
+
+THE SOFTWARE IS PROVIDED "AS-IS" WITHOUT WARRANTY OF ANY KIND. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, LEXALOFFLE GAMES DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+
+TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL LEXALOFFLE GAMES BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING BUT NOT LIMITED TO ANY LOSS OF PRODUCTIVITY, LOSS OF DATA, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF, OR INABILITY TO USE THE SOFTWARE, EVEN IF LEXALOFFLE GAMES HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-11-22 5:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-22 5:02 [gentoo-commits] proj/gamerlay:master commit in: games-action/voxatron/, licenses/ Daniel Johnson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox