public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gamerlay:master commit in: games-rpg/lonesurvivor/
@ 2012-06-09 18:52 Azamat H. Hackimov
  0 siblings, 0 replies; 5+ messages in thread
From: Azamat H. Hackimov @ 2012-06-09 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     c152ce01a2f7cc226ccb14ede5b4809220cbe273
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sat Jun  9 18:52:01 2012 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sat Jun  9 18:52:01 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=c152ce01

[games-rpg/lonesurvivor] 2D sidescrolling psychological survival adventure game.
Taken from HIB V.

(Portage version: 2.1.10.49/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)

---
 .../lonesurvivor/lonesurvivor-1.11d_p1.ebuild      |   52 ++++++++++++++++++++
 games-rpg/lonesurvivor/metadata.xml                |   15 ++++++
 2 files changed, 67 insertions(+), 0 deletions(-)

diff --git a/games-rpg/lonesurvivor/lonesurvivor-1.11d_p1.ebuild b/games-rpg/lonesurvivor/lonesurvivor-1.11d_p1.ebuild
new file mode 100644
index 0000000..a894c33
--- /dev/null
+++ b/games-rpg/lonesurvivor/lonesurvivor-1.11d_p1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+inherit games
+
+MY_PN=LoneSurvivor
+MY_PV=${PV/_p/-}
+
+DESCRIPTION="2D sidescrolling psychological survival adventure game"
+HOMEPAGE="http://www.lonesurvivor.co.uk/"
+SRC_URI="${PN}-${MY_PV}-i386.tar.gz"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="amd64? ( app-emulation/emul-linux-x86-baselibs
+		app-emulation/emul-linux-x86-gtklibs
+		app-emulation/emul-linux-x86-opengl
+		app-emulation/emul-linux-x86-xlibs
+	)
+	x86? ( app-arch/bzip2
+		media-libs/freetype:2
+		media-libs/libpng:0
+		sys-libs/zlib
+		x11-libs/gtk+:2
+		virtual/opengl )"
+
+S="${WORKDIR}/${PN}"
+
+RESTRICT="fetch strip"
+
+pkg_nofetch() {
+	ewarn "Please place ${A} to ${DESTDIR}"
+}
+
+src_install() {
+	local dir="/opt/${MY_PN}"
+	dodoc README
+	exeinto ${dir}
+	doexe ${MY_PN}
+	doicon ${MY_PN}.png
+	games_make_wrapper ${PN} ./${MY_PN} "${dir}" "${dir}"
+	make_desktop_entry ${PN} ${MY_PN} ${MY_PN}
+
+	prepgamesdirs
+}

diff --git a/games-rpg/lonesurvivor/metadata.xml b/games-rpg/lonesurvivor/metadata.xml
new file mode 100644
index 0000000..760ad02
--- /dev/null
+++ b/games-rpg/lonesurvivor/metadata.xml
@@ -0,0 +1,15 @@
+<?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">
+2D sidescrolling psychological survival adventure game
+</longdescription>
+<longdescription lang="ru">
+Двухмерная психологическая приключенческая сюрвивал-игра
+</longdescription>
+</pkgmetadata>
+



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: games-rpg/lonesurvivor/
@ 2012-06-19 19:20 Azamat H. Hackimov
  0 siblings, 0 replies; 5+ messages in thread
From: Azamat H. Hackimov @ 2012-06-19 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     5616fb368b3c2eed4722897668e649d078599c2f
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Tue Jun 19 19:19:58 2012 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Tue Jun 19 19:19:58 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=5616fb36

[games-rpg/lonesurvivor] EAPI=4, nothing more.

(Portage version: 2.1.10.49/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)

---
 .../lonesurvivor/lonesurvivor-1.11d_p1.ebuild      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/games-rpg/lonesurvivor/lonesurvivor-1.11d_p1.ebuild b/games-rpg/lonesurvivor/lonesurvivor-1.11d_p1.ebuild
index a894c33..bcaf2bb 100644
--- a/games-rpg/lonesurvivor/lonesurvivor-1.11d_p1.ebuild
+++ b/games-rpg/lonesurvivor/lonesurvivor-1.11d_p1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=3
+EAPI=4
 
 inherit games
 



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: games-rpg/lonesurvivor/
@ 2012-07-16 14:48 Azamat H. Hackimov
  0 siblings, 0 replies; 5+ messages in thread
