* [gentoo-commits] proj/gamerlay:master commit in: games-arcade/capsized/
@ 2013-05-31 21:45 Vadim A. Misbakh-Soloviov
0 siblings, 0 replies; 4+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2013-05-31 21:45 UTC (permalink / raw
To: gentoo-commits
commit: 219856b204725ab7f7a05cd455cb5e7079928fa5
Author: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
AuthorDate: Fri May 31 21:45:12 2013 +0000
Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Fri May 31 21:45:12 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=219856b2
[games-arcade/capsized] linguas-related fix
Signed-off-by: Vadim A. Misbakh-Soloviov <mva <AT> mva.name>
---
games-arcade/capsized/capsized-05302013.ebuild | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/games-arcade/capsized/capsized-05302013.ebuild b/games-arcade/capsized/capsized-05302013.ebuild
index 45b0328..eef8689 100644
--- a/games-arcade/capsized/capsized-05302013.ebuild
+++ b/games-arcade/capsized/capsized-05302013.ebuild
@@ -13,7 +13,7 @@ SRC_URI="${PN}-${PV}-bin"
LICENSE="as-is"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
+IUSE="linguas_de linguas_es linguas_fr linguas_it"
RESTRICT="fetch"
@@ -61,12 +61,15 @@ src_install() {
mono \
"${MY_PN}.bmp" \
NePlusUltra.exe \
- fr it es de \
*.dll *.config
+ for lang in fr it es de; do
+ use "linguas_${lang}" && doins "${lang}"
+ done
+
+ # Installing bundled sdl2-mixer, since it is still not released [hg only]
insinto "${GAMEDIR}/$(get_libdir)"
doins "$(get_libdir)/libSDL2_mixer-2.0.so.0"
-# doins "$(get_libdir)/libtheoraplay.so"
exeinto "${GAMEDIR}"
doexe "NePlusUltra.bin.${arch}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-arcade/capsized/
@ 2013-05-31 21:57 Vadim A. Misbakh-Soloviov
0 siblings, 0 replies; 4+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2013-05-31 21:57 UTC (permalink / raw
To: gentoo-commits
commit: 5a2ae698648803b6728b51cb462f96fdd650ef33
Author: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
AuthorDate: Fri May 31 21:57:05 2013 +0000
Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Fri May 31 21:57:05 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=5a2ae698
[games-arcade/capsized] HOMEPAGE+DESCRIPTION fix
Signed-off-by: Vadim A. Misbakh-Soloviov <mva <AT> mva.name>
---
games-arcade/capsized/capsized-05302013.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-arcade/capsized/capsized-05302013.ebuild b/games-arcade/capsized/capsized-05302013.ebuild
index eef8689..bad7f8e 100644
--- a/games-arcade/capsized/capsized-05302013.ebuild
+++ b/games-arcade/capsized/capsized-05302013.ebuild
@@ -6,8 +6,8 @@ EAPI="5"
inherit games multilib
-DESCRIPTION=""
-HOMEPAGE=""
+DESCRIPTION="A fast paced 2d platformer, focused on intense action and exploration."
+HOMEPAGE="http://www.capsizedgame.com/"
SRC_URI="${PN}-${PV}-bin"
LICENSE="as-is"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-arcade/capsized/
@ 2013-06-14 21:47 Vadim A. Misbakh-Soloviov
0 siblings, 0 replies; 4+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2013-06-14 21:47 UTC (permalink / raw
To: gentoo-commits
commit: 5e8730bd798f656e31e5007c447d56be7d447872
Author: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
AuthorDate: Fri Jun 14 21:47:41 2013 +0000
Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Fri Jun 14 21:47:41 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=5e8730bd
[games-arcade/capsized] bump+deps fix
Signed-off-by: Vadim A. Misbakh-Soloviov <mva <AT> mva.name>
---
...ed-05302013.ebuild => capsized-06102013.ebuild} | 38 +++++++++++++---------
1 file changed, 22 insertions(+), 16 deletions(-)
diff --git a/games-arcade/capsized/capsized-05302013.ebuild b/games-arcade/capsized/capsized-06102013.ebuild
similarity index 62%
rename from games-arcade/capsized/capsized-05302013.ebuild
rename to games-arcade/capsized/capsized-06102013.ebuild
index bad7f8e..26b286e 100644
--- a/games-arcade/capsized/capsized-05302013.ebuild
+++ b/games-arcade/capsized/capsized-06102013.ebuild
@@ -27,6 +27,9 @@ RDEPEND="
media-libs/openal
media-libs/libsdl:2
"
+# dev-dotnet/monogame # someday
+# dev-dotnet/monogame-theoraplay # someday
+# media-libs/sdl-mixer # when 2.0 tarball will be released
DOCS=( "Linux.README" )
@@ -50,31 +53,34 @@ src_unpack() {
}
src_install() {
- local arch;
- use x86 && arch=x86;
- use amd64 && arch=x86_64;
-
insinto "${GAMEDIR}"
- doins -r \
- Content \
- Properties \
- mono \
- "${MY_PN}.bmp" \
+ doins -r Content
+ doins "${MY_PN}.bmp" \
NePlusUltra.exe \
- *.dll *.config
+ FarseerPhysicsXNA.dll \
+ Lidgren.Network.dll \
+ MonoGame.Framework.dll \
+ ProjectMercury.dll \
+ 'SDL2#'.dll \
+ 'SDL2#'.dll.config \
+ 'TheoraPlay#'.dll \
+ 'TheoraPlay#'.dll.config
for lang in fr it es de; do
- use "linguas_${lang}" && doins "${lang}"
+ use "linguas_${lang}" && doins -r "${lang}"
done
- # Installing bundled sdl2-mixer, since it is still not released [hg only]
+ # Installing bundled sdl-mixer-2, since it is still not released as
+ # tarball [hg only].
+ # btw, can be inserted in ${GAMEDIR} without subdir.
+ #
+ # Also installing bundled theoraplay, since in is no such package in
+ # portage.
insinto "${GAMEDIR}/$(get_libdir)"
doins "$(get_libdir)/libSDL2_mixer-2.0.so.0"
+ doins "$(get_libdir)/libtheoraplay.so"
- exeinto "${GAMEDIR}"
- doexe "NePlusUltra.bin.${arch}"
-
- games_make_wrapper "${PN}" "./NePlusUltra.bin.${arch}" "${GAMEDIR}" "${GAMEDIR}/$(get_libdir)"
+ games_make_wrapper "${PN}" "mono ./NePlusUltra.exe" "${GAMEDIR}" "${GAMEDIR}/$(get_libdir)"
doicon "${FILESDIR}/${PN}.png"
make_desktop_entry "${PN}" "${MY_PN}" "${PN}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-arcade/capsized/
@ 2020-02-29 1:15 Azamat H. Hackimov
0 siblings, 0 replies; 4+ messages in thread
From: Azamat H. Hackimov @ 2020-02-29 1:15 UTC (permalink / raw
To: gentoo-commits
commit: 03549c3500c11e13773cfb5aa2532ec3b9fd99c0
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Fri Feb 28 22:53:34 2020 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Fri Feb 28 22:53:34 2020 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=03549c35
games-arcade/capsized: update package
Migrate from deprecated eclass.
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
...-06102013.ebuild => capsized-2013.10.06.ebuild} | 54 +++++++++-------------
1 file changed, 22 insertions(+), 32 deletions(-)
diff --git a/games-arcade/capsized/capsized-06102013.ebuild b/games-arcade/capsized/capsized-2013.10.06.ebuild
similarity index 55%
rename from games-arcade/capsized/capsized-06102013.ebuild
rename to games-arcade/capsized/capsized-2013.10.06.ebuild
index c461bc6..3c68caf 100644
--- a/games-arcade/capsized/capsized-06102013.ebuild
+++ b/games-arcade/capsized/capsized-2013.10.06.ebuild
@@ -1,32 +1,32 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI="5"
+EAPI=7
-inherit unpacker games multilib
+inherit desktop eutils multilib-minimal unpacker
+
+MY_PN=Capsized
DESCRIPTION="A fast paced 2d platformer, focused on intense action and exploration."
HOMEPAGE="http://www.capsizedgame.com/"
-SRC_URI="${PN}-${PV}-bin"
+SRC_URI="${PN}-$(ver_cut 3)$(ver_cut 2)$(ver_cut 1)-bin"
-LICENSE="as-is"
+LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
-IUSE="linguas_de linguas_es linguas_fr linguas_it"
+IUSE="l10n_de l10n_es l10n_fr l10n_it"
RESTRICT="fetch"
DEPEND="app-arch/zip"
RDEPEND="
- ${DEPEND}
- media-libs/libtheora
- media-libs/libogg
- media-libs/libvorbis
- dev-lang/mono
- media-libs/openal
- media-libs/libsdl2
- media-libs/sdl2-mixer
+ media-libs/libtheora[${MULTILIB_USEDEP}]
+ media-libs/libogg[${MULTILIB_USEDEP}]
+ media-libs/libvorbis[${MULTILIB_USEDEP}]
+ dev-lang/mono[${MULTILIB_USEDEP}]
+ media-libs/openal[${MULTILIB_USEDEP}]
+ media-libs/libsdl2[${MULTILIB_USEDEP}]
+ media-libs/sdl2-mixer[${MULTILIB_USEDEP}]
"
# dev-dotnet/monogame # someday
# dev-dotnet/monogame-theoraplay # someday
@@ -35,9 +35,6 @@ RDEPEND="
DOCS=( "Linux.README" )
S="${WORKDIR}/data"
-GAMEDIR="${GAMES_PREFIX_OPT}/${PN}"
-
-MY_PN=Capsized
pkg_nofetch() {
einfo "Please download ${A}"
@@ -47,11 +44,12 @@ pkg_nofetch() {
}
src_unpack() {
- unpack_zip "${A}"
+ unpack_zip ${A}
}
src_install() {
- insinto "${GAMEDIR}"
+ local dir="/opt/${PN}"
+ insinto "${dir}"
doins -r Content
doins "${MY_PN}.bmp" \
NePlusUltra.exe \
@@ -65,22 +63,14 @@ src_install() {
'TheoraPlay#'.dll.config
for lang in fr it es de; do
- use "linguas_${lang}" && doins -r "${lang}"
+ use "l10n_${lang}" && doins -r "${lang}"
done
- # Installing bundled sdl-mixer-2, since it is still not released as
- # tarball [hg only].
- # btw, can be inserted in ${GAMEDIR} without subdir.
- #
- # Also installing bundled theoraplay, since in is no such package in
- # portage.
- insinto "${GAMEDIR}/$(get_libdir)"
-# doins "$(get_libdir)/libSDL2_mixer-2.0.so.0"
+ # Installing bundled theoraplay, since in is no such package in portage.
+ insinto "${dir}/$(get_libdir)"
doins "$(get_libdir)/libtheoraplay.so"
- games_make_wrapper "${PN}" "mono ./NePlusUltra.exe" "${GAMEDIR}" "${GAMEDIR}/$(get_libdir)"
+ make_wrapper "${PN}" "mono ./NePlusUltra.exe" "${dir}" "${dir}/$(get_libdir)"
doicon "${FILESDIR}/${PN}.png"
make_desktop_entry "${PN}" "${MY_PN}" "${PN}"
-
- prepgamesdirs
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-02-29 1:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-14 21:47 [gentoo-commits] proj/gamerlay:master commit in: games-arcade/capsized/ Vadim A. Misbakh-Soloviov
-- strict thread matches above, loose matches on Subject: below --
2020-02-29 1:15 Azamat H. Hackimov
2013-05-31 21:57 Vadim A. Misbakh-Soloviov
2013-05-31 21:45 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