public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-roguelike/moria/
@ 2016-01-05  8:26 Michael Sterrett
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Sterrett @ 2016-01-05  8:26 UTC (permalink / raw
  To: gentoo-commits

commit:     f033ea628aa394426731b75f0fa1f166456ee43c
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  5 05:37:34 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Tue Jan  5 08:26:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f033ea62

games-roguelike/moria: add slot dep for sys-libs/ncurses

Package-Manager: portage-2.2.26

 games-roguelike/moria/moria-5.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-roguelike/moria/moria-5.5.2.ebuild b/games-roguelike/moria/moria-5.5.2.ebuild
index e1994f5..6c418e4 100644
--- a/games-roguelike/moria/moria-5.5.2.ebuild
+++ b/games-roguelike/moria/moria-5.5.2.ebuild
@@ -18,7 +18,7 @@ SLOT="0"
 KEYWORDS="amd64 ppc x86 ~x86-fbsd"
 IUSE=""
 
-RDEPEND=">=sys-libs/ncurses-5"
+RDEPEND=">=sys-libs/ncurses-5:0"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 


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

* [gentoo-commits] repo/gentoo:master commit in: games-roguelike/moria/
@ 2019-02-05 21:42 James Le Cuirot
  0 siblings, 0 replies; 9+ messages in thread
From: James Le Cuirot @ 2019-02-05 21:42 UTC (permalink / raw
  To: gentoo-commits

commit:     4b819c24ab015129d190ae1fd3ad1247b694f839
Author:     Stefan Strogin <stefan.strogin <AT> gmail <DOT> com>
AuthorDate: Tue Feb  5 11:55:53 2019 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Feb  5 21:42:32 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b819c24

games-roguelike/moria: use 'gamestat' group for accessing data files

Closes: https://bugs.gentoo.org/677204
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Stefan Strogin <stefan.strogin <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10986
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-roguelike/moria/moria-5.7.10.ebuild | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/games-roguelike/moria/moria-5.7.10.ebuild b/games-roguelike/moria/moria-5.7.10.ebuild
index a5e1c54cf23..1f337859cbc 100644
--- a/games-roguelike/moria/moria-5.7.10.ebuild
+++ b/games-roguelike/moria/moria-5.7.10.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 CMAKE_IN_SOURCE_BUILD="yes"
-inherit cmake-utils
+inherit cmake-utils user
 
 DESCRIPTION="The Dungeons of Moria, a single player roguelike game, also known as Umoria"
 HOMEPAGE="https://umoria.org/"
@@ -23,6 +23,10 @@ S="${WORKDIR}/umoria-${PV}"
 
 PATCHES=( "${FILESDIR}/${P}-gentoo-paths.patch" )
 
+pkg_setup(){
+	enewgroup gamestat 36
+}
+
 src_prepare() {
 	cmake-utils_src_prepare
 	sed -i "s/@PF@/${PF}/" src/config.cpp || die
@@ -36,7 +40,7 @@ src_install() {
 
 	insinto /var/lib/moria
 	doins data/scores.dat
-	fowners root:games /var/lib/moria/scores.dat
+	fowners root:gamestat /var/lib/moria/scores.dat
 	fperms g+w /var/lib/moria/scores.dat
 
 	doman "${FILESDIR}"/${PN}.6
@@ -47,3 +51,10 @@ src_install() {
 	doins LICENSE
 	docompress -x /usr/share/doc/${PF}/LICENSE
 }
+
+pkg_postinst() {
+	elog
+	elog "Please add users to the 'gamestat' group, so they can run Moria:"
+	elog "  usermod -aG gamestat <user>"
+	elog
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-roguelike/moria/
@ 2019-02-05 21:42 James Le Cuirot
  0 siblings, 0 replies; 9+ messages in thread
From: James Le Cuirot @ 2019-02-05 21:42 UTC (permalink / raw
  To: gentoo-commits

commit:     a3cc1eb4a15a6683587a0185db8e5d6dba83972a
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  5 21:27:18 2019 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Feb  5 21:42:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3cc1eb4

games-roguelike/moria: Fix paths for prefixed systems

Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-roguelike/moria/moria-5.7.10.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-roguelike/moria/moria-5.7.10.ebuild b/games-roguelike/moria/moria-5.7.10.ebuild
index 1f337859cbc..da22f02cda3 100644
--- a/games-roguelike/moria/moria-5.7.10.ebuild
+++ b/games-roguelike/moria/moria-5.7.10.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 CMAKE_IN_SOURCE_BUILD="yes"
-inherit cmake-utils user
+inherit cmake-utils prefix user
 
 DESCRIPTION="The Dungeons of Moria, a single player roguelike game, also known as Umoria"
 HOMEPAGE="https://umoria.org/"
@@ -30,6 +30,7 @@ pkg_setup(){
 src_prepare() {
 	cmake-utils_src_prepare
 	sed -i "s/@PF@/${PF}/" src/config.cpp || die
+	hprefixify src/config.cpp
 }
 
 src_install() {


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

* [gentoo-commits] repo/gentoo:master commit in: games-roguelike/moria/
@ 2019-02-05 21:42 James Le Cuirot
  0 siblings, 0 replies; 9+ messages in thread
From: James Le Cuirot @ 2019-02-05 21:42 UTC (permalink / raw
  To: gentoo-commits

commit:     c559144d3c5b42dae106522931280ada4dc61c9d
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  5 21:41:59 2019 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Feb  5 21:42:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c559144d

games-roguelike/moria: Add ~m68k keyword

What? :P I tested it in QEMU and it works. I'll try it on real
hardware soon.

Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-roguelike/moria/moria-5.7.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-roguelike/moria/moria-5.7.10.ebuild b/games-roguelike/moria/moria-5.7.10.ebuild
index da22f02cda3..77fadf27a04 100644
--- a/games-roguelike/moria/moria-5.7.10.ebuild
+++ b/games-roguelike/moria/moria-5.7.10.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/dungeons-of-moria/umoria/archive/v${PV}.tar.gz -> ${
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~m68k ~x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=sys-libs/ncurses-6.0:0="


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

* [gentoo-commits] repo/gentoo:master commit in: games-roguelike/moria/
@ 2019-07-17 20:04 James Le Cuirot
  0 siblings, 0 replies; 9+ messages in thread
From: James Le Cuirot @ 2019-07-17 20:04 UTC (permalink / raw
  To: gentoo-commits

commit:     ba04916e36a5cd538b782124094839a0a0319aca
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  8 08:45:31 2019 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Jul 17 20:03:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba04916e

games-roguelike/moria: Depend on acct-group/gamestat.

Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-roguelike/moria/moria-5.7.10.ebuild | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/games-roguelike/moria/moria-5.7.10.ebuild b/games-roguelike/moria/moria-5.7.10.ebuild
index 999c073daa4..73142dad797 100644
--- a/games-roguelike/moria/moria-5.7.10.ebuild
+++ b/games-roguelike/moria/moria-5.7.10.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 CMAKE_IN_SOURCE_BUILD="yes"
-inherit cmake-utils prefix user
+inherit cmake-utils prefix
 
 DESCRIPTION="The Dungeons of Moria, a single player roguelike game, also known as Umoria"
 HOMEPAGE="https://umoria.org/"
@@ -15,7 +15,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~m68k ~x86 ~x86-fbsd"
 IUSE=""
 
-RDEPEND=">=sys-libs/ncurses-6.0:0="
+RDEPEND="acct-group/gamestat
+	>=sys-libs/ncurses-6.0:0="
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
 
@@ -26,10 +27,6 @@ PATCHES=(
 	"${FILESDIR}/${P}-tinfo.patch"
 )
 
-pkg_setup(){
-	enewgroup gamestat 36
-}
-
 src_prepare() {
 	cmake-utils_src_prepare
 	sed -i "s/@PF@/${PF}/" src/config.cpp || die


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

* [gentoo-commits] repo/gentoo:master commit in: games-roguelike/moria/
@ 2021-05-23 23:44 Stefan Strogin
  0 siblings, 0 replies; 9+ messages in thread
From: Stefan Strogin @ 2021-05-23 23:44 UTC (permalink / raw
  To: gentoo-commits

commit:     85d0266d5c9e636f1a0fb40dd547d9119a3a650b
Author:     Stefan Strogin <steils <AT> gentoo <DOT> org>
AuthorDate: Sun May 23 23:43:14 2021 +0000
Commit:     Stefan Strogin <steils <AT> gentoo <DOT> org>
CommitDate: Sun May 23 23:43:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85d0266d

games-roguelike/moria: upgrade to 5.7.14

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Stefan Strogin <steils <AT> gentoo.org>

 games-roguelike/moria/Manifest                                        | 2 +-
 games-roguelike/moria/{moria-5.7.12-r1.ebuild => moria-5.7.14.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-roguelike/moria/Manifest b/games-roguelike/moria/Manifest
index 49b1ce1a8e9..88300d04f1e 100644
--- a/games-roguelike/moria/Manifest
+++ b/games-roguelike/moria/Manifest
@@ -1 +1 @@
-DIST moria-5.7.12.tar.gz 394633 BLAKE2B a73213809ee2f68249cd6c91b9b90a68b91fb1ffb40609c62becd05fd8f874bc6ce7ede97e76dcaab6f8081203f42c5295a1f5613d2d47644b5c585b4e96f2e1 SHA512 007768586e5a8fe11a6f65981fa1fe0071b00c53730b309883710a8f1f6bb8f812926467ec2947be7f582228f6d2e5d3d7306ee5504f2ffc056d3ed343d7a9cb
+DIST moria-5.7.14.tar.gz 395191 BLAKE2B dfa8481c51009fba3d692d8f5a667a85904149a7756822b435ae8fe30a8ad9c5bb901f6efb21dfe17e1155e49c080ca7b3de154bcd2a5df055a17b3a81b5b6b0 SHA512 5c99ed314a29684d2fc18a1429fb7609553a78fd053eac8d61189e0af8c72777d481910153514dfe544a8939be24ed9725fc2b31e89e5d6e26f0b1df5ad4c3e0

diff --git a/games-roguelike/moria/moria-5.7.12-r1.ebuild b/games-roguelike/moria/moria-5.7.14.ebuild
similarity index 96%
rename from games-roguelike/moria/moria-5.7.12-r1.ebuild
rename to games-roguelike/moria/moria-5.7.14.ebuild
index 4e425eb4de6..7198955b23e 100644
--- a/games-roguelike/moria/moria-5.7.12-r1.ebuild
+++ b/games-roguelike/moria/moria-5.7.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7


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

* [gentoo-commits] repo/gentoo:master commit in: games-roguelike/moria/
@ 2021-08-23  5:05 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-08-23  5:05 UTC (permalink / raw
  To: gentoo-commits

commit:     724646eb72b857009a0a7c32e18cef7805c9a507
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 23 04:22:04 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 23 05:05:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=724646eb

games-roguelike/moria: fix group of binary

Closes: https://bugs.gentoo.org/809353
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-roguelike/moria/{moria-5.7.14.ebuild => moria-5.7.14-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-roguelike/moria/moria-5.7.14.ebuild b/games-roguelike/moria/moria-5.7.14-r1.ebuild
similarity index 94%
rename from games-roguelike/moria/moria-5.7.14.ebuild
rename to games-roguelike/moria/moria-5.7.14-r1.ebuild
index 7198955b23e..590754b6a2c 100644
--- a/games-roguelike/moria/moria-5.7.14.ebuild
+++ b/games-roguelike/moria/moria-5.7.14-r1.ebuild
@@ -37,7 +37,7 @@ src_install() {
 
 	insinto /var/lib/moria
 	doins umoria/scores.dat
-	fowners root:gamestat /var/lib/moria/scores.dat
+	fowners root:gamestat /var/lib/moria/scores.dat /usr/bin/${PN}
 	fperms g+w /var/lib/moria/scores.dat
 
 	doman "${FILESDIR}"/${PN}.6


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

* [gentoo-commits] repo/gentoo:master commit in: games-roguelike/moria/
@ 2024-08-15 21:13 James Le Cuirot
  0 siblings, 0 replies; 9+ messages in thread
From: James Le Cuirot @ 2024-08-15 21:13 UTC (permalink / raw
  To: gentoo-commits

commit:     6c302b8235d7277db0f8687f0da88abeadbb9bca
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Aug  9 14:04:25 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Aug 15 21:09:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c302b82

games-roguelike/moria: add 5.7.15

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/38029
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-roguelike/moria/Manifest            |  1 +
 games-roguelike/moria/moria-5.7.15.ebuild | 50 +++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/games-roguelike/moria/Manifest b/games-roguelike/moria/Manifest
index 88300d04f1e7..99f7c68dbb0a 100644
--- a/games-roguelike/moria/Manifest
+++ b/games-roguelike/moria/Manifest
@@ -1 +1,2 @@
 DIST moria-5.7.14.tar.gz 395191 BLAKE2B dfa8481c51009fba3d692d8f5a667a85904149a7756822b435ae8fe30a8ad9c5bb901f6efb21dfe17e1155e49c080ca7b3de154bcd2a5df055a17b3a81b5b6b0 SHA512 5c99ed314a29684d2fc18a1429fb7609553a78fd053eac8d61189e0af8c72777d481910153514dfe544a8939be24ed9725fc2b31e89e5d6e26f0b1df5ad4c3e0
+DIST moria-5.7.15.tar.gz 400424 BLAKE2B 779eaeb50eb2c0310beb1a02ebae355dadecfa29d519f8614e602172d3969d939abf9b86e0809f813b944eb72abaecb28e730ef9259a648c1dad179a6e8e4f96 SHA512 9ef9723eb120e5180640d8aa52073df638e506e0c842dac7173643bebfd84c51ec1fe6e2b1fa84ad1dcef29dc6607639e6a19ac4fd47000c6ba241691c1c720c

diff --git a/games-roguelike/moria/moria-5.7.15.ebuild b/games-roguelike/moria/moria-5.7.15.ebuild
new file mode 100644
index 000000000000..9b36761da632
--- /dev/null
+++ b/games-roguelike/moria/moria-5.7.15.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CMAKE_IN_SOURCE_BUILD="yes"
+inherit cmake prefix
+
+DESCRIPTION="The Dungeons of Moria, a single player roguelike game, also known as Umoria"
+HOMEPAGE="https://umoria.org/"
+SRC_URI="https://github.com/dungeons-of-moria/umoria/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/umoria-${PV}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~m68k ~x86"
+
+RDEPEND="acct-group/gamestat
+	>=sys-libs/ncurses-6.0:0="
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}/${PN}-5.7.12-gentoo-paths.patch" )
+
+src_prepare() {
+	cmake_src_prepare
+	hprefixify src/config.cpp
+}
+
+src_install() {
+	newbin umoria/umoria moria
+
+	insinto /usr/share/moria
+	doins umoria/data/*.txt
+
+	insinto /var/lib/moria
+	doins umoria/scores.dat
+	fowners root:gamestat /var/lib/moria/scores.dat /usr/bin/${PN}
+	fperms g+w /var/lib/moria/scores.dat
+
+	doman "${FILESDIR}"/${PN}.6
+	dodoc -r AUTHORS CHANGELOG.md CONTRIBUTING.md README.md historical
+}
+
+pkg_postinst() {
+	elog
+	elog "Please add users to the 'gamestat' group, so they can run Moria:"
+	elog "  usermod -aG gamestat <user>"
+	elog
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-roguelike/moria/
@ 2024-08-15 21:13 James Le Cuirot
  0 siblings, 0 replies; 9+ messages in thread
From: James Le Cuirot @ 2024-08-15 21:13 UTC (permalink / raw
  To: gentoo-commits

commit:     6e1ebb8b6219bf2217809adde9a6004d8290ae2c
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 15 21:13:16 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Aug 15 21:13:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e1ebb8b

games-roguelike/moria: Drop old 5.7.14

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-roguelike/moria/Manifest               |  1 -
 games-roguelike/moria/moria-5.7.14-r1.ebuild | 52 ----------------------------
 2 files changed, 53 deletions(-)

diff --git a/games-roguelike/moria/Manifest b/games-roguelike/moria/Manifest
index 99f7c68dbb0a..12acb1ca47fa 100644
--- a/games-roguelike/moria/Manifest
+++ b/games-roguelike/moria/Manifest
@@ -1,2 +1 @@
-DIST moria-5.7.14.tar.gz 395191 BLAKE2B dfa8481c51009fba3d692d8f5a667a85904149a7756822b435ae8fe30a8ad9c5bb901f6efb21dfe17e1155e49c080ca7b3de154bcd2a5df055a17b3a81b5b6b0 SHA512 5c99ed314a29684d2fc18a1429fb7609553a78fd053eac8d61189e0af8c72777d481910153514dfe544a8939be24ed9725fc2b31e89e5d6e26f0b1df5ad4c3e0
 DIST moria-5.7.15.tar.gz 400424 BLAKE2B 779eaeb50eb2c0310beb1a02ebae355dadecfa29d519f8614e602172d3969d939abf9b86e0809f813b944eb72abaecb28e730ef9259a648c1dad179a6e8e4f96 SHA512 9ef9723eb120e5180640d8aa52073df638e506e0c842dac7173643bebfd84c51ec1fe6e2b1fa84ad1dcef29dc6607639e6a19ac4fd47000c6ba241691c1c720c

diff --git a/games-roguelike/moria/moria-5.7.14-r1.ebuild b/games-roguelike/moria/moria-5.7.14-r1.ebuild
deleted file mode 100644
index 590754b6a2c7..000000000000
--- a/games-roguelike/moria/moria-5.7.14-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_IN_SOURCE_BUILD="yes"
-inherit cmake prefix
-
-DESCRIPTION="The Dungeons of Moria, a single player roguelike game, also known as Umoria"
-HOMEPAGE="https://umoria.org/"
-SRC_URI="https://github.com/dungeons-of-moria/umoria/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~m68k ~x86"
-IUSE=""
-
-RDEPEND="acct-group/gamestat
-	>=sys-libs/ncurses-6.0:0="
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-S="${WORKDIR}/umoria-${PV}"
-
-PATCHES=( "${FILESDIR}/${PN}-5.7.12-gentoo-paths.patch" )
-
-src_prepare() {
-	cmake_src_prepare
-	hprefixify src/config.cpp
-}
-
-src_install() {
-	newbin umoria/umoria moria
-
-	insinto /usr/share/moria
-	doins umoria/data/*.txt
-
-	insinto /var/lib/moria
-	doins umoria/scores.dat
-	fowners root:gamestat /var/lib/moria/scores.dat /usr/bin/${PN}
-	fperms g+w /var/lib/moria/scores.dat
-
-	doman "${FILESDIR}"/${PN}.6
-	dodoc -r AUTHORS CHANGELOG.md CONTRIBUTING.md README.md historical
-}
-
-pkg_postinst() {
-	elog
-	elog "Please add users to the 'gamestat' group, so they can run Moria:"
-	elog "  usermod -aG gamestat <user>"
-	elog
-}


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

end of thread, other threads:[~2024-08-15 21:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-15 21:13 [gentoo-commits] repo/gentoo:master commit in: games-roguelike/moria/ James Le Cuirot
  -- strict thread matches above, loose matches on Subject: below --
2024-08-15 21:13 James Le Cuirot
2021-08-23  5:05 Sam James
2021-05-23 23:44 Stefan Strogin
2019-07-17 20:04 James Le Cuirot
2019-02-05 21:42 James Le Cuirot
2019-02-05 21:42 James Le Cuirot
2019-02-05 21:42 James Le Cuirot
2016-01-05  8:26 Michael Sterrett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox