* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/nightsky/
@ 2018-03-16 23:00 James Le Cuirot
0 siblings, 0 replies; 4+ messages in thread
From: James Le Cuirot @ 2018-03-16 23:00 UTC (permalink / raw
To: gentoo-commits
commit: 0f106e268451b7807530e6b9f821b57bdac64159
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 16 22:59:28 2018 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Mar 16 22:59:28 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f106e26
games-puzzle/nightsky: Update Manifest hashes
Package-Manager: Portage-2.3.24, Repoman-2.3.6
games-puzzle/nightsky/Manifest | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-puzzle/nightsky/Manifest b/games-puzzle/nightsky/Manifest
index b91b0bb4c5f..575f2790fbe 100644
--- a/games-puzzle/nightsky/Manifest
+++ b/games-puzzle/nightsky/Manifest
@@ -1 +1 @@
-DIST nightskyhd-linux-1324519044.tar.gz 123971537 SHA256 def2b3b42239f9e786472a88d85ae739790f6675b8eadffe9941350d2100e9d0 SHA512 a1d4ec588fa67c3dfbefe563d37df7bd93ce6a7580e7fcedda6567f6f05f362fc478fbd6ac921854fa5fe26270a037c49f9bce2df5527a6490ff0984b9bb671e WHIRLPOOL b7aeef90eadaa47498da4d3cefd10c3f0c5ec8262ea9cf0125280aed6848ae5c8f05e591ccdedfa9a11f161f4abbb5ee03844ddee1a1c252cb61d53c5103cd0c
+DIST nightskyhd-linux-1324519044.tar.gz 123971537 BLAKE2B 52aafe22177ff3266bcff10a9de0b6a120f92c9dda0176a17c71140436b7ba6c13cab1775dd2406f8560ff0f8bfc2c4a38de4be40ef195535d9636edfb6005ba SHA512 a1d4ec588fa67c3dfbefe563d37df7bd93ce6a7580e7fcedda6567f6f05f362fc478fbd6ac921854fa5fe26270a037c49f9bce2df5527a6490ff0984b9bb671e
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/nightsky/
@ 2018-12-19 14:31 Ben Kohler
0 siblings, 0 replies; 4+ messages in thread
From: Ben Kohler @ 2018-12-19 14:31 UTC (permalink / raw
To: gentoo-commits
commit: fe0c4c27d97e2f72d8ac5860ce09c8542bdd3847
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 19 14:22:10 2018 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Dec 19 14:31:15 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe0c4c27
games-puzzle/nightsky: don't reference ${DISTDIR} in pkg_nofetch
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
games-puzzle/nightsky/nightsky-20111222.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-puzzle/nightsky/nightsky-20111222.ebuild b/games-puzzle/nightsky/nightsky-20111222.ebuild
index aebfa6393e0..d4876d52ef4 100644
--- a/games-puzzle/nightsky/nightsky-20111222.ebuild
+++ b/games-puzzle/nightsky/nightsky-20111222.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -41,7 +41,7 @@ S=${WORKDIR}/NightSky
pkg_nofetch() {
einfo "Please buy & download ${SRC_URI} from:"
einfo " ${HOMEPAGE}"
- einfo "and move it to ${DISTDIR}"
+ einfo "and move it to your DISTDIR directory."
}
src_prepare() {
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/nightsky/
@ 2021-04-10 6:31 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-04-10 6:31 UTC (permalink / raw
To: gentoo-commits
commit: 5584eb92a357f44bc08ad031c5df33c3b96e262d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 10 06:26:39 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 10 06:31:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5584eb92
games-puzzle/nightsky: fix src_prepare
Don't shout! I don't own this game, so testing only got as
far as pkg_nofetch, unfortunately. Luckily, changes were
only to do with EAPI + games.eclass, so *should* be okay.
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-puzzle/nightsky/nightsky-20111222-r1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/games-puzzle/nightsky/nightsky-20111222-r1.ebuild b/games-puzzle/nightsky/nightsky-20111222-r1.ebuild
index 40531c82589..f74d7895b84 100644
--- a/games-puzzle/nightsky/nightsky-20111222-r1.ebuild
+++ b/games-puzzle/nightsky/nightsky-20111222-r1.ebuild
@@ -47,6 +47,8 @@ pkg_nofetch() {
}
src_prepare() {
+ default
+
einfo "Removing ${ARCH} unrelated files..."
rm -v NightSkyHD$(usex amd64 "" "_64") || die
rm -rv lib$(usex amd64 "" "64") || die
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/nightsky/
@ 2021-07-17 8:16 Ionen Wolkens
0 siblings, 0 replies; 4+ messages in thread
From: Ionen Wolkens @ 2021-07-17 8:16 UTC (permalink / raw
To: gentoo-commits
commit: b26d60e8afaee37f6768a40e80960facda8dda08
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 16 17:50:47 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Jul 17 07:58:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b26d60e8
games-puzzle/nightsky: EAPI 7->8, hopefully fix install
Like others it is known broken given fperms will not take
arguments without a leading /
Somewhat minimal changes given do not have the distfile to test.
Fixes: 4ed59a3993bfef4e0c9e7d87abdd24c85e7f585d
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-puzzle/nightsky/nightsky-20111222-r1.ebuild | 50 ++++++++---------------
1 file changed, 18 insertions(+), 32 deletions(-)
diff --git a/games-puzzle/nightsky/nightsky-20111222-r1.ebuild b/games-puzzle/nightsky/nightsky-20111222-r1.ebuild
index f74d7895b84..a28bb13ec29 100644
--- a/games-puzzle/nightsky/nightsky-20111222-r1.ebuild
+++ b/games-puzzle/nightsky/nightsky-20111222-r1.ebuild
@@ -1,28 +1,25 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-inherit desktop gnome2-utils
+inherit desktop
DESCRIPTION="Puzzle game that puts you inside and ambient and mysterious universe"
HOMEPAGE="http://www.nicalis.com/nightsky/"
SRC_URI="nightskyhd-linux-1324519044.tar.gz"
-S="${WORKDIR}"/NightSky
+S="${WORKDIR}/NightSky"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE="bundled-libs"
+RESTRICT="bindist fetch"
-RESTRICT="bindist fetch splitdebug"
-
-MYGAMEDIR=opt/${PN}
QA_PREBUILT="
- ${MYGAMEDIR#/}/NightSky*
- ${MYGAMEDIR#/}/lib/*
- ${MYGAMEDIR#/}/lib64/*
-"
+ opt/${PN}/NightSky*
+ opt/${PN}/lib/*
+ opt/${PN}/lib64/*"
RDEPEND="
virtual/glu
@@ -50,8 +47,8 @@ src_prepare() {
default
einfo "Removing ${ARCH} unrelated files..."
- rm -v NightSkyHD$(usex amd64 "" "_64") || die
- rm -rv lib$(usex amd64 "" "64") || die
+ rm -v NightSkyHD$(usev !amd64 _64) || die
+ rm -rv lib$(usev !amd64 64) || die
if ! use bundled-libs ; then
einfo "Removing bundled libs..."
@@ -61,35 +58,24 @@ src_prepare() {
# empty dir, we create symlink here later
rm -r Settings || die
- sed \
- -e "s#@GAMES_PREFIX_OPT@#/opt#" \
+ sed "s|@GAMES_PREFIX_OPT@|${EPREFIX}/opt|" \
"${FILESDIR}"/${PN}-wrapper > "${T}"/${PN} || die
}
src_install() {
dobin "${T}"/${PN}
- insinto "${MYGAMEDIR}"
- doins -r *
-
- newicon -s 128 "World/The Void/Physical"/Circle72.png ${PN}.png
- make_desktop_entry ${PN}
+ insinto /opt/${PN}
+ doins -r .
- fperms +x "${MYGAMEDIR}"/NightSkyHD$(usex amd64 "_64" "")
-}
+ newicon "World/The Void/Physical"/Circle72.png ${PN}.png
+ make_desktop_entry ${PN} "NightSky HD"
-pkg_preinst() {
- gnome2_icon_savelist
+ fperms +x /opt/${PN}/NightSkyHD$(usev amd64 _64)
}
pkg_postinst() {
- gnome2_icon_cache_update
-
- echo
- elog "Saves and Settings are in ~/.nightsky/Settings"
- echo
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
+ if [[ -z ${REPLACING_VERSIONS} ]]; then
+ elog "Saves and Settings are in ~/.nightsky/Settings"
+ fi
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-07-17 8:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-17 8:16 [gentoo-commits] repo/gentoo:master commit in: games-puzzle/nightsky/ Ionen Wolkens
-- strict thread matches above, loose matches on Subject: below --
2021-04-10 6:31 Sam James
2018-12-19 14:31 Ben Kohler
2018-03-16 23:00 James Le Cuirot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox