* [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/closure/
@ 2013-05-07 17:07 Vadim A. Misbakh-Soloviov
0 siblings, 0 replies; 3+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2013-05-07 17:07 UTC (permalink / raw
To: gentoo-commits
commit: 6bcc11dc4dc1db57dc2bd560aeb68ed110cd839d
Author: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
AuthorDate: Tue May 7 17:07:24 2013 +0000
Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Tue May 7 17:07:24 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=6bcc11dc
[games-puzzle/closure] Added
Signed-off-by: Vadim A. Misbakh-Soloviov <mva <AT> mva.name>
---
games-puzzle/closure/closure-1.1.ebuild | 99 +++++++++++++++++++++++++++++++
games-puzzle/closure/metadata.xml | 12 ++++
2 files changed, 111 insertions(+), 0 deletions(-)
diff --git a/games-puzzle/closure/closure-1.1.ebuild b/games-puzzle/closure/closure-1.1.ebuild
new file mode 100644
index 0000000..f7e6fa4
--- /dev/null
+++ b/games-puzzle/closure/closure-1.1.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+inherit games unpacker-nixstaller
+
+TIMESTAMP="2012-12-28"
+MY_PN="${PN/c/C}"
+
+DESCRIPTION="Play as a strange spider-like demon who explores the stories of three human characters."
+HOMEPAGE="http://closuregame.com/"
+SRC_URI="${MY_PN}-Linux-${PV}-${TIMESTAMP}.sh"
+
+RESTRICT="fetch strip"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ dev-libs/json-c
+ media-gfx/nvidia-cg-toolkit
+ media-libs/aalib
+ media-libs/alsa-lib
+ media-libs/flac
+ media-libs/freealut
+ media-libs/libogg
+ media-libs/libsdl
+ media-libs/libsndfile
+ media-libs/libvorbis
+ virtual/opengl
+ media-libs/openal
+ media-sound/pulseaudio
+ net-libs/libasyncns
+ sys-apps/attr
+ sys-apps/dbus
+ sys-apps/tcp-wrappers
+ sys-apps/util-linux
+ sys-devel/gcc
+ sys-libs/gdbm
+ sys-libs/glibc
+ sys-libs/gpm
+ sys-libs/libcap
+ sys-libs/ncurses
+ x11-libs/libdrm
+ x11-libs/libICE
+ x11-libs/libSM
+ x11-libs/libX11
+ x11-libs/libXau
+ x11-libs/libxcb
+ x11-libs/libXdamage
+ x11-libs/libXdmcp
+ x11-libs/libXext
+ x11-libs/libXfixes
+ x11-libs/libXtst
+ x11-libs/libXxf86vm
+"
+
+S="${WORKDIR}"
+
+#QA_TEXTRELS=""
+
+pkg_nofetch() {
+ ewarn
+ ewarn "Place ${A} to ${DISTDIR}"
+ ewarn
+}
+
+src_unpack() {
+ local arch=x86;
+ use amd64 && arch=x86_64;
+
+ nixstaller_unpack \
+ instarchive_all \
+ instarchive_linux_${arch}
+}
+
+
+src_install() {
+ local arch=x86;
+ use amd64 && arch=x86_64;
+
+ local dir="${GAMES_PREFIX_OPT}/${PN}"
+ insinto "${dir}"
+ doins -r resources
+
+ exeinto "${dir}"
+ doexe "${MY_PN}.bin.${arch}"
+
+ doicon "${MY_PN}.png"
+ make_desktop_entry "${PN}" "${MY_PN}" "${MY_PN}"
+ games_make_wrapper "${PN}" "./${MY_PN}.bin.${arch}" "${dir}"
+
+ prepgamesdirs
+}
diff --git a/games-puzzle/closure/metadata.xml b/games-puzzle/closure/metadata.xml
new file mode 100644
index 0000000..02d5659
--- /dev/null
+++ b/games-puzzle/closure/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+<email>azamat.hackimov@gmail.com</email>
+<name>Azamat H. Hackimov</name>
+</maintainer>
+<longdescription lang="en">
+Shatter is a retro-inspired brick-breaking game that merges familiar action with unique twists and a modern-crafted production.
+</longdescription>
+</pkgmetadata>
+
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/closure/
@ 2020-02-29 13:04 Azamat H. Hackimov
0 siblings, 0 replies; 3+ messages in thread
From: Azamat H. Hackimov @ 2020-02-29 13:04 UTC (permalink / raw
To: gentoo-commits
commit: 13caf5f19764fe0ed166faa9fe45a3be6a5d7a21
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sat Feb 29 10:23:46 2020 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sat Feb 29 10:23:46 2020 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=13caf5f1
games-puzzle/closure: 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>
games-puzzle/closure/closure-1.1.ebuild | 34 ++++++++++++++-------------------
games-puzzle/closure/metadata.xml | 6 +++---
2 files changed, 17 insertions(+), 23 deletions(-)
diff --git a/games-puzzle/closure/closure-1.1.ebuild b/games-puzzle/closure/closure-1.1.ebuild
index f7e6fa4..94b271e 100644
--- a/games-puzzle/closure/closure-1.1.ebuild
+++ b/games-puzzle/closure/closure-1.1.ebuild
@@ -1,26 +1,24 @@
-# 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 games unpacker-nixstaller
+inherit desktop eutils unpacker-nixstaller
TIMESTAMP="2012-12-28"
MY_PN="${PN/c/C}"
-DESCRIPTION="Play as a strange spider-like demon who explores the stories of three human characters."
+DESCRIPTION="Play as a strange demon who explores the stories of three human characters."
HOMEPAGE="http://closuregame.com/"
SRC_URI="${MY_PN}-Linux-${PV}-${TIMESTAMP}.sh"
RESTRICT="fetch strip"
-LICENSE="as-is"
+LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE=""
-DEPEND=""
RDEPEND="
dev-libs/json-c
media-gfx/nvidia-cg-toolkit
@@ -71,20 +69,18 @@ pkg_nofetch() {
}
src_unpack() {
- local arch=x86;
- use amd64 && arch=x86_64;
-
- nixstaller_unpack \
- instarchive_all \
- instarchive_linux_${arch}
+ local arch=x86
+ use amd64 && arch=x86_64
+ nixstaller_unpack \
+ instarchive_all \
+ instarchive_linux_${arch}
}
-
src_install() {
- local arch=x86;
- use amd64 && arch=x86_64;
+ local arch=x86
+ use amd64 && arch=x86_64
- local dir="${GAMES_PREFIX_OPT}/${PN}"
+ local dir="/opt/${PN}"
insinto "${dir}"
doins -r resources
@@ -93,7 +89,5 @@ src_install() {
doicon "${MY_PN}.png"
make_desktop_entry "${PN}" "${MY_PN}" "${MY_PN}"
- games_make_wrapper "${PN}" "./${MY_PN}.bin.${arch}" "${dir}"
-
- prepgamesdirs
+ make_wrapper "${PN}" "./${MY_PN}.bin.${arch}" "${dir}"
}
diff --git a/games-puzzle/closure/metadata.xml b/games-puzzle/closure/metadata.xml
index 02d5659..f3571bf 100644
--- a/games-puzzle/closure/metadata.xml
+++ b/games-puzzle/closure/metadata.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer>
-<email>azamat.hackimov@gmail.com</email>
-<name>Azamat H. Hackimov</name>
+<maintainer type="person">
+<email>mva@mva.name</email>
+<name>Vadim A. Misbakh-Soloviov</name>
</maintainer>
<longdescription lang="en">
Shatter is a retro-inspired brick-breaking game that merges familiar action with unique twists and a modern-crafted production.
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/closure/
@ 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: 9c6c76c92116a8c548901d278b5264a2783bc411
Author: Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 15 05:19:51 2024 +0000
Commit: Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
CommitDate: Mon Jan 15 05:19:51 2024 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=9c6c76c9
games-puzzle/closure: Migrated to EAPI8
Signed-off-by: Vadim Misbakh-Soloviov <mva <AT> gentoo.org>
games-puzzle/closure/closure-1.1.ebuild | 18 +++++-------------
games-puzzle/closure/metadata.xml | 5 -----
2 files changed, 5 insertions(+), 18 deletions(-)
diff --git a/games-puzzle/closure/closure-1.1.ebuild b/games-puzzle/closure/closure-1.1.ebuild
index 94b271e..8fa8585 100644
--- a/games-puzzle/closure/closure-1.1.ebuild
+++ b/games-puzzle/closure/closure-1.1.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 unpacker-nixstaller
+inherit desktop wrapper unpacker-nixstaller
TIMESTAMP="2012-12-28"
MY_PN="${PN/c/C}"
@@ -16,8 +16,7 @@ RESTRICT="fetch strip"
LICENSE="all-rights-reserved"
SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
+KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-libs/json-c
@@ -36,12 +35,7 @@ RDEPEND="
net-libs/libasyncns
sys-apps/attr
sys-apps/dbus
- sys-apps/tcp-wrappers
- sys-apps/util-linux
- sys-devel/gcc
sys-libs/gdbm
- sys-libs/glibc
- sys-libs/gpm
sys-libs/libcap
sys-libs/ncurses
x11-libs/libdrm
@@ -60,11 +54,9 @@ RDEPEND="
S="${WORKDIR}"
-#QA_TEXTRELS=""
-
pkg_nofetch() {
ewarn
- ewarn "Place ${A} to ${DISTDIR}"
+ ewarn "Place ${A} to ${PORTAGE_ACTUAL_DISTDIR}"
ewarn
}
diff --git a/games-puzzle/closure/metadata.xml b/games-puzzle/closure/metadata.xml
index f3571bf..eaffba9 100644
--- a/games-puzzle/closure/metadata.xml
+++ b/games-puzzle/closure/metadata.xml
@@ -1,12 +1,7 @@
<?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>
<longdescription lang="en">
Shatter is a retro-inspired brick-breaking game that merges familiar action with unique twists and a modern-crafted production.
</longdescription>
</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 --
2013-05-07 17:07 [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/closure/ Vadim A. Misbakh-Soloviov
-- strict thread matches above, loose matches on Subject: below --
2020-02-29 13:04 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