From: Azamat H. Hackimov @ 2012-07-16 14:48 UTC (permalink / raw
  To: gentoo-commits

commit:     427f8efd2ee0abf79eb6bfa81522f3a5761de580
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Mon Jul 16 14:46:03 2012 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Mon Jul 16 14:46:03 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=427f8efd

[games-rpg/lonesurvivor] Change from DESTDIR to DISTDIR

(Portage version: 2.1.10.62/git/Linux i686, RepoMan options: --force, unsigned Manifest commit)

---
 .../lonesurvivor/lonesurvivor-1.11d_p1.ebuild      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/games-rpg/lonesurvivor/lonesurvivor-1.11d_p1.ebuild b/games-rpg/lonesurvivor/lonesurvivor-1.11d_p1.ebuild
index bcaf2bb..642820b 100644
--- a/games-rpg/lonesurvivor/lonesurvivor-1.11d_p1.ebuild
+++ b/games-rpg/lonesurvivor/lonesurvivor-1.11d_p1.ebuild
@@ -36,7 +36,7 @@ S="${WORKDIR}/${PN}"
 RESTRICT="fetch strip"
 
 pkg_nofetch() {
-	ewarn "Please place ${A} to ${DESTDIR}"
+	ewarn "Please place ${A} to ${DISTDIR}"
 }
 
 src_install() {



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: games-rpg/lonesurvivor/
@ 2018-11-10 23:44 Azamat H. Hackimov
  0 siblings, 0 replies; 5+ messages in thread
From: Azamat H. Hackimov @ 2018-11-10 23:44 UTC (permalink / raw
  To: gentoo-commits

commit:     fb8dcdc185b2c61457e2456252e9aecf363379da
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sat Nov 10 23:15:47 2018 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sat Nov 10 23:44:20 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=fb8dcdc1

games-rpg/lonesurvivor: update ebuild

Refresh, added native amd64 support

Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 ...d_p1.ebuild => lonesurvivor-1.11d_p1-r1.ebuild} | 33 +++++++++-------------
 games-rpg/lonesurvivor/metadata.xml                |  2 +-
 2 files changed, 14 insertions(+), 21 deletions(-)

diff --git a/games-rpg/lonesurvivor/lonesurvivor-1.11d_p1.ebuild b/games-rpg/lonesurvivor/lonesurvivor-1.11d_p1-r1.ebuild
similarity index 51%
rename from games-rpg/lonesurvivor/lonesurvivor-1.11d_p1.ebuild
rename to games-rpg/lonesurvivor/lonesurvivor-1.11d_p1-r1.ebuild
index 642820b..97ace56 100644
--- a/games-rpg/lonesurvivor/lonesurvivor-1.11d_p1.ebuild
+++ b/games-rpg/lonesurvivor/lonesurvivor-1.11d_p1-r1.ebuild
@@ -1,35 +1,29 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
-EAPI=4
+EAPI=6
 
-inherit games
+inherit eutils
 
 MY_PN=LoneSurvivor
 MY_PV=${PV/_p/-}
 
 DESCRIPTION="2D sidescrolling psychological survival adventure game"
 HOMEPAGE="http://www.lonesurvivor.co.uk/"
-SRC_URI="${PN}-${MY_PV}-i386.tar.gz"
+SRC_URI="amd64? ( ${PN}-${MY_PV}-amd64.tar.gz )
+	x86? ( ${PN}-${MY_PV}-i386.tar.gz )"
 
-LICENSE="as-is"
+LICENSE="HPND"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
 IUSE=""
 
-DEPEND=""
-RDEPEND="amd64? ( app-emulation/emul-linux-x86-baselibs
-		app-emulation/emul-linux-x86-gtklibs
-		app-emulation/emul-linux-x86-opengl
-		app-emulation/emul-linux-x86-xlibs
-	)
-	x86? ( app-arch/bzip2
-		media-libs/freetype:2
-		media-libs/libpng:0
-		sys-libs/zlib
-		x11-libs/gtk+:2
-		virtual/opengl )"
+RDEPEND="app-arch/bzip2
+	media-libs/freetype:2
+	media-libs/libpng:0
+	sys-libs/zlib
+	x11-libs/gtk+:2
+	virtual/opengl"
 
 S="${WORKDIR}/${PN}"
 
@@ -45,8 +39,7 @@ src_install() {
 	exeinto ${dir}
 	doexe ${MY_PN}
 	doicon ${MY_PN}.png
-	games_make_wrapper ${PN} ./${MY_PN} "${dir}" "${dir}"
+	make_wrapper ${PN} ./${MY_PN} "${dir}" "${dir}"
 	make_desktop_entry ${PN} ${MY_PN} ${MY_PN}
 
-	prepgamesdirs
 }

diff --git a/games-rpg/lonesurvivor/metadata.xml b/games-rpg/lonesurvivor/metadata.xml
index 760ad02..fedb874 100644
--- a/games-rpg/lonesurvivor/metadata.xml
+++ b/games-rpg/lonesurvivor/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>azamat.hackimov@gmail.com</email>
 <name>Azamat H. Hackimov</name>
 </maintainer>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: games-rpg/lonesurvivor/
@ 2022-08-16  2:23 Azamat H. Hackimov
  0 siblings, 0 replies; 5+ messages in thread
From: Azamat H. Hackimov @ 2022-08-16  2:23 UTC (permalink / raw
  To: gentoo-commits

commit:     27b4d41aa0df1328e6228974c2139a2c631e8949
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Tue Aug 16 02:21:04 2022 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Tue Aug 16 02:21:04 2022 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=27b4d41a

games-rpg/lonesurvivor: minor fixes

Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>

 ...onesurvivor-1.11d_p1-r1.ebuild => lonesurvivor-1.11d_p1-r2.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-rpg/lonesurvivor/lonesurvivor-1.11d_p1-r1.ebuild b/games-rpg/lonesurvivor/lonesurvivor-1.11d_p1-r2.ebuild
similarity index 96%
rename from games-rpg/lonesurvivor/lonesurvivor-1.11d_p1-r1.ebuild
rename to games-rpg/lonesurvivor/lonesurvivor-1.11d_p1-r2.ebuild
index 97ace56..85f2d85 100644
--- a/games-rpg/lonesurvivor/lonesurvivor-1.11d_p1-r1.ebuild
+++ b/games-rpg/lonesurvivor/lonesurvivor-1.11d_p1-r2.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
-inherit eutils
+inherit desktop wrapper
 
 MY_PN=LoneSurvivor
 MY_PV=${PV/_p/-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-08-16  2:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-09 18:52 [gentoo-commits] proj/gamerlay:master commit in: games-rpg/lonesurvivor/ Azamat H. Hackimov
  -- strict thread matches above, loose matches on Subject: below --
2012-06-19 19:20 Azamat H. Hackimov
2012-07-16 14:48 Azamat H. Hackimov
2018-11-10 23:44 Azamat H. Hackimov
2022-08-16  2:23 Azamat H. Hackimov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox