public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/games:master commit in: eclass/
@ 2014-08-04 22:54 Pavlos Ratis
  0 siblings, 0 replies; 5+ messages in thread
From: Pavlos Ratis @ 2014-08-04 22:54 UTC (permalink / raw
  To: gentoo-commits

commit:     1197abe938960fc9f10f8ff4ae944edd8d7951f1
Author:     Chris Gianelloni <wolf31o2 <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 13 20:47:22 2008 +0000
Commit:     Pavlos Ratis <dastergon <AT> gentoo <DOT> org>
CommitDate: Thu Mar 13 20:47:22 2008 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/games.git;a=commit;h=1197abe9

Fix up GAMES_SCORES_GROUP definition.

svn path=/; revision=5

---
 eclass/games.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/games.eclass b/eclass/games.eclass
index a537042..bb1c8ba 100644
--- a/eclass/games.eclass
+++ b/eclass/games.eclass
@@ -30,7 +30,7 @@ export GAMES_ENVD="90games"
 export GAMES_USER=${GAMES_USER:-root}
 export GAMES_USER_DED=${GAMES_USER_DED:-games}
 export GAMES_GROUP=${GAMES_GROUP:-games}
-export GAMES_SCORES_GROUP=${GAMES_GROUP:-scores}
+export GAMES_SCORES_GROUP=${GAMES_SCORES_GROUP:-scores}
 
 games_get_libdir() {
 	echo ${GAMES_LIBDIR:-${GAMES_PREFIX}/$(get_libdir)}


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

* [gentoo-commits] proj/games:master commit in: eclass/
@ 2014-08-04 22:54 Pavlos Ratis
  0 siblings, 0 replies; 5+ messages in thread
From: Pavlos Ratis @ 2014-08-04 22:54 UTC (permalink / raw
  To: gentoo-commits

commit:     d2bbe77375bb19f38909651f394a78dd60d7f501
Author:     Chris Gianelloni <wolf31o2 <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 13 21:14:17 2008 +0000
Commit:     Pavlos Ratis <dastergon <AT> gentoo <DOT> org>
CommitDate: Thu Mar 13 21:14:17 2008 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/games.git;a=commit;h=d2bbe773

We should likely use 2755 instead of 2750, so the files can be read and any shell scripts that end up in GAMES_BINDIR are readable.

svn path=/; revision=8

---
 eclass/games.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/games.eclass b/eclass/games.eclass
index 1e4b44b..8a7f681 100644
--- a/eclass/games.eclass
+++ b/eclass/games.eclass
@@ -105,7 +105,7 @@ prepgamesdirs() {
 	[[ -d ${D}/${GAMES_BINDIR} ]] || return 0
 	if [[ -n ${GAMES_SCORES_FILES} ]]
 	then
-		perms=2750
+		perms=2775
 		for f in ${GAMES_SCORES_FILES}
 		do
 			GAMES_GROUP=${GAMES_SCORES_GROUP} gamesowners "${D}/${f}"


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

* [gentoo-commits] proj/games:master commit in: eclass/
@ 2014-08-04 22:54 Pavlos Ratis
  0 siblings, 0 replies; 5+ messages in thread
From: Pavlos Ratis @ 2014-08-04 22:54 UTC (permalink / raw
  To: gentoo-commits

commit:     0b089c22561e9c1496adc03507ad8668b98ed902
Author:     Chris Gianelloni <wolf31o2 <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 13 20:54:12 2008 +0000
Commit:     Pavlos Ratis <dastergon <AT> gentoo <DOT> org>
CommitDate: Thu Mar 13 20:54:12 2008 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/games.git;a=commit;h=0b089c22

Change around the scores code a bit more.

svn path=/; revision=6

---
 eclass/games.eclass | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/eclass/games.eclass b/eclass/games.eclass
index bb1c8ba..3d5b1ff 100644
--- a/eclass/games.eclass
+++ b/eclass/games.eclass
@@ -106,10 +106,12 @@ prepgamesdirs() {
 	if [[ -n ${GAMES_SCORES_FILES} ]]
 	then
 		perms=4750
-		for dir in "${GAMES_STATEDIR}" "${GAMES_BINDIR}"
+		for f in ${GAMES_SCORES_FILES}
 		do
-			GAMES_GROUP=${GAMES_SCORES_GROUP} gamesowners -R "${D}/${dir}"
+			GAMES_GROUP=${GAMES_SCORES_GROUP} gamesowners "${D}/${f}"
 		done
+		GAMES_GROUP=${GAMES_SCORES_GROUP} gamesowners -R \
+			"${D}/${GAMES_BINDIR}"i/*
 	fi
 	find "${D}/${GAMES_BINDIR}" -maxdepth 1 -type f -exec chmod ${perms} '{}' \;
 }


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

* [gentoo-commits] proj/games:master commit in: eclass/
@ 2014-08-04 22:54 Pavlos Ratis
  0 siblings, 0 replies; 5+ messages in thread
From: Pavlos Ratis @ 2014-08-04 22:54 UTC (permalink / raw
  To: gentoo-commits

commit:     6d447c9da743fe71b845c17eddff2702a09fa1e2
Author:     Chris Gianelloni <wolf31o2 <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 13 21:00:07 2008 +0000
Commit:     Pavlos Ratis <dastergon <AT> gentoo <DOT> org>
CommitDate: Thu Mar 13 21:00:07 2008 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/games.git;a=commit;h=6d447c9d

Fix a typo and change to setgid instead of setuid.  Oops.

svn path=/; revision=7

---
 eclass/games.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/games.eclass b/eclass/games.eclass
index 3d5b1ff..1e4b44b 100644
--- a/eclass/games.eclass
+++ b/eclass/games.eclass
@@ -105,13 +105,13 @@ prepgamesdirs() {
 	[[ -d ${D}/${GAMES_BINDIR} ]] || return 0
 	if [[ -n ${GAMES_SCORES_FILES} ]]
 	then
-		perms=4750
+		perms=2750
 		for f in ${GAMES_SCORES_FILES}
 		do
 			GAMES_GROUP=${GAMES_SCORES_GROUP} gamesowners "${D}/${f}"
 		done
 		GAMES_GROUP=${GAMES_SCORES_GROUP} gamesowners -R \
-			"${D}/${GAMES_BINDIR}"i/*
+			"${D}/${GAMES_BINDIR}"/*
 	fi
 	find "${D}/${GAMES_BINDIR}" -maxdepth 1 -type f -exec chmod ${perms} '{}' \;
 }


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

* [gentoo-commits] proj/games:master commit in: eclass/
@ 2014-08-04 22:54 Pavlos Ratis
  0 siblings, 0 replies; 5+ messages in thread
From: Pavlos Ratis @ 2014-08-04 22:54 UTC (permalink / raw
  To: gentoo-commits

commit:     207b47e9e3a634f9dc0ea157d2f794bc75b98347
Author:     Chris Gianelloni <wolf31o2 <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 13 21:28:31 2008 +0000
Commit:     Pavlos Ratis <dastergon <AT> gentoo <DOT> org>
CommitDate: Thu Mar 13 21:28:31 2008 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/games.git;a=commit;h=207b47e9

Comment out the code to change files in GAMES_BINDIR, since it fails it badly if the file is a shell script.

svn path=/; revision=9

---
 eclass/games.eclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/eclass/games.eclass b/eclass/games.eclass
index 8a7f681..eaa6520 100644
--- a/eclass/games.eclass
+++ b/eclass/games.eclass
@@ -105,13 +105,13 @@ prepgamesdirs() {
 	[[ -d ${D}/${GAMES_BINDIR} ]] || return 0
 	if [[ -n ${GAMES_SCORES_FILES} ]]
 	then
-		perms=2775
+#		perms=2775
 		for f in ${GAMES_SCORES_FILES}
 		do
 			GAMES_GROUP=${GAMES_SCORES_GROUP} gamesowners "${D}/${f}"
 		done
-		GAMES_GROUP=${GAMES_SCORES_GROUP} gamesowners -R \
-			"${D}/${GAMES_BINDIR}"/*
+#		GAMES_GROUP=${GAMES_SCORES_GROUP} gamesowners -R \
+#			"${D}/${GAMES_BINDIR}"/*
 	fi
 	find "${D}/${GAMES_BINDIR}" -maxdepth 1 -type f -exec chmod ${perms} '{}' \;
 }


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

end of thread, other threads:[~2014-08-04 22:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-04 22:54 [gentoo-commits] proj/games:master commit in: eclass/ Pavlos Ratis
  -- strict thread matches above, loose matches on Subject: below --
2014-08-04 22:54 Pavlos Ratis
2014-08-04 22:54 Pavlos Ratis
2014-08-04 22:54 Pavlos Ratis
2014-08-04 22:54 Pavlos Ratis

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