* [gentoo-commits] proj/gamerlay:master commit in: games-action/overgrowth/
@ 2013-01-07 15:35 Vadim A. Misbakh-Soloviov
0 siblings, 0 replies; 2+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2013-01-07 15:35 UTC (permalink / raw
To: gentoo-commits
commit: 84b4a150f3825b34617a5632149d79b0c9ec2bd6
Author: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
AuthorDate: Mon Jan 7 15:33:58 2013 +0000
Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Mon Jan 7 15:33:58 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=84b4a150
[games-action/overgrowth] added (temporarily broken) overgrowth. To be fixed later.
Signed-off-by: Vadim A. Misbakh-Soloviov <mva <AT> mva.name>
---
games-action/overgrowth/metadata.xml | 14 +++
.../overgrowth/overgrowth-1_alpha194.ebuild | 100 ++++++++++++++++++++
2 files changed, 114 insertions(+), 0 deletions(-)
diff --git a/games-action/overgrowth/metadata.xml b/games-action/overgrowth/metadata.xml
new file mode 100644
index 0000000..23da526
--- /dev/null
+++ b/games-action/overgrowth/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>
diff --git a/games-action/overgrowth/overgrowth-1_alpha194.ebuild b/games-action/overgrowth/overgrowth-1_alpha194.ebuild
new file mode 100644
index 0000000..8b18b5b
--- /dev/null
+++ b/games-action/overgrowth/overgrowth-1_alpha194.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+inherit games multilib unpacker-nixstaller
+
+DESCRIPTION="3d action-adventure game. Spiritual successor to Lugaru."
+HOMEPAGE="http://www.wolfire.com/overgrowth/"
+
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="-* ~amd64 ~x86"
+RESTRICT="fetch strip"
+IUSE="video_cards_intel video_cards_nouveau video_cards_radeon video_cards_nvidia"
+
+QA_PRESTRIPPED="${GAMES_PREFIX_OPT}/${PN}/lib.*"
+SRC_URI="${PN}-a194-linux.sh"
+
+RDEPEND="
+ app-arch/bzip2
+ app-arch/xz-utils
+ media-libs/freeimage
+ media-libs/freetype:2
+ media-libs/ilmbase
+ virtual/jpeg
+ media-libs/lcms
+ media-libs/libogg
+ media-libs/libpng
+ media-libs/libraw
+ media-libs/libvorbis
+ virtual/opengl
+ media-libs/openal
+ media-libs/openexr
+ media-libs/openjpeg
+ media-libs/tiff
+ sys-libs/zlib
+ x11-libs/libdrm
+ x11-libs/libX11
+ x11-libs/libXau
+ x11-libs/libxcb
+ x11-libs/libXdamage
+ x11-libs/libXdmcp
+ x11-libs/libXext
+ x11-libs/libXfixes
+ x11-libs/libXxf86vm
+ video_cards_intel? ( media-libs/libtxc_dxtn )
+ video_cards_nouveau? ( media-libs/libtxc_dxtn )
+ video_cards_radeon? ( media-libs/libtxc_dxtn )
+ video_cards_nvidia? ( x11-drivers/nvidia-drivers )
+"
+#=media-libs/libsdl-9999 (untill 2.0 will be added to the tree).
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}"
+#MY_PN=""
+
+pkg_nofetch() {
+ ewarn
+ ewarn "Place ${A} to ${DISTDIR}"
+ ewarn
+}
+
+src_unpack() {
+ # FIXME !!!!
+ die "Package is disabled, while waiting new fixed distfile from upstream"
+ local arch;
+ use amd64 && arch=x86_64 || arch=x86
+ nixstaller_unpack "subarch" \
+ "instarchive_all" \
+ "instarchive_linux_${arch}" #\
+# "deps/SDL2/SDL2_files_linux_${arch}"
+}
+
+src_install() {
+ local dir="${GAMES_PREFIX_OPT}/${PN}"
+ local arch;
+ use amd64 && arch=x86_64 || arch=x86
+
+ insinto "${dir}"
+ doins \
+ "${PN}.dat" \
+ "${PN}.png"
+
+ exeinto "${dir}"
+ doexe \
+ "${MY_PN}.bin.${arch}"
+
+ exeinto "${dir}/$(get_libdir)"
+ doexe \
+ "$(get_libdir)/libSDL2-2.0.so.0"
+
+ games_make_wrapper "${PN}" "./${MY_PN}.bin.${arch}" "${dir}" "${dir}/$(get_libdir)"
+ doicon "${PN}.png" || die
+ make_desktop_entry "${PN}" "${MY_PN}"
+
+ dodoc README.linux
+ prepgamesdirs
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-action/overgrowth/
@ 2020-02-29 14:18 Azamat H. Hackimov
0 siblings, 0 replies; 2+ messages in thread
From: Azamat H. Hackimov @ 2020-02-29 14:18 UTC (permalink / raw
To: gentoo-commits
commit: 0de968708c799a58481f3479058eb4c700d89c51
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sat Feb 29 14:11:01 2020 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sat Feb 29 14:11:01 2020 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=0de96870
games-action/overgrowth: remove package
Broken.
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
games-action/overgrowth/metadata.xml | 14 ---
.../overgrowth/overgrowth-1_alpha194.ebuild | 100 ---------------------
2 files changed, 114 deletions(-)
diff --git a/games-action/overgrowth/metadata.xml b/games-action/overgrowth/metadata.xml
deleted file mode 100644
index 23da526..0000000
--- a/games-action/overgrowth/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?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>
diff --git a/games-action/overgrowth/overgrowth-1_alpha194.ebuild b/games-action/overgrowth/overgrowth-1_alpha194.ebuild
deleted file mode 100644
index 8b18b5b..0000000
--- a/games-action/overgrowth/overgrowth-1_alpha194.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-
-inherit games multilib unpacker-nixstaller
-
-DESCRIPTION="3d action-adventure game. Spiritual successor to Lugaru."
-HOMEPAGE="http://www.wolfire.com/overgrowth/"
-
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="-* ~amd64 ~x86"
-RESTRICT="fetch strip"
-IUSE="video_cards_intel video_cards_nouveau video_cards_radeon video_cards_nvidia"
-
-QA_PRESTRIPPED="${GAMES_PREFIX_OPT}/${PN}/lib.*"
-SRC_URI="${PN}-a194-linux.sh"
-
-RDEPEND="
- app-arch/bzip2
- app-arch/xz-utils
- media-libs/freeimage
- media-libs/freetype:2
- media-libs/ilmbase
- virtual/jpeg
- media-libs/lcms
- media-libs/libogg
- media-libs/libpng
- media-libs/libraw
- media-libs/libvorbis
- virtual/opengl
- media-libs/openal
- media-libs/openexr
- media-libs/openjpeg
- media-libs/tiff
- sys-libs/zlib
- x11-libs/libdrm
- x11-libs/libX11
- x11-libs/libXau
- x11-libs/libxcb
- x11-libs/libXdamage
- x11-libs/libXdmcp
- x11-libs/libXext
- x11-libs/libXfixes
- x11-libs/libXxf86vm
- video_cards_intel? ( media-libs/libtxc_dxtn )
- video_cards_nouveau? ( media-libs/libtxc_dxtn )
- video_cards_radeon? ( media-libs/libtxc_dxtn )
- video_cards_nvidia? ( x11-drivers/nvidia-drivers )
-"
-#=media-libs/libsdl-9999 (untill 2.0 will be added to the tree).
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"
-#MY_PN=""
-
-pkg_nofetch() {
- ewarn
- ewarn "Place ${A} to ${DISTDIR}"
- ewarn
-}
-
-src_unpack() {
- # FIXME !!!!
- die "Package is disabled, while waiting new fixed distfile from upstream"
- local arch;
- use amd64 && arch=x86_64 || arch=x86
- nixstaller_unpack "subarch" \
- "instarchive_all" \
- "instarchive_linux_${arch}" #\
-# "deps/SDL2/SDL2_files_linux_${arch}"
-}
-
-src_install() {
- local dir="${GAMES_PREFIX_OPT}/${PN}"
- local arch;
- use amd64 && arch=x86_64 || arch=x86
-
- insinto "${dir}"
- doins \
- "${PN}.dat" \
- "${PN}.png"
-
- exeinto "${dir}"
- doexe \
- "${MY_PN}.bin.${arch}"
-
- exeinto "${dir}/$(get_libdir)"
- doexe \
- "$(get_libdir)/libSDL2-2.0.so.0"
-
- games_make_wrapper "${PN}" "./${MY_PN}.bin.${arch}" "${dir}" "${dir}/$(get_libdir)"
- doicon "${PN}.png" || die
- make_desktop_entry "${PN}" "${MY_PN}"
-
- dodoc README.linux
- prepgamesdirs
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-02-29 14:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-29 14:18 [gentoo-commits] proj/gamerlay:master commit in: games-action/overgrowth/ Azamat H. Hackimov
-- strict thread matches above, loose matches on Subject: below --
2013-01-07 15:35 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