public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gamerlay:master commit in: games-rpg/torchlight2/
@ 2016-08-25 16:09 Vadim A. Misbakh-Soloviov
  0 siblings, 0 replies; 2+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2016-08-25 16:09 UTC (permalink / raw
  To: gentoo-commits

commit:     f83a5aeeb0b5d9b2265b0251b89f6da03bb1ffb1
Author:     Vadim A. Misbakh-Soloviov <git <AT> mva <DOT> name>
AuthorDate: Thu Aug 25 16:09:32 2016 +0000
Commit:     Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Thu Aug 25 16:09:32 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=f83a5aee

torchlight2: added

 games-rpg/torchlight2/metadata.xml                | 14 +++++
 games-rpg/torchlight2/torchlight2-20150401.ebuild | 63 +++++++++++++++++++++++
 2 files changed, 77 insertions(+)

diff --git a/games-rpg/torchlight2/metadata.xml b/games-rpg/torchlight2/metadata.xml
new file mode 100644
index 0000000..23da526
--- /dev/null
+++ b/games-rpg/torchlight2/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-rpg/torchlight2/torchlight2-20150401.ebuild b/games-rpg/torchlight2/torchlight2-20150401.ebuild
new file mode 100644
index 0000000..9d93de3
--- /dev/null
+++ b/games-rpg/torchlight2/torchlight2-20150401.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit eutils unpacker
+
+TIMESTAMP="2015-04-01"
+
+DESCRIPTION="An action role-playing game, made by the creators of Diablo"
+HOMEPAGE="http://torchlight2game.com/"
+
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="-* ~amd64 ~x86"
+RESTRICT="fetch"
+
+SRC_URI="Torchlight2-linux-${TIMESTAMP}.sh"
+
+RDEPEND="
+"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}"
+MY_PN="${PN^}"
+
+QA_PRESTRIPPED="
+	opt/${MY_PN}/lib64/*
+	opt/${MY_PN}/lib/*
+"
+
+pkg_nofetch() {
+	ewarn
+	ewarn "Place ${A} to ${DISTDIR}"
+	ewarn
+}
+
+src_unpack() {
+	unpack_mojosetup
+}
+
+src_install() {
+	local dir="/opt/${MY_PN}"
+
+	local arch=x86;
+	use amd64 && arch="x86_64"
+
+	insinto "${dir}"
+	doins -r data/noarch/* "data/${arch}/$(get_libdir)"
+	exeinto "${dir}"
+
+	local exe modexe
+	exe="${MY_PN}.bin.${arch}"
+	modexe="ModLauncher.bin.${arch}"
+
+	doexe "data/${arch}/${exe}" "data/${arch}/${modexe}"
+
+	make_wrapper "${PN}" "./${exe}" "${dir}" "${dir}/$(get_libdir)"
+	make_wrapper "${PN}-modlauncher" "./${modexe}" "${dir}" "${dir}/$(get_libdir)"
+	newicon "data/noarch/Delvers.png" "${MY_PN}.png"
+	make_desktop_entry "${PN}" "${MY_PN}: Play" "${MY_PN}"
+	make_desktop_entry "${PN}-modlauncher" "${MY_PN}: Mods Launcher" "${MY_PN}"
+}


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

* [gentoo-commits] proj/gamerlay:master commit in: games-rpg/torchlight2/
@ 2020-02-29 13:04 Azamat H. Hackimov
  0 siblings, 0 replies; 2+ messages in thread
From: Azamat H. Hackimov @ 2020-02-29 13:04 UTC (permalink / raw
  To: gentoo-commits

commit:     e9f3cdc19905cf463e6d2d0777760646a5bf90a2
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sat Feb 29 12:44:36 2020 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sat Feb 29 12:50:26 2020 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=e9f3cdc1

games-rpg/torchlight2: minor fixes to package

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

 games-rpg/torchlight2/metadata.xml                | 13 ++++++-------
 games-rpg/torchlight2/torchlight2-20150401.ebuild |  6 +++---
 2 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/games-rpg/torchlight2/metadata.xml b/games-rpg/torchlight2/metadata.xml
index 23da526..460d202 100644
--- a/games-rpg/torchlight2/metadata.xml
+++ b/games-rpg/torchlight2/metadata.xml
@@ -1,14 +1,13 @@
 <?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 type="person">
+<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-rpg/torchlight2/torchlight2-20150401.ebuild b/games-rpg/torchlight2/torchlight2-20150401.ebuild
index 9d93de3..52e3246 100644
--- a/games-rpg/torchlight2/torchlight2-20150401.ebuild
+++ b/games-rpg/torchlight2/torchlight2-20150401.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=6
 
 inherit eutils unpacker
 
@@ -11,7 +11,7 @@ DESCRIPTION="An action role-playing game, made by the creators of Diablo"
 HOMEPAGE="http://torchlight2game.com/"
 
 SLOT="0"
-LICENSE="as-is"
+LICENSE="all-rights-reserved"
 KEYWORDS="-* ~amd64 ~x86"
 RESTRICT="fetch"
 


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

end of thread, other threads:[~2020-02-29 13:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-25 16:09 [gentoo-commits] proj/gamerlay:master commit in: games-rpg/torchlight2/ Vadim A. Misbakh-Soloviov
  -- strict thread matches above, loose matches on Subject: below --
2020-02-29 13:04 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