From: "Vadim A. Misbakh-Soloviov" <mva@mva.name>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/closure/
Date: Tue, 7 May 2013 17:07:19 +0000 (UTC) [thread overview]
Message-ID: <1367946444.6bcc11dc4dc1db57dc2bd560aeb68ed110cd839d.mva@gentoo> (raw)
commit: 6bcc11dc4dc1db57dc2bd560aeb68ed110cd839d
Author: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
AuthorDate: Tue May 7 17:07:24 2013 +0000
Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Tue May 7 17:07:24 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=6bcc11dc
[games-puzzle/closure] Added
Signed-off-by: Vadim A. Misbakh-Soloviov <mva <AT> mva.name>
---
games-puzzle/closure/closure-1.1.ebuild | 99 +++++++++++++++++++++++++++++++
games-puzzle/closure/metadata.xml | 12 ++++
2 files changed, 111 insertions(+), 0 deletions(-)
diff --git a/games-puzzle/closure/closure-1.1.ebuild b/games-puzzle/closure/closure-1.1.ebuild
new file mode 100644
index 0000000..f7e6fa4
--- /dev/null
+++ b/games-puzzle/closure/closure-1.1.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+inherit games unpacker-nixstaller
+
+TIMESTAMP="2012-12-28"
+MY_PN="${PN/c/C}"
+
+DESCRIPTION="Play as a strange spider-like demon who explores the stories of three human characters."
+HOMEPAGE="http://closuregame.com/"
+SRC_URI="${MY_PN}-Linux-${PV}-${TIMESTAMP}.sh"
+
+RESTRICT="fetch strip"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ dev-libs/json-c
+ media-gfx/nvidia-cg-toolkit
+ media-libs/aalib
+ media-libs/alsa-lib
+ media-libs/flac
+ media-libs/freealut
+ media-libs/libogg
+ media-libs/libsdl
+ media-libs/libsndfile
+ media-libs/libvorbis
+ virtual/opengl
+ media-libs/openal
+ media-sound/pulseaudio
+ net-libs/libasyncns
+ sys-apps/attr
+ sys-apps/dbus
+ sys-apps/tcp-wrappers
+ sys-apps/util-linux
+ sys-devel/gcc
+ sys-libs/gdbm
+ sys-libs/glibc
+ sys-libs/gpm
+ sys-libs/libcap
+ sys-libs/ncurses
+ x11-libs/libdrm
+ x11-libs/libICE
+ x11-libs/libSM
+ x11-libs/libX11
+ x11-libs/libXau
+ x11-libs/libxcb
+ x11-libs/libXdamage
+ x11-libs/libXdmcp
+ x11-libs/libXext
+ x11-libs/libXfixes
+ x11-libs/libXtst
+ x11-libs/libXxf86vm
+"
+
+S="${WORKDIR}"
+
+#QA_TEXTRELS=""
+
+pkg_nofetch() {
+ ewarn
+ ewarn "Place ${A} to ${DISTDIR}"
+ ewarn
+}
+
+src_unpack() {
+ local arch=x86;
+ use amd64 && arch=x86_64;
+
+ nixstaller_unpack \
+ instarchive_all \
+ instarchive_linux_${arch}
+}
+
+
+src_install() {
+ local arch=x86;
+ use amd64 && arch=x86_64;
+
+ local dir="${GAMES_PREFIX_OPT}/${PN}"
+ insinto "${dir}"
+ doins -r resources
+
+ exeinto "${dir}"
+ doexe "${MY_PN}.bin.${arch}"
+
+ doicon "${MY_PN}.png"
+ make_desktop_entry "${PN}" "${MY_PN}" "${MY_PN}"
+ games_make_wrapper "${PN}" "./${MY_PN}.bin.${arch}" "${dir}"
+
+ prepgamesdirs
+}
diff --git a/games-puzzle/closure/metadata.xml b/games-puzzle/closure/metadata.xml
new file mode 100644
index 0000000..02d5659
--- /dev/null
+++ b/games-puzzle/closure/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+<email>azamat.hackimov@gmail.com</email>
+<name>Azamat H. Hackimov</name>
+</maintainer>
+<longdescription lang="en">
+Shatter is a retro-inspired brick-breaking game that merges familiar action with unique twists and a modern-crafted production.
+</longdescription>
+</pkgmetadata>
+
next reply other threads:[~2013-05-07 17:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-07 17:07 Vadim A. Misbakh-Soloviov [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-02-29 13:04 [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/closure/ Azamat H. Hackimov
2024-01-15 5:48 Vadim Misbakh-Soloviov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1367946444.6bcc11dc4dc1db57dc2bd560aeb68ed110cd839d.mva@gentoo \
--to=mva@mva.name \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox