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 029E01381F3 for ; Sun, 5 May 2013 08:15:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33416E084B; Sun, 5 May 2013 08:15:34 +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 8B6D1E08A1 for ; Sun, 5 May 2013 08:15:33 +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 4DADF33DF90 for ; Sun, 5 May 2013 08:15:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E4072E4B41 for ; Sun, 5 May 2013 08:15:30 +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: <1367741733.6931e0f9ab46461c5f741450d1994bac5d44555a.mva@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-arcade/canabalt/files/, games-arcade/canabalt/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-arcade/canabalt/canabalt-2p.ebuild games-arcade/canabalt/files/canabalt.png games-arcade/canabalt/metadata.xml X-VCS-Directories: games-arcade/canabalt/files/ games-arcade/canabalt/ X-VCS-Committer: mva X-VCS-Committer-Name: Vadim A. Misbakh-Soloviov X-VCS-Revision: 6931e0f9ab46461c5f741450d1994bac5d44555a X-VCS-Branch: master Date: Sun, 5 May 2013 08:15:30 +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: dbd479b2-13a5-4302-91ea-3d17884dd052 X-Archives-Hash: ba9c32c65879c1c66eaf493c497fe463 commit: 6931e0f9ab46461c5f741450d1994bac5d44555a Author: Vadim A. Misbakh-Soloviov mva name> AuthorDate: Sun May 5 08:15:33 2013 +0000 Commit: Vadim A. Misbakh-Soloviov mva name> CommitDate: Sun May 5 08:15:33 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=6931e0f9 [games-arcade/canabalt] Added Signed-off-by: Vadim A. Misbakh-Soloviov mva.name> --- games-arcade/canabalt/canabalt-2p.ebuild | 40 ++++++++++++++++++++++++++++++ games-arcade/canabalt/files/canabalt.png | Bin 0 -> 5039 bytes games-arcade/canabalt/metadata.xml | 12 +++++++++ 3 files changed, 52 insertions(+), 0 deletions(-) diff --git a/games-arcade/canabalt/canabalt-2p.ebuild b/games-arcade/canabalt/canabalt-2p.ebuild new file mode 100644 index 0000000..6f55021 --- /dev/null +++ b/games-arcade/canabalt/canabalt-2p.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit games unpacker + +DESCRIPTION="Retro-styled 2D platformer-autorunner" +HOMEPAGE="http://thelettervsixtim.es/" +SRC_URI="Canabalt2P_AIR-1331587946.air" + +LICENSE="EULA" +SLOT="0" +KEYWORDS="~x86 ~amd64" +RESTRICT="fetch strip" +IUSE="" + +DEPEND="" +RDEPEND=" + dev-util/adobe-air-sdk-bin +" + +S="${WORKDIR}" + +src_unpack() { + unpack_zip "${A}" +} + +src_install() { + local dir="${GAMES_PREFIX_OPT}/${PN}" + insinto "${dir}" + doins -r . + doicon "${FILESDIR}/${PN}.png" + + games_make_wrapper "${PN}" "/opt/bin/adl -nodebug ${dir}/META-INF/AIR/application.xml ${dir} --" + make_desktop_entry "${PN}" "${PN}" "${PN}" + + prepgamesdirs +} diff --git a/games-arcade/canabalt/files/canabalt.png b/games-arcade/canabalt/files/canabalt.png new file mode 100644 index 0000000..a44e8e3 Binary files /dev/null and b/games-arcade/canabalt/files/canabalt.png differ diff --git a/games-arcade/canabalt/metadata.xml b/games-arcade/canabalt/metadata.xml new file mode 100644 index 0000000..a980b30 --- /dev/null +++ b/games-arcade/canabalt/metadata.xml @@ -0,0 +1,12 @@ + + + + +VVVVVV is a retro styled 2D platformer by Terry Cavanagh, creator of dozens of free games. You play as the fearless leader of a team of dimension exploring scientists who inadvertently crash, and are separated. The game involves exploring the strange world you've found yourself in, and reuniting your friends. + +VVVVVV explores one simple game mechanic: you cannot jump - instead, you reverse your own gravity at the press of a button. The game focuses on playing with this mechanic in a variety of interesting ways. + +The game is designed not to artificially gate your progress. In VVVVVV there are no locks, no power-ups, no switches, nothing to stop you progressing except the challenges themselves. + + +