public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gamerlay:master commit in: games-arcade/canabalt/files/, games-arcade/canabalt/
@ 2013-05-05  8:15 Vadim A. Misbakh-Soloviov
  0 siblings, 0 replies; 2+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2013-05-05  8:15 UTC (permalink / raw
  To: gentoo-commits

commit:     6931e0f9ab46461c5f741450d1994bac5d44555a
Author:     Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
AuthorDate: Sun May  5 08:15:33 2013 +0000
Commit:     Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> 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 <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<longdescription lang="en">
+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.
+</longdescription>
+</pkgmetadata>
+


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: games-arcade/canabalt/files/, games-arcade/canabalt/
@ 2020-02-06 21:22 Azamat H. Hackimov
  0 siblings, 0 replies; 2+ messages in thread
From: Azamat H. Hackimov @ 2020-02-06 21:22 UTC (permalink / raw
  To: gentoo-commits

commit:     4d7a4e98ab1239d109c696e04a1c65ca4c6f0fc4
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Thu Feb  6 19:18:19 2020 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Thu Feb  6 21:22:35 2020 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=4d7a4e98

games-arcade/canabalt: remove ebuild

Source unavaible, deprecated dependencies
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>

 games-arcade/canabalt/canabalt-2p.ebuild |  40 -------------------------------
 games-arcade/canabalt/files/canabalt.png | Bin 5039 -> 0 bytes
 games-arcade/canabalt/metadata.xml       |  12 ----------
 3 files changed, 52 deletions(-)

diff --git a/games-arcade/canabalt/canabalt-2p.ebuild b/games-arcade/canabalt/canabalt-2p.ebuild
deleted file mode 100644
index f3712e9..0000000
--- a/games-arcade/canabalt/canabalt-2p.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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://www.semisecretsoftware.com/"
-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
deleted file mode 100644
index a44e8e3..0000000
Binary files a/games-arcade/canabalt/files/canabalt.png and /dev/null differ

diff --git a/games-arcade/canabalt/metadata.xml b/games-arcade/canabalt/metadata.xml
deleted file mode 100644
index a980b30..0000000
--- a/games-arcade/canabalt/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<longdescription lang="en">
-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.
-</longdescription>
-</pkgmetadata>
-


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-06 21:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-05  8:15 [gentoo-commits] proj/gamerlay:master commit in: games-arcade/canabalt/files/, games-arcade/canabalt/ Vadim A. Misbakh-Soloviov
  -- strict thread matches above, loose matches on Subject: below --
2020-02-06 21:22 Azamat H. Hackimov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox