* [gentoo-commits] proj/gamerlay:master commit in: games-action/psychonauts/
@ 2012-06-09 17:27 Azamat H. Hackimov
0 siblings, 0 replies; 6+ messages in thread
From: Azamat H. Hackimov @ 2012-06-09 17:27 UTC (permalink / raw
To: gentoo-commits
commit: 00fa6ad84a897d26ca54af35cc48e627b83689d1
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sat Jun 9 17:26:46 2012 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sat Jun 9 17:26:46 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=00fa6ad8
[games-action/psychonauts] psychonauts-2012.06.04.
Still buggy, but better than nothing.
(Portage version: 2.1.10.49/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)
---
.../psychonauts/psychonauts-2012.05.31.ebuild | 1 +
....05.31.ebuild => psychonauts-2012.06.04.ebuild} | 14 ++++++++++++--
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/games-action/psychonauts/psychonauts-2012.05.31.ebuild b/games-action/psychonauts/psychonauts-2012.05.31.ebuild
index f730339..1a60a1a 100644
--- a/games-action/psychonauts/psychonauts-2012.05.31.ebuild
+++ b/games-action/psychonauts/psychonauts-2012.05.31.ebuild
@@ -30,6 +30,7 @@ pkg_nofetch() {
einfo "Please download ${A}"
einfo "from your personal page in Humble Indie Bundle V site"
einfo "(http://www.humblebundle.com)"
+ einfo "and place it to ${DESTDIR}"
}
src_install() {
diff --git a/games-action/psychonauts/psychonauts-2012.05.31.ebuild b/games-action/psychonauts/psychonauts-2012.06.04.ebuild
similarity index 77%
copy from games-action/psychonauts/psychonauts-2012.05.31.ebuild
copy to games-action/psychonauts/psychonauts-2012.06.04.ebuild
index f730339..4e99cf6 100644
--- a/games-action/psychonauts/psychonauts-2012.05.31.ebuild
+++ b/games-action/psychonauts/psychonauts-2012.06.04.ebuild
@@ -10,7 +10,7 @@ MY_PV=$(version_format_string '${2}${3}${1}')
DESCRIPTION="A mind-bending platforming adventure from Double Fine Productions."
HOMEPAGE="http://www.psychonauts.com/"
-SRC_URI="${PN}-linux-${MY_PV}.zip"
+SRC_URI="${PN}-linux-${MY_PV}-bin"
LICENSE="Psychonauts-EULA"
SLOT="0"
@@ -24,12 +24,22 @@ RDEPEND="virtual/opengl
RESTRICT="fetch strip"
-S="${WORKDIR}/${PN}-linux-installer/data"
+S="${WORKDIR}/data"
pkg_nofetch() {
einfo "Please download ${A}"
einfo "from your personal page in Humble Indie Bundle V site"
einfo "(http://www.humblebundle.com)"
+ einfo "and place it to ${DESTDIR}"
+}
+
+src_unpack() {
+ # self unpacking zip archive; unzip warns about the exe stuff
+ # (taken from lugaru ebuild)
+ local a=${DISTDIR}/${A}
+ echo ">>> Unpacking ${a} to ${PWD}"
+ unzip -q "${a}"
+ [ $? -gt 1 ] && die "unpacking failed"
}
src_install() {
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-action/psychonauts/
@ 2012-07-16 14:48 Azamat H. Hackimov
0 siblings, 0 replies; 6+ messages in thread
From: Azamat H. Hackimov @ 2012-07-16 14:48 UTC (permalink / raw
To: gentoo-commits
commit: 886dec5694aae2c59d63e496cd1721706df64fe6
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Mon Jul 16 14:44:00 2012 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Mon Jul 16 14:44:00 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=886dec56
[games-action/psychonauts] Change DESTDIR to DISTDIR.
(Portage version: 2.1.10.62/git/Linux i686, RepoMan options: --force, unsigned Manifest commit)
---
.../psychonauts/psychonauts-2012.05.31.ebuild | 2 +-
.../psychonauts/psychonauts-2012.06.04.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-action/psychonauts/psychonauts-2012.05.31.ebuild b/games-action/psychonauts/psychonauts-2012.05.31.ebuild
index 1a60a1a..a444afd 100644
--- a/games-action/psychonauts/psychonauts-2012.05.31.ebuild
+++ b/games-action/psychonauts/psychonauts-2012.05.31.ebuild
@@ -30,7 +30,7 @@ pkg_nofetch() {
einfo "Please download ${A}"
einfo "from your personal page in Humble Indie Bundle V site"
einfo "(http://www.humblebundle.com)"
- einfo "and place it to ${DESTDIR}"
+ einfo "and place it to ${DISTDIR}"
}
src_install() {
diff --git a/games-action/psychonauts/psychonauts-2012.06.04.ebuild b/games-action/psychonauts/psychonauts-2012.06.04.ebuild
index 4e99cf6..0579174 100644
--- a/games-action/psychonauts/psychonauts-2012.06.04.ebuild
+++ b/games-action/psychonauts/psychonauts-2012.06.04.ebuild
@@ -30,7 +30,7 @@ pkg_nofetch() {
einfo "Please download ${A}"
einfo "from your personal page in Humble Indie Bundle V site"
einfo "(http://www.humblebundle.com)"
- einfo "and place it to ${DESTDIR}"
+ einfo "and place it to ${DISTDIR}"
}
src_unpack() {
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-action/psychonauts/
@ 2012-08-17 15:31 Azamat H. Hackimov
0 siblings, 0 replies; 6+ messages in thread
From: Azamat H. Hackimov @ 2012-08-17 15:31 UTC (permalink / raw
To: gentoo-commits
commit: afe66a9bfa06740525ef19d5969de2e8657e1d5b
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Fri Aug 17 15:31:10 2012 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Fri Aug 17 15:31:10 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=afe66a9b
[games-action/psychonauts] Version bump to 2012.08.15, remove old.
This version much better, but still buggy.
Enjoy your play!
(Portage version: 2.1.11.9/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)
---
.../psychonauts/psychonauts-2012.05.31.ebuild | 49 --------------------
....06.04.ebuild => psychonauts-2012.08.15.ebuild} | 0
2 files changed, 0 insertions(+), 49 deletions(-)
diff --git a/games-action/psychonauts/psychonauts-2012.05.31.ebuild b/games-action/psychonauts/psychonauts-2012.05.31.ebuild
deleted file mode 100644
index a444afd..0000000
--- a/games-action/psychonauts/psychonauts-2012.05.31.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-inherit games versionator
-
-MY_PV=$(version_format_string '${2}${3}${1}')
-
-DESCRIPTION="A mind-bending platforming adventure from Double Fine Productions."
-HOMEPAGE="http://www.psychonauts.com/"
-SRC_URI="${PN}-linux-${MY_PV}.zip"
-
-LICENSE="Psychonauts-EULA"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND="virtual/opengl
- amd64? ( app-emulation/emul-linux-x86-sdl )
- x86? ( media-libs/openal media-libs/libsdl )"
-
-RESTRICT="fetch strip"
-
-S="${WORKDIR}/${PN}-linux-installer/data"
-
-pkg_nofetch() {
- einfo "Please download ${A}"
- einfo "from your personal page in Humble Indie Bundle V site"
- einfo "(http://www.humblebundle.com)"
- einfo "and place it to ${DISTDIR}"
-}
-
-src_install() {
- local dir="${GAMES_PREFIX_OPT}/${PN}"
- dodoc "Psychonauts Manual Win.pdf"
- dodoc Documents/Readmes/*
- exeinto ${dir}
- doexe Psychonauts || die
- insinto ${dir}
- doins -r DisplaySettings.ini PsychonautsData2.pkg WorkResource || die
- doicon ${PN}.png
- games_make_wrapper ${PN} ./Psychonauts "${dir}" "${dir}"
- make_desktop_entry ${PN} Psychonauts ${PN}
-
- prepgamesdirs
-}
diff --git a/games-action/psychonauts/psychonauts-2012.06.04.ebuild b/games-action/psychonauts/psychonauts-2012.08.15.ebuild
similarity index 100%
rename from games-action/psychonauts/psychonauts-2012.06.04.ebuild
rename to games-action/psychonauts/psychonauts-2012.08.15.ebuild
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-action/psychonauts/
@ 2020-02-29 14:18 Azamat H. Hackimov
0 siblings, 0 replies; 6+ messages in thread
From: Azamat H. Hackimov @ 2020-02-29 14:18 UTC (permalink / raw
To: gentoo-commits
commit: fda5ab995420ae367840e0c29a747ce439a3a0e3
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sat Feb 29 14:16:47 2020 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sat Feb 29 14:16:47 2020 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=fda5ab99
games-action/psychonauts: 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-action/psychonauts/metadata.xml | 2 +-
...8.15.ebuild => psychonauts-2012.08.15-r1.ebuild} | 21 ++++++++-------------
2 files changed, 9 insertions(+), 14 deletions(-)
diff --git a/games-action/psychonauts/metadata.xml b/games-action/psychonauts/metadata.xml
index 9dfdfbc..58233f7 100644
--- a/games-action/psychonauts/metadata.xml
+++ b/games-action/psychonauts/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>
diff --git a/games-action/psychonauts/psychonauts-2012.08.15.ebuild b/games-action/psychonauts/psychonauts-2012.08.15-r1.ebuild
similarity index 73%
rename from games-action/psychonauts/psychonauts-2012.08.15.ebuild
rename to games-action/psychonauts/psychonauts-2012.08.15-r1.ebuild
index 0579174..b09f4de 100644
--- a/games-action/psychonauts/psychonauts-2012.08.15.ebuild
+++ b/games-action/psychonauts/psychonauts-2012.08.15-r1.ebuild
@@ -1,16 +1,13 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
+EAPI=7
-inherit games versionator
-
-MY_PV=$(version_format_string '${2}${3}${1}')
+inherit desktop eutils multilib-minimal
DESCRIPTION="A mind-bending platforming adventure from Double Fine Productions."
HOMEPAGE="http://www.psychonauts.com/"
-SRC_URI="${PN}-linux-${MY_PV}-bin"
+SRC_URI="${PN}-linux-$(ver_cut 2)$(ver_cut 3)$(ver_cut 1)-bin"
LICENSE="Psychonauts-EULA"
SLOT="0"
@@ -19,8 +16,8 @@ IUSE=""
DEPEND="app-arch/unzip"
RDEPEND="virtual/opengl
- amd64? ( app-emulation/emul-linux-x86-sdl )
- x86? ( media-libs/openal media-libs/libsdl )"
+ media-libs/openal[${MULTILIB_USEDEP}]
+ media-libs/libsdl[${MULTILIB_USEDEP}]"
RESTRICT="fetch strip"
@@ -43,7 +40,7 @@ src_unpack() {
}
src_install() {
- local dir="${GAMES_PREFIX_OPT}/${PN}"
+ local dir="/opt/${PN}"
dodoc "Psychonauts Manual Win.pdf"
dodoc Documents/Readmes/*
exeinto ${dir}
@@ -51,8 +48,6 @@ src_install() {
insinto ${dir}
doins -r DisplaySettings.ini PsychonautsData2.pkg WorkResource || die
doicon ${PN}.png
- games_make_wrapper ${PN} ./Psychonauts "${dir}" "${dir}"
+ make_wrapper ${PN} ./Psychonauts "${dir}" "${dir}"
make_desktop_entry ${PN} Psychonauts ${PN}
-
- prepgamesdirs
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-action/psychonauts/
@ 2020-02-29 14:44 Azamat H. Hackimov
0 siblings, 0 replies; 6+ messages in thread
From: Azamat H. Hackimov @ 2020-02-29 14:44 UTC (permalink / raw
To: gentoo-commits
commit: 51421cbf8a61c73063266d76cb5d0ec9fa83e8f2
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sat Feb 29 14:44:33 2020 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sat Feb 29 14:44:33 2020 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=51421cbf
games-action/psychonauts: update version
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
.../{psychonauts-2012.08.15-r1.ebuild => psychonauts-2013.05.06.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/games-action/psychonauts/psychonauts-2012.08.15-r1.ebuild b/games-action/psychonauts/psychonauts-2013.05.06.ebuild
similarity index 100%
rename from games-action/psychonauts/psychonauts-2012.08.15-r1.ebuild
rename to games-action/psychonauts/psychonauts-2013.05.06.ebuild
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-action/psychonauts/
@ 2023-12-07 22:29 James Le Cuirot
0 siblings, 0 replies; 6+ messages in thread
From: James Le Cuirot @ 2023-12-07 22:29 UTC (permalink / raw
To: gentoo-commits
commit: f105b822a636fc9ac20f5daba6af76577c9671f3
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 7 22:28:04 2023 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Dec 7 22:28:04 2023 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=f105b822
games-action/psychonauts: Drop in favour of packages in the main repo
There are -hb (Humble Bundle) and -gog (GOG) variants of the package.
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-action/psychonauts/metadata.xml | 15 ------
.../psychonauts/psychonauts-2013.05.06.ebuild | 53 ----------------------
2 files changed, 68 deletions(-)
diff --git a/games-action/psychonauts/metadata.xml b/games-action/psychonauts/metadata.xml
deleted file mode 100644
index 58233f7..0000000
--- a/games-action/psychonauts/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
-<email>azamat.hackimov@gmail.com</email>
-<name>Azamat H. Hackimov</name>
-</maintainer>
-<longdescription lang="en">
-A mind-bending platforming adventure from Double Fine Productions.
-</longdescription>
-<longdescription lang="ru">
-Психологическая платформенная адвенчура от Double Fine Productions.
-</longdescription>
-</pkgmetadata>
-
diff --git a/games-action/psychonauts/psychonauts-2013.05.06.ebuild b/games-action/psychonauts/psychonauts-2013.05.06.ebuild
deleted file mode 100644
index b09f4de..0000000
--- a/games-action/psychonauts/psychonauts-2013.05.06.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop eutils multilib-minimal
-
-DESCRIPTION="A mind-bending platforming adventure from Double Fine Productions."
-HOMEPAGE="http://www.psychonauts.com/"
-SRC_URI="${PN}-linux-$(ver_cut 2)$(ver_cut 3)$(ver_cut 1)-bin"
-
-LICENSE="Psychonauts-EULA"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND="virtual/opengl
- media-libs/openal[${MULTILIB_USEDEP}]
- media-libs/libsdl[${MULTILIB_USEDEP}]"
-
-RESTRICT="fetch strip"
-
-S="${WORKDIR}/data"
-
-pkg_nofetch() {
- einfo "Please download ${A}"
- einfo "from your personal page in Humble Indie Bundle V site"
- einfo "(http://www.humblebundle.com)"
- einfo "and place it to ${DISTDIR}"
-}
-
-src_unpack() {
- # self unpacking zip archive; unzip warns about the exe stuff
- # (taken from lugaru ebuild)
- local a=${DISTDIR}/${A}
- echo ">>> Unpacking ${a} to ${PWD}"
- unzip -q "${a}"
- [ $? -gt 1 ] && die "unpacking failed"
-}
-
-src_install() {
- local dir="/opt/${PN}"
- dodoc "Psychonauts Manual Win.pdf"
- dodoc Documents/Readmes/*
- exeinto ${dir}
- doexe Psychonauts || die
- insinto ${dir}
- doins -r DisplaySettings.ini PsychonautsData2.pkg WorkResource || die
- doicon ${PN}.png
- make_wrapper ${PN} ./Psychonauts "${dir}" "${dir}"
- make_desktop_entry ${PN} Psychonauts ${PN}
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-12-07 22:29 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-07 22:29 [gentoo-commits] proj/gamerlay:master commit in: games-action/psychonauts/ James Le Cuirot
-- strict thread matches above, loose matches on Subject: below --
2020-02-29 14:44 Azamat H. Hackimov
2020-02-29 14:18 Azamat H. Hackimov
2012-08-17 15:31 Azamat H. Hackimov
2012-07-16 14:48 Azamat H. Hackimov
2012-06-09 17:27 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