* [gentoo-commits] proj/gamerlay:master commit in: games-arcade/VVVVVV/
@ 2013-02-14 6:06 Daniel Johnson
0 siblings, 0 replies; 3+ messages in thread
From: Daniel Johnson @ 2013-02-14 6:06 UTC (permalink / raw
To: gentoo-commits
commit: b3c559dbc5e22a3ecacb85f7f890e7be273c2653
Author: Dan Johnson <ComputerDruid <AT> gmail <DOT> com>
AuthorDate: Thu Feb 14 06:06:23 2013 +0000
Commit: Daniel Johnson <ComputerDruid <AT> gmail <DOT> com>
CommitDate: Thu Feb 14 06:06:23 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=b3c559db
[games-arcade/VVVVVV] new ebuild
---
games-arcade/VVVVVV/VVVVVV-2.01.ebuild | 47 ++++++++++++++++++++++++++++++++
games-arcade/VVVVVV/metadata.xml | 12 ++++++++
2 files changed, 59 insertions(+), 0 deletions(-)
diff --git a/games-arcade/VVVVVV/VVVVVV-2.01.ebuild b/games-arcade/VVVVVV/VVVVVV-2.01.ebuild
new file mode 100644
index 0000000..72af440
--- /dev/null
+++ b/games-arcade/VVVVVV/VVVVVV-2.01.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit games
+
+DESCRIPTION="Retro-styled open-world 2D puzzle platformer"
+HOMEPAGE="http://thelettervsixtim.es/"
+SRC_URI="${PN}_${PV}_Linux.tar.gz"
+
+LICENSE="EULA"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+RESTRICT="fetch strip"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ media-libs/sdl-mixer
+ media-libs/sdl-image:0
+ media-libs/libsdl:0
+ "
+
+S="${WORKDIR}/${PN}"
+
+src_install() {
+ local dir="${GAMES_PREFIX_OPT}/${PN}"
+ if use amd64 ; then
+ local exe="${PN}_64"
+ else
+ local exe="${PN}_32"
+ fi
+
+ insinto "${dir}"
+ exeinto "${dir}"
+ doexe "$exe"
+ newicon -s 32 "data/icons/32_2.png" "${PN}.png"
+ newicon -s 16 "data/icons/16.png" "${PN}.png"
+ doins -r data
+
+ games_make_wrapper "${PN}" "./${exe}" "${dir}"
+ make_desktop_entry "${PN}" "${PN}" "${PN}"
+
+ prepgamesdirs
+}
diff --git a/games-arcade/VVVVVV/metadata.xml b/games-arcade/VVVVVV/metadata.xml
new file mode 100644
index 0000000..a980b30
--- /dev/null
+++ b/games-arcade/VVVVVV/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] 3+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-arcade/VVVVVV/
@ 2020-02-06 21:22 Azamat H. Hackimov
0 siblings, 0 replies; 3+ messages in thread
From: Azamat H. Hackimov @ 2020-02-06 21:22 UTC (permalink / raw
To: gentoo-commits
commit: 5d000297c845516fc46dfe1354ea6960d3264e8f
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Thu Feb 6 17:55:12 2020 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Thu Feb 6 17:55:12 2020 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=5d000297
games-arcade/VVVVVV: update to opensourced version
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
games-arcade/VVVVVV/VVVVVV-2.01.ebuild | 47 ------------------------
games-arcade/VVVVVV/VVVVVV-2.02_p20200206.ebuild | 33 +++++++++++++++++
2 files changed, 33 insertions(+), 47 deletions(-)
diff --git a/games-arcade/VVVVVV/VVVVVV-2.01.ebuild b/games-arcade/VVVVVV/VVVVVV-2.01.ebuild
deleted file mode 100644
index 72af440..0000000
--- a/games-arcade/VVVVVV/VVVVVV-2.01.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit games
-
-DESCRIPTION="Retro-styled open-world 2D puzzle platformer"
-HOMEPAGE="http://thelettervsixtim.es/"
-SRC_URI="${PN}_${PV}_Linux.tar.gz"
-
-LICENSE="EULA"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-RESTRICT="fetch strip"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
- media-libs/sdl-mixer
- media-libs/sdl-image:0
- media-libs/libsdl:0
- "
-
-S="${WORKDIR}/${PN}"
-
-src_install() {
- local dir="${GAMES_PREFIX_OPT}/${PN}"
- if use amd64 ; then
- local exe="${PN}_64"
- else
- local exe="${PN}_32"
- fi
-
- insinto "${dir}"
- exeinto "${dir}"
- doexe "$exe"
- newicon -s 32 "data/icons/32_2.png" "${PN}.png"
- newicon -s 16 "data/icons/16.png" "${PN}.png"
- doins -r data
-
- games_make_wrapper "${PN}" "./${exe}" "${dir}"
- make_desktop_entry "${PN}" "${PN}" "${PN}"
-
- prepgamesdirs
-}
diff --git a/games-arcade/VVVVVV/VVVVVV-2.02_p20200206.ebuild b/games-arcade/VVVVVV/VVVVVV-2.02_p20200206.ebuild
new file mode 100644
index 0000000..0bc68c4
--- /dev/null
+++ b/games-arcade/VVVVVV/VVVVVV-2.02_p20200206.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit cmake desktop git-r3
+
+DESCRIPTION="Retro-styled open-world 2D puzzle platformer"
+HOMEPAGE="https://thelettervsixtim.es/"
+
+EGIT_REPO_URI="https://github.com/TerryCavanagh/VVVVVV"
+EGIT_COMMIT="4e378b6057cca8e994b5b3049ff8b0cdadf1ebd9"
+
+SRC_URI="https://thelettervsixtim.es/makeandplay/data.zip -> ${PN}-data.zip"
+
+RESTRICT="mirror"
+LICENSE="VVVVVV-License-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="media-libs/libsdl2
+ media-libs/sdl2-mixer"
+RDEPEND="${DEPEND}"
+
+CMAKE_USE_DIR="${S}/desktop_version"
+
+src_install() {
+ exeinto /opt/${PN}
+ doexe "${BUILD_DIR}/${PN}"
+ insinto /opt/${PN}
+ newins "${DISTDIR}/${PN}-data.zip" data.zip
+ make_wrapper "${PN}" "./${PN}" "/opt/${PN}"
+ dodoc README.md
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-arcade/VVVVVV/
@ 2023-04-15 22:48 Vadim Misbakh-Soloviov
0 siblings, 0 replies; 3+ messages in thread
From: Vadim Misbakh-Soloviov @ 2023-04-15 22:48 UTC (permalink / raw
To: gentoo-commits
commit: cc137a6f8dc88a6ac032f639548f5eb3827c168b
Author: Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 15 19:06:38 2023 +0000
Commit: Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
CommitDate: Sat Apr 15 19:06:38 2023 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=cc137a6f
games-arcade/VVVVVV: new version
Signed-off-by: Vadim Misbakh-Soloviov <mva <AT> gentoo.org>
...200206.ebuild => VVVVVV-2.4_pre20230416.ebuild} | 27 ++++++++++++++--------
1 file changed, 17 insertions(+), 10 deletions(-)
diff --git a/games-arcade/VVVVVV/VVVVVV-2.02_p20200206.ebuild b/games-arcade/VVVVVV/VVVVVV-2.4_pre20230416.ebuild
similarity index 56%
rename from games-arcade/VVVVVV/VVVVVV-2.02_p20200206.ebuild
rename to games-arcade/VVVVVV/VVVVVV-2.4_pre20230416.ebuild
index 0bc68c4..46ad91c 100644
--- a/games-arcade/VVVVVV/VVVVVV-2.02_p20200206.ebuild
+++ b/games-arcade/VVVVVV/VVVVVV-2.4_pre20230416.ebuild
@@ -1,33 +1,40 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-inherit cmake desktop git-r3
+EAPI=8
+inherit wrapper cmake desktop git-r3
DESCRIPTION="Retro-styled open-world 2D puzzle platformer"
HOMEPAGE="https://thelettervsixtim.es/"
EGIT_REPO_URI="https://github.com/TerryCavanagh/VVVVVV"
-EGIT_COMMIT="4e378b6057cca8e994b5b3049ff8b0cdadf1ebd9"
+EGIT_COMMIT="fb386681821d503b767c465d41d99126626c2789"
+# TODO
+# EGIT_SUBMODULES=( -third_party/{physfs,libxml2,FAudio} )
-SRC_URI="https://thelettervsixtim.es/makeandplay/data.zip -> ${PN}-data.zip"
+SRC_URI="https://thelettervsixtim.es/makeandplay/data.zip -> ${PF}-data.zip"
RESTRICT="mirror"
LICENSE="VVVVVV-License-1.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-DEPEND="media-libs/libsdl2
- media-libs/sdl2-mixer"
+DEPEND="
+ media-libs/libsdl2
+ media-libs/sdl2-mixer
+"
+# dev-libs/tinyxml2
+# app-emulation/faudio
+# dev-games/physfs
RDEPEND="${DEPEND}"
CMAKE_USE_DIR="${S}/desktop_version"
src_install() {
- exeinto /opt/${PN}
+ exeinto /opt/"${PN}"
doexe "${BUILD_DIR}/${PN}"
- insinto /opt/${PN}
- newins "${DISTDIR}/${PN}-data.zip" data.zip
+ insinto /opt/"${PN}"
+ newins "${DISTDIR}/${PF}-data.zip" data.zip
make_wrapper "${PN}" "./${PN}" "/opt/${PN}"
dodoc README.md
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-04-15 22:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-15 22:48 [gentoo-commits] proj/gamerlay:master commit in: games-arcade/VVVVVV/ Vadim Misbakh-Soloviov
-- strict thread matches above, loose matches on Subject: below --
2020-02-06 21:22 Azamat H. Hackimov
2013-02-14 6:06 Daniel Johnson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox