public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-misc/papers-please/
@ 2018-03-13 22:51 James Le Cuirot
  0 siblings, 0 replies; 4+ messages in thread
From: James Le Cuirot @ 2018-03-13 22:51 UTC (permalink / raw
  To: gentoo-commits

commit:     e891f07d5780030dd184b204392c6becbf507e77
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 13 22:47:26 2018 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Mar 13 22:51:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e891f07d

games-misc/papers-please: Update Manifest hashes

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 games-misc/papers-please/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-misc/papers-please/Manifest b/games-misc/papers-please/Manifest
index 68d9493fe9c..aa57bac058d 100644
--- a/games-misc/papers-please/Manifest
+++ b/games-misc/papers-please/Manifest
@@ -1 +1 @@
-DIST papers-please_1.1.65_i386.tar.gz 31566799 SHA256 50562ad2b01cb7558147cd05de4dc37c02deb2e66fc5d3bff77994785f9551d7 SHA512 093990a61c1b61d2999e6484335f4deddfecd3d66b7a5e29555c3170e890f6049f7d42a83529dcd993439de940b5dc96b8485d30ab46995d0f6814d5282669e0 WHIRLPOOL 8da4e0d3720159637bf8248cf53c2d7e6388bb3234469da71ae22720c6c76f0ba26a5ebbd116664f217165dc3cd06dd55cf001fd8203469f285570494eea95fc
+DIST papers-please_1.1.65_i386.tar.gz 31566799 BLAKE2B 1e7aee7839f5e014d5eba60b5c77381a79c7532610e6daee1a36b22484a59b07e8e6b7bce3fc28720472268b78857894744ef6750dcee37e637003b2bc14a502 SHA512 093990a61c1b61d2999e6484335f4deddfecd3d66b7a5e29555c3170e890f6049f7d42a83529dcd993439de940b5dc96b8485d30ab46995d0f6814d5282669e0


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

* [gentoo-commits] repo/gentoo:master commit in: games-misc/papers-please/
@ 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:     55fb88f44283fb63577cdc461378bf4901736a89
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 19 14:21:11 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=55fb88f4

games-misc/papers-please: 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-misc/papers-please/papers-please-1.1.65.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-misc/papers-please/papers-please-1.1.65.ebuild b/games-misc/papers-please/papers-please-1.1.65.ebuild
index fc553bd4d13..db15ecb72c8 100644
--- a/games-misc/papers-please/papers-please-1.1.65.ebuild
+++ b/games-misc/papers-please/papers-please-1.1.65.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
@@ -43,9 +43,9 @@ S=${WORKDIR}/${PN}
 
 pkg_nofetch() {
 	einfo
-	einfo "Please buy & download \"${SRC_URI}\" from:"
+	einfo "Please buy & download ${SRC_URI} from:"
 	einfo "  ${HOMEPAGE}"
-	einfo "and move/link it to \"${DISTDIR}\""
+	einfo "and move it to your DISTDIR directory."
 	einfo
 }
 


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

* [gentoo-commits] repo/gentoo:master commit in: games-misc/papers-please/
@ 2021-04-04 10:11 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-04-04 10:11 UTC (permalink / raw
  To: gentoo-commits

commit:     697bb0de8704a4ab3d92638a5dd4383cc73aa4f5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  4 10:10:16 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr  4 10:11:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=697bb0de

games-misc/papers-please: port to EAPI 7, games.eclass--, eutils--

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../papers-please/papers-please-1.1.65.ebuild      | 22 +++++++++-------------
 1 file changed, 9 insertions(+), 13 deletions(-)

diff --git a/games-misc/papers-please/papers-please-1.1.65.ebuild b/games-misc/papers-please/papers-please-1.1.65.ebuild
index db15ecb72c8..59cdcab89c9 100644
--- a/games-misc/papers-please/papers-please-1.1.65.ebuild
+++ b/games-misc/papers-please/papers-please-1.1.65.ebuild
@@ -1,21 +1,21 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit eutils games
+inherit desktop wrapper
 
 DESCRIPTION="A Dystopian Document Thriller"
 HOMEPAGE="http://papersplea.se"
 SRC_URI="papers-please_${PV}_i386.tar.gz"
+S="${WORKDIR}"/${PN}
 
 LICENSE="PAPERS-PLEASE"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 RESTRICT="fetch bindist"
 
-QA_PREBUILT="${GAMES_PREFIX_OPT#/}/${PN}/*"
+QA_PREBUILT="opt/${PN}/*"
 
 RDEPEND="
 	amd64? (
@@ -39,8 +39,6 @@ RDEPEND="
 		virtual/opengl
 	)"
 
-S=${WORKDIR}/${PN}
-
 pkg_nofetch() {
 	einfo
 	einfo "Please buy & download ${SRC_URI} from:"
@@ -55,16 +53,14 @@ src_prepare() {
 }
 
 src_install() {
-	local dir=${GAMES_PREFIX_OPT}/${PN}
+	local dir=/opt/${PN}
 
-	insinto "${dir}"
+	insinto ${dir}
 	doins -r *
-	fperms +x "${dir}"/PapersPlease
+	fperms +x ${dir}/PapersPlease
 
-	games_make_wrapper ${PN} "./PapersPlease" "${dir}" "${dir}"
+	make_wrapper ${PN} "./PapersPlease" "${dir}" "${dir}"
 	make_desktop_entry ${PN} "Papers, Please"
 
 	dodoc "${T}"/README
-
-	prepgamesdirs
 }


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

* [gentoo-commits] repo/gentoo:master commit in: games-misc/papers-please/
@ 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:     a6445d686f642c566a6425910b3a6a508d92aaa1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 10 06:26:21 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 10 06:31:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6445d68

games-misc/papers-please: 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-misc/papers-please/papers-please-1.1.65.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/games-misc/papers-please/papers-please-1.1.65.ebuild b/games-misc/papers-please/papers-please-1.1.65.ebuild
index 59cdcab89c9..ec28d2a4a6d 100644
--- a/games-misc/papers-please/papers-please-1.1.65.ebuild
+++ b/games-misc/papers-please/papers-please-1.1.65.ebuild
@@ -48,6 +48,8 @@ pkg_nofetch() {
 }
 
 src_prepare() {
+	default
+
 	rm -v launch.sh LICENSE || die
 	mv README "${T}"/README || die
 }


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

end of thread, other threads:[~2021-04-10  6:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-04 10:11 [gentoo-commits] repo/gentoo:master commit in: games-misc/papers-please/ Sam James
  -- 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-13 22:51 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