public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tristan Heaven (nyhm)" <nyhm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in eclass: games.eclass
Date: Sun, 26 Jul 2009 10:57:40 +0000	[thread overview]
Message-ID: <E1MV1QC-0004u8-Le@stork.gentoo.org> (raw)

nyhm        09/07/26 10:57:40

  Modified:             games.eclass
  Log:
  remove unused games_link_mods function

Revision  Changes    Path
1.137                eclass/games.eclass

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/games.eclass?rev=1.137&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/games.eclass?rev=1.137&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/games.eclass?r1=1.136&r2=1.137

Index: games.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/games.eclass,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- games.eclass	5 Apr 2009 03:38:14 -0000	1.136
+++ games.eclass	26 Jul 2009 10:57:40 -0000	1.137
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.136 2009/04/05 03:38:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.137 2009/07/26 10:57:40 nyhm Exp $
 
 # devlist: {vapier,wolf31o2,mr_bones_}@gentoo.org -> games@gentoo.org
 #
@@ -220,17 +220,3 @@
 	rm -f "${Ddir}"/System/{ucc-bin,{Manifest,Def{ault,User},User,UT200{3,4}}.ini,{Engine,Core,zlib,ogg,vorbis}.so,{Engine,Core}.int,ucc.log} &>/dev/null \
 		|| die "Removing temporary files"
 }
-
-# Link mods created by games-mods.eclass into the GAMES_PREFIX_OPT directories
-# so they can be found by binary versions of the games.
-games_link_mods() {
-	if [[ -e ${GAMES_DATADIR}/${GAME} ]] ; then
-		cd "${GAMES_DATADIR}/${GAME}"
-		while read mod ; do
-			if [[ ! -e ${Ddir}/${mod} ]] ; then
-				elog "Creating symlink for ${mod}"
-				dosym "${GAMES_DATADIR}"/${GAME}/${mod} "${dir}"/${mod} || die
-			fi
-		done < <(find . -type d -printf '%P\n' 2>/dev/null)
-	fi
-}






             reply	other threads:[~2009-07-26 10:57 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-26 10:57 Tristan Heaven (nyhm) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-04-08  7:36 [gentoo-commits] gentoo-x86 commit in eclass: games.eclass Michael Sterrett (mr_bones_)
2012-07-29 20:38 Michael Sterrett (mr_bones_)
2011-12-14 16:38 Mike Frysinger (vapier)
2011-12-14 16:33 Mike Frysinger (vapier)
2011-11-26  7:36 Mike Frysinger (vapier)
2011-03-22 17:20 Mike Frysinger (vapier)
2010-08-31 17:04 Tristan Heaven (nyhm)
2009-12-16 23:55 Jonathan Callen (abcd)
2009-12-09  0:27 Michael Sterrett (mr_bones_)
2009-07-26 11:05 Tristan Heaven (nyhm)
2009-04-05  3:38 Mike Frysinger (vapier)
2009-03-08 13:24 Mike Frysinger (vapier)
2009-03-05  2:07 Mike Frysinger (vapier)
2009-03-04  2:03 Michael Sterrett (mr_bones_)
2009-01-22 19:50 Michael Sterrett (mr_bones_)
2009-01-21 19:03 Michael Sterrett (mr_bones_)
2009-01-05  1:24 Michael Sterrett (mr_bones_)
2008-12-01 20:36 Tristan Heaven (nyhm)
2008-09-28 23:40 Tristan Heaven (nyhm)
2008-09-11 16:57 Tristan Heaven (nyhm)
2008-09-05 17:02 Tristan Heaven (nyhm)
2008-04-26 15:50 Michael Sterrett (mr_bones_)
2008-02-15  0:15 Tristan Heaven (nyhm)
2007-11-06 22:38 Chris Gianelloni (wolf31o2)

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=E1MV1QC-0004u8-Le@stork.gentoo.org \
    --to=nyhm@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