* [gentoo-commits] proj/gamerlay:master commit in: games-action/cave_story_plus/files/, games-action/cave_story_plus/
@ 2013-05-06 1:14 Vadim A. Misbakh-Soloviov
0 siblings, 0 replies; only message in thread
From: Vadim A. Misbakh-Soloviov @ 2013-05-06 1:14 UTC (permalink / raw
To: gentoo-commits
commit: 317e38d091e4168f9086ad88a58cd61fac668a3c
Author: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
AuthorDate: Mon May 6 01:00:57 2013 +0000
Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Mon May 6 01:14:32 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=317e38d0
[games-action/cave_story_plus] Added
Signed-off-by: Vadim A. Misbakh-Soloviov <mva <AT> mva.name>
---
.../cave_story_plus/cave_story_plus-100.ebuild | 92 ++++++++++++++++++++
.../cave_story_plus/files/cave_story_plus.png | Bin 0 -> 6425 bytes
games-action/cave_story_plus/metadata.xml | 14 +++
3 files changed, 106 insertions(+), 0 deletions(-)
diff --git a/games-action/cave_story_plus/cave_story_plus-100.ebuild b/games-action/cave_story_plus/cave_story_plus-100.ebuild
new file mode 100644
index 0000000..e817634
--- /dev/null
+++ b/games-action/cave_story_plus/cave_story_plus-100.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+inherit games
+
+DESCRIPTION="2D action-adventure game with semil-linear storyline"
+HOMEPAGE="http://www.nicalis.com/games.php?game=cavestory"
+
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="-* ~amd64 ~x86"
+RESTRICT="fetch strip"
+IUSE=""
+
+SRC_URI="
+ ${PN}-linux-r${PV}.tar.bz2
+"
+
+RDEPEND="
+ dev-libs/json-c
+ media-libs/alsa-lib
+ media-libs/flac
+ virtual/glu
+ media-libs/libogg
+ media-libs/libsdl:0
+ media-libs/libsndfile
+ media-libs/libvorbis
+ virtual/opengl
+ media-sound/pulseaudio
+ sys-apps/util-linux
+ sys-devel/gcc
+ sys-libs/gdbm
+ sys-libs/glibc
+ 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
+ x86? ( x11-libs/libXi )
+ amd64? (
+ media-libs/aalib
+ net-libs/libasyncns
+ sys-apps/attr
+ sys-apps/dbus
+ sys-apps/tcp-wrappers
+ sys-libs/gpm
+ sys-libs/libcap
+ sys-libs/ncurses
+ )
+"
+DEPEND="${RDEPEND}"
+
+MY_PN="CaveStory+"
+S="${WORKDIR}/${MY_PN/+/Plus}"
+
+pkg_nofetch() {
+ ewarn
+ ewarn "Place ${A} to ${DISTDIR}"
+ ewarn
+}
+
+src_install() {
+ local dir="${GAMES_PREFIX_OPT}/${PN}"
+ local exe;
+
+ use amd64 && exe="${MY_PN}_64"
+ use x86 && exe="${MY_PN}"
+
+ insinto "${dir}"
+ doins -r "data"
+
+ exeinto "${dir}"
+ doexe "${exe}"
+
+ doicon "${FILESDIR}/${PN}.png"
+
+ games_make_wrapper "${PN}" "./${exe}" "${dir}"
+ doicon "${FILESDIR}/${PN}.png" || die
+ make_desktop_entry "${PN}" "${MY_PN}"
+
+ prepgamesdirs
+}
diff --git a/games-action/cave_story_plus/files/cave_story_plus.png b/games-action/cave_story_plus/files/cave_story_plus.png
new file mode 100644
index 0000000..359466a
Binary files /dev/null and b/games-action/cave_story_plus/files/cave_story_plus.png differ
diff --git a/games-action/cave_story_plus/metadata.xml b/games-action/cave_story_plus/metadata.xml
new file mode 100644
index 0000000..23da526
--- /dev/null
+++ b/games-action/cave_story_plus/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+ <email>mva@mva.name</email>
+ <description>
+ If you have any issues, please contact me, or try to find me in IRC on Freenode, OFTC or RusNet.
+ </description>
+ <name>Vadim A. Misbakh-Soloviov</name>
+</maintainer>
+<longdescription>FIXME</longdescription>
+<use>
+</use>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-05-06 1:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-06 1:14 [gentoo-commits] proj/gamerlay:master commit in: games-action/cave_story_plus/files/, games-action/cave_story_plus/ 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