From: "Pavlos Ratis" <dastergon@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/games:master commit in: games-roguelike/nethack/
Date: Mon, 4 Aug 2014 22:54:22 +0000 (UTC) [thread overview]
Message-ID: <1205444295.d7cdf5585a37dd7c440c722b41fe91c8e5bac70b.dastergon@gentoo> (raw)
commit: d7cdf5585a37dd7c440c722b41fe91c8e5bac70b
Author: Chris Gianelloni <wolf31o2 <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 13 21:38:15 2008 +0000
Commit: Pavlos Ratis <dastergon <AT> gentoo <DOT> org>
CommitDate: Thu Mar 13 21:38:15 2008 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/games.git;a=commit;h=d7cdf558
Make sure the nethack executable is group scores.
svn path=/; revision=11
---
games-roguelike/nethack/ChangeLog | 4 ++++
games-roguelike/nethack/Manifest | 4 ++--
games-roguelike/nethack/nethack-3.4.3-r2.ebuild | 1 +
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/games-roguelike/nethack/ChangeLog b/games-roguelike/nethack/ChangeLog
index e1b0bdd..bdd424a 100644
--- a/games-roguelike/nethack/ChangeLog
+++ b/games-roguelike/nethack/ChangeLog
@@ -4,6 +4,10 @@
13 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org>
nethack-3.4.3-r2.ebuild:
+ Make sure the nethack executable is group scores.
+
+ 13 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+ nethack-3.4.3-r2.ebuild:
We need to make sure that the nethack executable is 2755 here, rather than
in the eclass.
diff --git a/games-roguelike/nethack/Manifest b/games-roguelike/nethack/Manifest
index 91ec52b..1ee25cd 100644
--- a/games-roguelike/nethack/Manifest
+++ b/games-roguelike/nethack/Manifest
@@ -9,6 +9,6 @@ AUX 3.4.3-macos.patch 307 RMD160 460ef1f4279e5c0e09de3cfe77b7984fbab0dede SHA1 a
AUX 3.4.3-topten-scanf-fix.patch 1395 RMD160 6a565ad1064bd05a71555eae583b61d30627290f SHA1 5bbd1d2338599571aac88f4defd64fcedf3fa866 SHA256 3283ff4be1221839c70025ec8668b031a129ef20266176f85c030f6734f8e6a8
AUX dot.nethackrc 2717 RMD160 0e9868a1b8f017337d8c37e740399e25512bdb5b SHA1 27c973b8c336355012e2e2c4f0007bce9cce9f84 SHA256 19d692014e1b053439f5f818291e32a971942490ca7e3d2b7912b43a4563f98c
DIST nethack-343-src.tgz 3497458 RMD160 42f600d24715a0b7e631b357c135761410b3ca95 SHA1 c26537093c38152bc0fbcec20468d975b35f59fd SHA256 bb39c3d2a9ee2df4a0c8fdde708fbc63740853a7608d2f4c560b488124866fe4
-EBUILD nethack-3.4.3-r2.ebuild 5235 RMD160 6a83d5a0d0ab4ea51a84c980d09ef70ab58f0579 SHA1 55fadbaabc2ebe8a5287168a88194512efcf0deb SHA256 40e214fafaa27849cbda3ca5c2493e0b9d80d844dcb9b931da49594ba0c216a9
-MISC ChangeLog 7300 RMD160 1599388db3ee0b631c27f4ed5fd47a4fdf020bf9 SHA1 c8d0a9bb29c6cac37e7750202d049de172fd014f SHA256 0cbcdeab2594e12cbd1cc84fe112329df4fa3e4a754c4d0afed0787c12f38ab6
+EBUILD nethack-3.4.3-r2.ebuild 5303 RMD160 1600a85c441fb1b0c8eadbc37013e176ae1d836d SHA1 9cca316dfdc216f41a8f9fdaac007ddcd2c5cf9a SHA256 4c6056bb5be868839f341152c43787203141b7e88925cc0eaf0b86d527e0be10
+MISC ChangeLog 7434 RMD160 b55156da1d23dc01bacffbcb7b3f191949e47b7f SHA1 af2d56a19292da02d237dd374010f5bf25117f63 SHA256 49c2f9fa981eb72907b8e64e5acfe648ba1f0e9bf483d31d40a6903002e44a81
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
diff --git a/games-roguelike/nethack/nethack-3.4.3-r2.ebuild b/games-roguelike/nethack/nethack-3.4.3-r2.ebuild
index 4337ca8..401f20f 100644
--- a/games-roguelike/nethack/nethack-3.4.3-r2.ebuild
+++ b/games-roguelike/nethack/nethack-3.4.3-r2.ebuild
@@ -178,6 +178,7 @@ src_install() {
prepgamesdirs
chmod -R 660 "${D}/${statedir}"
chmod 770 "${D}/${statedir}" "${D}/${statedir}/save"
+ chown ${GAMES_USER}:${GAMES_SCORES_USER} "${D}/${HACKDIR}/nethack"
chmod 2775 "${D}/${HACKDIR}/nethack"
}
next reply other threads:[~2014-08-04 22:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-04 22:54 Pavlos Ratis [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-08-04 22:54 [gentoo-commits] proj/games:master commit in: games-roguelike/nethack/ Pavlos Ratis
2014-08-04 22:54 Pavlos Ratis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1205444295.d7cdf5585a37dd7c440c722b41fe91c8e5bac70b.dastergon@gentoo \
--to=dastergon@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox