* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/anomaly/
@ 2012-11-01 7:00 Misbakh-Soloviev Vadim A.
0 siblings, 0 replies; 3+ messages in thread
From: Misbakh-Soloviev Vadim A. @ 2012-11-01 7:00 UTC (permalink / raw
To: gentoo-commits
commit: 62e9bfc1a022ad78f88284dbde014bacf96690ea
Author: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
AuthorDate: Thu Nov 1 06:57:38 2012 +0000
Commit: Misbakh-Soloviev Vadim A. <mva <AT> mva <DOT> name>
CommitDate: Thu Nov 1 06:57:38 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=62e9bfc1
[games-strategy/anomaly] Added "Anomaly: Warzone Earth"
Signed-off-by: Vadim A. Misbakh-Soloviov <mva <AT> mva.name>
---
games-strategy/anomaly/ChangeLog | 3 +
games-strategy/anomaly/anomaly-20120131.ebuild | 75 ++++++++++++++++++++++++
games-strategy/anomaly/metadata.xml | 9 +++
3 files changed, 87 insertions(+), 0 deletions(-)
diff --git a/games-strategy/anomaly/ChangeLog b/games-strategy/anomaly/ChangeLog
new file mode 100644
index 0000000..29e0193
--- /dev/null
+++ b/games-strategy/anomaly/ChangeLog
@@ -0,0 +1,3 @@
+# ChangeLog for games-action/trine2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
diff --git a/games-strategy/anomaly/anomaly-20120131.ebuild b/games-strategy/anomaly/anomaly-20120131.ebuild
new file mode 100644
index 0000000..e132640
--- /dev/null
+++ b/games-strategy/anomaly/anomaly-20120131.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+inherit games
+
+DESCRIPTION="An extraordinary mixture of action and strategy in a reversed tower defense formula."
+HOMEPAGE="http://www.anomalythegame.com/"
+SRC_URI="
+ x86? ( linux-anomaly-i386-1327984913.tar.gz )
+ amd64? ( linux-anomaly-amd64.tar.gz )
+"
+RESTRICT="fetch strip"
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ x86? (
+ media-libs/openal
+ 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
+ )
+ amd64? (
+ app-emulation/emul-linux-x86-xlibs
+ app-emulation/emul-linux-x86-opengl
+ app-emulation/emul-linux-x86-sdl
+ )
+ virtual/opengl
+"
+
+REQUIRED_USE="amd64? ( multilib )"
+
+S="${WORKDIR}/Anomaly"
+
+pkg_nofetch() {
+ ewarn
+ ewarn "Put ${A} (downloaded from Humble Store) to ${DISTDIR}, please"
+ ewarn
+}
+
+src_install() {
+ local dir="${GAMES_PREFIX_OPT}/${PN}"
+
+ newicon "icon.png" "${PN}.png"
+ make_desktop_entry "${PN}" "Anomaly: Warzone Earth" "${PN}"
+ games_make_wrapper "${PN}" "./AnomalyWarzoneEarth" "${dir}"
+ dodoc README
+ exeinto "${dir}"
+ doexe "AnomalyWarzoneEarth"
+ rm "libgcc_s.so.1" \
+ "libopenal.so.1" \
+ "libstdc++.so.6" \
+ "icon.png" \
+ "install.sh" \
+ "uninstall.sh" \
+ "README" \
+ "AnomalyWarzoneEarth"
+
+ insinto "${dir}"
+ doins -r .
+
+ prepgamesdirs
+}
diff --git a/games-strategy/anomaly/metadata.xml b/games-strategy/anomaly/metadata.xml
new file mode 100644
index 0000000..3d38078
--- /dev/null
+++ b/games-strategy/anomaly/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+ <email>mva@mva.name</email>
+ <name>Vadim A. Misbakh-Soloviov</name>
+</maintainer>
+<herd>games</herd>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/anomaly/
@ 2020-03-04 0:08 Azamat H. Hackimov
0 siblings, 0 replies; 3+ messages in thread
From: Azamat H. Hackimov @ 2020-03-04 0:08 UTC (permalink / raw
To: gentoo-commits
commit: 0e293e6677634c5f9e906ed9632e01501f71a65f
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Tue Mar 3 22:28:31 2020 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Tue Mar 3 22:28:31 2020 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=0e293e66
games-strategy/anomaly: update package
Migrate from deprecated eclass.
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
...-20130402.ebuild => anomaly-20130402-r1.ebuild} | 54 +++++++++-------------
games-strategy/anomaly/metadata.xml | 2 +-
2 files changed, 22 insertions(+), 34 deletions(-)
diff --git a/games-strategy/anomaly/anomaly-20130402.ebuild b/games-strategy/anomaly/anomaly-20130402-r1.ebuild
similarity index 54%
rename from games-strategy/anomaly/anomaly-20130402.ebuild
rename to games-strategy/anomaly/anomaly-20130402-r1.ebuild
index b8c59f0..adccff4 100644
--- a/games-strategy/anomaly/anomaly-20130402.ebuild
+++ b/games-strategy/anomaly/anomaly-20130402-r1.ebuild
@@ -1,54 +1,44 @@
-# 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
+inherit desktop eutils multilib-minimal unpacker
-DESCRIPTION="An extraordinary mixture of action and strategy in a reversed tower defense formula."
+DESCRIPTION="An extraordinary mixture of action and strategy."
HOMEPAGE="http://www.anomalythegame.com/"
# Is it non-HiB distfile?
SRC_URI="AnomalyWarzoneEarth-Installer_Humble_Linux_1364850491.zip"
RESTRICT="fetch strip"
-LICENSE="as-is"
+LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
-IUSE="multilib"
+IUSE=""
DEPEND=""
RDEPEND="
- x86? (
- media-libs/openal
- 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
- )
- amd64? (
- app-emulation/emul-linux-x86-xlibs
- app-emulation/emul-linux-x86-opengl
- app-emulation/emul-linux-x86-sdl
- )
+ media-libs/openal[${MULTILIB_USEDEP}]
+ x11-libs/libdrm[${MULTILIB_USEDEP}]
+ x11-libs/libX11[${MULTILIB_USEDEP}]
+ x11-libs/libXau[${MULTILIB_USEDEP}]
+ x11-libs/libxcb[${MULTILIB_USEDEP}]
+ x11-libs/libXdamage[${MULTILIB_USEDEP}]
+ x11-libs/libXdmcp[${MULTILIB_USEDEP}]
+ x11-libs/libXext[${MULTILIB_USEDEP}]
+ x11-libs/libXfixes[${MULTILIB_USEDEP}]
+ x11-libs/libXxf86vm[${MULTILIB_USEDEP}]
virtual/opengl
app-arch/unzip
"
-REQUIRED_USE="amd64? ( multilib )"
-
S="${WORKDIR}"
src_unpack() {
#double-zipped files, lol
unpack ${A}
- # self unpacking zip archive; unzip warns about the exe stuff
- local a="${S}/AnomalyWarzoneEarth-Installer"
- unpack_zip "${a}"
+ # self unpacking zip archive; unzip warns about the exe stuff
+ local a="${S}/AnomalyWarzoneEarth-Installer"
+ unpack_zip "${a}"
rm "${a}" # save space
}
@@ -60,11 +50,11 @@ pkg_nofetch() {
src_install() {
cd "${S}/data"
- local dir="${GAMES_PREFIX_OPT}/${PN}"
+ local dir="/opt/${PN}"
newicon "icon.png" "${PN}.png"
make_desktop_entry "${PN}" "Anomaly: Warzone Earth" "${PN}"
- games_make_wrapper "${PN}" "./AnomalyWarzoneEarth" "${dir}"
+ make_wrapper "${PN}" "./AnomalyWarzoneEarth" "${dir}"
dodoc README
exeinto "${dir}"
doexe "AnomalyWarzoneEarth"
@@ -82,6 +72,4 @@ src_install() {
"Copyright license Xpm"
insinto "${dir}"
doins -r .
-
- prepgamesdirs
}
diff --git a/games-strategy/anomaly/metadata.xml b/games-strategy/anomaly/metadata.xml
index 70137f0..599fe17 100644
--- a/games-strategy/anomaly/metadata.xml
+++ b/games-strategy/anomaly/metadata.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer>
+<maintainer type="person">
<email>mva@mva.name</email>
<name>Vadim A. Misbakh-Soloviov</name>
</maintainer>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/anomaly/
@ 2024-01-15 5:48 Vadim Misbakh-Soloviov
0 siblings, 0 replies; 3+ messages in thread
From: Vadim Misbakh-Soloviov @ 2024-01-15 5:48 UTC (permalink / raw
To: gentoo-commits
commit: e9dedd60761d6304058b811132b8ef8eeafb8842
Author: Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 15 05:39:43 2024 +0000
Commit: Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
CommitDate: Mon Jan 15 05:40:55 2024 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=e9dedd60
games-strategy/anomaly: Migrated to EAPI8
Signed-off-by: Vadim Misbakh-Soloviov <mva <AT> gentoo.org>
games-strategy/anomaly/anomaly-20130402-r1.ebuild | 12 +++++-------
games-strategy/anomaly/metadata.xml | 4 ----
2 files changed, 5 insertions(+), 11 deletions(-)
diff --git a/games-strategy/anomaly/anomaly-20130402-r1.ebuild b/games-strategy/anomaly/anomaly-20130402-r1.ebuild
index adccff4..7fba04c 100644
--- a/games-strategy/anomaly/anomaly-20130402-r1.ebuild
+++ b/games-strategy/anomaly/anomaly-20130402-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-inherit desktop eutils multilib-minimal unpacker
+inherit desktop wrapper multilib-minimal unpacker
DESCRIPTION="An extraordinary mixture of action and strategy."
HOMEPAGE="http://www.anomalythegame.com/"
@@ -12,10 +12,8 @@ SRC_URI="AnomalyWarzoneEarth-Installer_Humble_Linux_1364850491.zip"
RESTRICT="fetch strip"
LICENSE="all-rights-reserved"
SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
+KEYWORDS="~amd64 ~x86"
-DEPEND=""
RDEPEND="
media-libs/openal[${MULTILIB_USEDEP}]
x11-libs/libdrm[${MULTILIB_USEDEP}]
@@ -44,7 +42,7 @@ src_unpack() {
pkg_nofetch() {
ewarn
- ewarn "Put ${A} (downloaded from Humble Store) to ${DISTDIR}, please"
+ ewarn "Put ${A} (downloaded from Humble Store) to ${PORTAGE_ACTUAL_DISTDIR}, please"
ewarn
}
diff --git a/games-strategy/anomaly/metadata.xml b/games-strategy/anomaly/metadata.xml
index 599fe17..097975e 100644
--- a/games-strategy/anomaly/metadata.xml
+++ b/games-strategy/anomaly/metadata.xml
@@ -1,8 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
- <email>mva@mva.name</email>
- <name>Vadim A. Misbakh-Soloviov</name>
-</maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-01-15 5:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-01 7:00 [gentoo-commits] proj/gamerlay:master commit in: games-strategy/anomaly/ Misbakh-Soloviev Vadim A.
-- strict thread matches above, loose matches on Subject: below --
2020-03-04 0:08 Azamat H. Hackimov
2024-01-15 5:48 Vadim Misbakh-Soloviov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox