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:21 +0000 (UTC) [thread overview]
Message-ID: <1205443845.ded2c11a4672087314402e9eaa91d3e2f914f59b.dastergon@gentoo> (raw)
commit: ded2c11a4672087314402e9eaa91d3e2f914f59b
Author: Chris Gianelloni <wolf31o2 <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 13 21:30:45 2008 +0000
Commit: Pavlos Ratis <dastergon <AT> gentoo <DOT> org>
CommitDate: Thu Mar 13 21:30:45 2008 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/games.git;a=commit;h=ded2c11a
We need to make sure that the nethack executable is 2755 here, rather than in the eclass.
svn path=/; revision=10
---
games-roguelike/nethack/ChangeLog | 5 +++++
games-roguelike/nethack/Manifest | 4 ++--
games-roguelike/nethack/nethack-3.4.3-r2.ebuild | 1 +
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/games-roguelike/nethack/ChangeLog b/games-roguelike/nethack/ChangeLog
index 1898f7a..e1b0bdd 100644
--- a/games-roguelike/nethack/ChangeLog
+++ b/games-roguelike/nethack/ChangeLog
@@ -3,6 +3,11 @@
# $Header: /var/cvsroot/gentoo-x86/games-roguelike/nethack/ChangeLog,v 1.28 2008/03/07 20:15:59 wolf31o2 Exp $
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.
+
+ 13 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+files/3.4.3-topten-scanf-fix.patch:
Added 3.4.3-topten-scanf-fix.patch patch from bug #125902.
diff --git a/games-roguelike/nethack/Manifest b/games-roguelike/nethack/Manifest
index b3f9c25..91ec52b 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 5197 RMD160 396308d9c33b7909a1b1043642b51d3b4a5ff6ca SHA1 43207d1c1942bc09ee450fe0946ba4c1f6fc0b09 SHA256 99d67fdfffd54bfb88c0e204d041bc8813aee2ae39e68b8be5069f8005ef459e
-MISC ChangeLog 7124 RMD160 c725f5f057a9ed13d3a48bbd94bc9e4bcd0c2fa5 SHA1 8587470ab5346c4e5902c6262bddb36872780481 SHA256 fd464c721852243dd7559f546f4c48b08a9b2985e43670de91e551f11b254877
+EBUILD nethack-3.4.3-r2.ebuild 5235 RMD160 6a83d5a0d0ab4ea51a84c980d09ef70ab58f0579 SHA1 55fadbaabc2ebe8a5287168a88194512efcf0deb SHA256 40e214fafaa27849cbda3ca5c2493e0b9d80d844dcb9b931da49594ba0c216a9
+MISC ChangeLog 7300 RMD160 1599388db3ee0b631c27f4ed5fd47a4fdf020bf9 SHA1 c8d0a9bb29c6cac37e7750202d049de172fd014f SHA256 0cbcdeab2594e12cbd1cc84fe112329df4fa3e4a754c4d0afed0787c12f38ab6
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 ab6af51..4337ca8 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"
+ chmod 2775 "${D}/${HACKDIR}/nethack"
}
pkg_postinst() {
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=1205443845.ded2c11a4672087314402e9eaa91d3e2f914f59b.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