* [gentoo-commits] proj/gamerlay:master commit in: games-rpg/torchlight/
@ 2013-01-28 17:45 Vadim A. Misbakh-Soloviov
0 siblings, 0 replies; 4+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2013-01-28 17:45 UTC (permalink / raw
To: gentoo-commits
commit: 87a225524f5840771161bacb5f9a852589f2fd7b
Author: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
AuthorDate: Mon Jan 28 17:46:00 2013 +0000
Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Mon Jan 28 17:46:00 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=87a22552
[games-rpg/torchlight] bump
Signed-off-by: Vadim A. Misbakh-Soloviov <mva <AT> mva.name>
---
.../torchlight/torchlight-1.15.20120926.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/games-rpg/torchlight/torchlight-1.15.20120926.ebuild b/games-rpg/torchlight/torchlight-1.15.20120926.ebuild
index 3d3528f..49c9734 100644
--- a/games-rpg/torchlight/torchlight-1.15.20120926.ebuild
+++ b/games-rpg/torchlight/torchlight-1.15.20120926.ebuild
@@ -6,7 +6,7 @@ EAPI="4"
inherit games multilib unpacker-nixstaller
-TIMESTAMP="2012-09-24"
+TIMESTAMP="2012-09-26"
DESCRIPTION="An action role-playing game, made by the creators of Diablo"
HOMEPAGE="http://torchlightgame.com/"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-rpg/torchlight/
@ 2014-03-09 18:11 Sergey Popov
0 siblings, 0 replies; 4+ messages in thread
From: Sergey Popov @ 2014-03-09 18:11 UTC (permalink / raw
To: gentoo-commits
commit: 0af49d5a016213c7507ff488717daa8c31202b7d
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 9 18:09:14 2014 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Sun Mar 9 18:09:14 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=0af49d5a
games-rpg/torchlight: version bump
---
.../torchlight/torchlight-1.15.20130521.ebuild | 113 +++++++++++++++++++++
1 file changed, 113 insertions(+)
diff --git a/games-rpg/torchlight/torchlight-1.15.20130521.ebuild b/games-rpg/torchlight/torchlight-1.15.20130521.ebuild
new file mode 100644
index 0000000..72f580f
--- /dev/null
+++ b/games-rpg/torchlight/torchlight-1.15.20130521.ebuild
@@ -0,0 +1,113 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+inherit games multilib unpacker-nixstaller
+
+TIMESTAMP="2013-05-21"
+
+DESCRIPTION="An action role-playing game, made by the creators of Diablo"
+HOMEPAGE="http://torchlightgame.com/"
+
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="-* ~amd64 ~x86"
+RESTRICT="fetch"
+
+SRC_URI="Torchlight-${TIMESTAMP}.sh"
+
+RDEPEND="app-arch/bzip2
+ app-arch/xz-utils
+ dev-libs/expat
+ dev-libs/zziplib
+ media-libs/fontconfig
+ media-libs/freeimage
+ media-libs/freetype
+ media-libs/ilmbase
+ media-libs/lcms
+ media-libs/libjpeg-turbo
+ media-libs/libpng
+ media-libs/libraw
+ media-libs/openexr
+ media-libs/openjpeg
+ media-libs/tiff
+ sys-apps/util-linux
+ sys-libs/zlib
+ x11-libs/libdrm
+ x11-libs/libICE
+ x11-libs/libSM
+ x11-libs/libX11
+ x11-libs/libXau
+ x11-libs/libXaw
+ x11-libs/libxcb
+ x11-libs/libXdamage
+ x11-libs/libXdmcp
+ x11-libs/libXext
+ x11-libs/libXfixes
+ x11-libs/libXft
+ x11-libs/libXi
+ x11-libs/libXinerama
+ x11-libs/libXmu
+ x11-libs/libXpm
+ x11-libs/libXrandr
+ x11-libs/libXrender
+ x11-libs/libXt
+ x11-libs/libXxf86vm"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}"
+MY_PN="Torchlight"
+
+QA_PRESTRIPPED="
+opt/torchlight/lib64/*
+opt/torchlight/lib/*
+"
+
+pkg_nofetch() {
+ ewarn
+ ewarn "Place ${A} to ${DISTDIR}"
+ ewarn
+}
+
+src_unpack() {
+ local arch;
+ use x86 && arch="x86"
+ use amd64 && arch="x86_64"
+
+ nixstaller_unpack "subarch" \
+ "instarchive_all" \
+ "instarchive_linux_${arch}" \
+ "deps/Ogre/Ogre_files_linux_${arch}" \
+ "deps/fmod/fmod_files_linux_${arch}" \
+ "deps/pcre/pcre_files_linux_${arch}" \
+ "deps/SDL2/SDL2_files_linux_${arch}" \
+ "deps/CEGUI/CEGUI_files_linux_${arch}"
+ # We just installed some crap to avoid broken depends
+}
+
+src_install() {
+ local dir="${GAMES_PREFIX_OPT}/${PN}"
+
+ insinto "${dir}"
+ doins -r icons music logo.bmp pak.zip resources.cfg "$(get_libdir)"
+ exeinto "${dir}"
+
+ local exe
+ if use amd64 ; then
+ exe="${MY_PN}".bin.x86_64
+ fi
+ if use x86 ; then
+ exe="${MY_PN}".bin.x86
+ fi
+
+ doexe "${exe}"
+
+ games_make_wrapper "${PN}" "./${exe}" "${dir}" "${dir}/$(get_libdir)"
+ doicon "${MY_PN}.png" || die
+ make_desktop_entry "${PN}" "${MY_PN}" "${MY_PN}"
+
+ dodoc README.linux
+ prepgamesdirs
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-rpg/torchlight/
@ 2020-02-29 13:04 Azamat H. Hackimov
0 siblings, 0 replies; 4+ messages in thread
From: Azamat H. Hackimov @ 2020-02-29 13:04 UTC (permalink / raw
To: gentoo-commits
commit: 9cd563c8d50c27359c2fa270a02dc088739e74ce
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sat Feb 29 12:43:17 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=9cd563c8
games-rpg/torchlight: update package
Migrated 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-rpg/torchlight/metadata.xml | 13 ++-
.../torchlight/torchlight-1.15.20120926.ebuild | 109 ---------------------
...1.ebuild => torchlight-1.15.20130521-r1.ebuild} | 17 ++--
3 files changed, 13 insertions(+), 126 deletions(-)
diff --git a/games-rpg/torchlight/metadata.xml b/games-rpg/torchlight/metadata.xml
index 23da526..460d202 100644
--- a/games-rpg/torchlight/metadata.xml
+++ b/games-rpg/torchlight/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/torchlight/torchlight-1.15.20120926.ebuild b/games-rpg/torchlight/torchlight-1.15.20120926.ebuild
deleted file mode 100644
index 49c9734..0000000
--- a/games-rpg/torchlight/torchlight-1.15.20120926.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-
-inherit games multilib unpacker-nixstaller
-
-TIMESTAMP="2012-09-26"
-
-DESCRIPTION="An action role-playing game, made by the creators of Diablo"
-HOMEPAGE="http://torchlightgame.com/"
-
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="-* ~amd64 ~x86"
-RESTRICT="fetch"
-IUSE=""
-
-SRC_URI="Torchlight-${TIMESTAMP}.sh"
-
-RDEPEND="app-arch/bzip2
- app-arch/xz-utils
- dev-libs/expat
- dev-libs/zziplib
- media-libs/fontconfig
- media-libs/freeimage
- media-libs/freetype
- media-libs/ilmbase
- media-libs/lcms
- media-libs/libjpeg-turbo
- media-libs/libpng
- media-libs/libraw
- media-libs/openexr
- media-libs/openjpeg
- media-libs/tiff
- sys-apps/util-linux
- sys-libs/zlib
- x11-libs/libdrm
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libX11
- x11-libs/libXau
- x11-libs/libXaw
- x11-libs/libxcb
- x11-libs/libXdamage
- x11-libs/libXdmcp
- x11-libs/libXext
- x11-libs/libXfixes
- x11-libs/libXft
- x11-libs/libXi
- x11-libs/libXinerama
- x11-libs/libXmu
- x11-libs/libXpm
- x11-libs/libXrandr
- x11-libs/libXrender
- x11-libs/libXt
- x11-libs/libXxf86vm"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"
-MY_PN="Torchlight"
-
-pkg_nofetch() {
- ewarn
- ewarn "Place ${A} to ${DISTDIR}"
- ewarn
-}
-
-src_unpack() {
- local arch;
- use x86 && arch="x86"
- use amd64 && arch="x86_64"
-
- nixstaller_unpack "subarch" \
- "instarchive_all" \
- "instarchive_linux_${arch}" \
- "deps/Ogre/Ogre_files_linux_${arch}" \
- "deps/fmod/fmod_files_linux_${arch}" \
- "deps/pcre/pcre_files_linux_${arch}" \
- "deps/SDL2/SDL2_files_linux_${arch}" \
- "deps/CEGUI/CEGUI_files_linux_${arch}"
- # We just installed some crap to avoid broken depends
-}
-
-src_install() {
- local dir="${GAMES_PREFIX_OPT}/${PN}"
-
- insinto "${dir}"
- doins -r icons music logo.bmp pak.zip resources.cfg "$(get_libdir)"
- exeinto "${dir}"
-
- local exe
- if use amd64 ; then
- exe="${MY_PN}".bin.x86_64
- fi
- if use x86 ; then
- exe="${MY_PN}".bin.x86
- fi
-
- doexe "${exe}"
-
- games_make_wrapper "${PN}" "./${exe}" "${dir}" "${dir}/$(get_libdir)"
- doicon "${MY_PN}.png" || die
- make_desktop_entry "${PN}" "${MY_PN}" "${MY_PN}"
-
- dodoc README.linux
- prepgamesdirs
-}
diff --git a/games-rpg/torchlight/torchlight-1.15.20130521.ebuild b/games-rpg/torchlight/torchlight-1.15.20130521-r1.ebuild
similarity index 86%
rename from games-rpg/torchlight/torchlight-1.15.20130521.ebuild
rename to games-rpg/torchlight/torchlight-1.15.20130521-r1.ebuild
index 72f580f..63dc8c1 100644
--- a/games-rpg/torchlight/torchlight-1.15.20130521.ebuild
+++ b/games-rpg/torchlight/torchlight-1.15.20130521-r1.ebuild
@@ -1,10 +1,9 @@
-# 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 multilib unpacker-nixstaller
+inherit desktop eutils unpacker-nixstaller
TIMESTAMP="2013-05-21"
@@ -12,7 +11,7 @@ DESCRIPTION="An action role-playing game, made by the creators of Diablo"
HOMEPAGE="http://torchlightgame.com/"
SLOT="0"
-LICENSE="as-is"
+LICENSE="all-rights-reserved"
KEYWORDS="-* ~amd64 ~x86"
RESTRICT="fetch"
@@ -27,14 +26,13 @@ RDEPEND="app-arch/bzip2
media-libs/freetype
media-libs/ilmbase
media-libs/lcms
- media-libs/libjpeg-turbo
media-libs/libpng
media-libs/libraw
media-libs/openexr
- media-libs/openjpeg
media-libs/tiff
sys-apps/util-linux
sys-libs/zlib
+ virtual/jpeg
x11-libs/libdrm
x11-libs/libICE
x11-libs/libSM
@@ -88,7 +86,7 @@ src_unpack() {
}
src_install() {
- local dir="${GAMES_PREFIX_OPT}/${PN}"
+ local dir="/opt/${PN}"
insinto "${dir}"
doins -r icons music logo.bmp pak.zip resources.cfg "$(get_libdir)"
@@ -104,10 +102,9 @@ src_install() {
doexe "${exe}"
- games_make_wrapper "${PN}" "./${exe}" "${dir}" "${dir}/$(get_libdir)"
+ make_wrapper "${PN}" "./${exe}" "${dir}" "${dir}/$(get_libdir)"
doicon "${MY_PN}.png" || die
make_desktop_entry "${PN}" "${MY_PN}" "${MY_PN}"
dodoc README.linux
- prepgamesdirs
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-rpg/torchlight/
@ 2024-01-15 5:48 Vadim Misbakh-Soloviov
0 siblings, 0 replies; 4+ messages in thread
From: Vadim Misbakh-Soloviov @ 2024-01-15 5:48 UTC (permalink / raw
To: gentoo-commits
commit: 9834ba9bacc8d0289540ff6075884703cf4eaf47
Author: Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 15 05:36:30 2024 +0000
Commit: Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
CommitDate: Mon Jan 15 05:36:30 2024 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=9834ba9b
games-rpg/torchlight: Migrated to EAPI8
Signed-off-by: Vadim Misbakh-Soloviov <mva <AT> gentoo.org>
games-rpg/torchlight/metadata.xml | 9 ---------
games-rpg/torchlight/torchlight-1.15.20130521-r1.ebuild | 10 +++++-----
2 files changed, 5 insertions(+), 14 deletions(-)
diff --git a/games-rpg/torchlight/metadata.xml b/games-rpg/torchlight/metadata.xml
index 460d202..097975e 100644
--- a/games-rpg/torchlight/metadata.xml
+++ b/games-rpg/torchlight/metadata.xml
@@ -1,13 +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>
-<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>
-<use>
-</use>
</pkgmetadata>
diff --git a/games-rpg/torchlight/torchlight-1.15.20130521-r1.ebuild b/games-rpg/torchlight/torchlight-1.15.20130521-r1.ebuild
index 63dc8c1..ab9f26c 100644
--- a/games-rpg/torchlight/torchlight-1.15.20130521-r1.ebuild
+++ b/games-rpg/torchlight/torchlight-1.15.20130521-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 unpacker-nixstaller
+inherit desktop wrapper unpacker-nixstaller
TIMESTAMP="2013-05-21"
@@ -12,7 +12,7 @@ HOMEPAGE="http://torchlightgame.com/"
SLOT="0"
LICENSE="all-rights-reserved"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="~amd64 ~x86"
RESTRICT="fetch"
SRC_URI="Torchlight-${TIMESTAMP}.sh"
@@ -65,7 +65,7 @@ opt/torchlight/lib/*
pkg_nofetch() {
ewarn
- ewarn "Place ${A} to ${DISTDIR}"
+ ewarn "Place ${A} to ${PORTAGE_ACTUAL_DISTDIR}"
ewarn
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-01-15 5:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-28 17:45 [gentoo-commits] proj/gamerlay:master commit in: games-rpg/torchlight/ Vadim A. Misbakh-Soloviov
-- strict thread matches above, loose matches on Subject: below --
2014-03-09 18:11 Sergey Popov
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