public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-fps/tribes2: tribes2-25034.ebuild
@ 2009-04-14  7:29 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-04-14  7:29 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/04/14 07:29:33

  Modified:             tribes2-25034.ebuild
  Log:
  FEATURES="interactive" (bug #151113)
  (Portage version: 2.1.6.7/cvs/Linux i686)

Revision  Changes    Path
1.19                 games-fps/tribes2/tribes2-25034.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/tribes2/tribes2-25034.ebuild?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/tribes2/tribes2-25034.ebuild?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/tribes2/tribes2-25034.ebuild?r1=1.18&r2=1.19

Index: tribes2-25034.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/tribes2/tribes2-25034.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- tribes2-25034.ebuild	29 Feb 2008 19:19:40 -0000	1.18
+++ tribes2-25034.ebuild	14 Apr 2009 07:29:33 -0000	1.19
@@ -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/games-fps/tribes2/tribes2-25034.ebuild,v 1.18 2008/02/29 19:19:40 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/tribes2/tribes2-25034.ebuild,v 1.19 2009/04/14 07:29:33 mr_bones_ Exp $
 
 inherit eutils games
 
@@ -17,6 +17,7 @@
 # someone does fix the patching.
 KEYWORDS="-amd64 x86"
 RESTRICT="mirror strip"
+PROPERTIES="interactive"
 
 DEPEND="sys-libs/glibc
 	games-util/loki_patch"






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

* [gentoo-commits] gentoo-x86 commit in games-fps/tribes2: tribes2-25034.ebuild
@ 2009-09-22 18:57 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-09-22 18:57 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/09/22 18:57:23

  Modified:             tribes2-25034.ebuild
  Log:
  quoting
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.20                 games-fps/tribes2/tribes2-25034.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/tribes2/tribes2-25034.ebuild?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/tribes2/tribes2-25034.ebuild?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/tribes2/tribes2-25034.ebuild?r1=1.19&r2=1.20

Index: tribes2-25034.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/tribes2/tribes2-25034.ebuild,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- tribes2-25034.ebuild	14 Apr 2009 07:29:33 -0000	1.19
+++ tribes2-25034.ebuild	22 Sep 2009 18:57:22 -0000	1.20
@@ -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/games-fps/tribes2/tribes2-25034.ebuild,v 1.19 2009/04/14 07:29:33 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/tribes2/tribes2-25034.ebuild,v 1.20 2009/09/22 18:57:22 mr_bones_ Exp $
 
 inherit eutils games
 
@@ -43,10 +43,10 @@
 src_install() {
 	einfo "Copying files... this may take a while..."
 	exeinto "${dir}"
-	doexe ${CDROM_ROOT}/bin/x86/glibc-2.1/{t2launch,tribes2,tribes2.dynamic,tribes2d,tribes2d-restart.sh,tribes2d.dynamic} || die "doexe failed"
+	doexe "${CDROM_ROOT}"/bin/x86/glibc-2.1/{t2launch,tribes2,tribes2.dynamic,tribes2d,tribes2d-restart.sh,tribes2d.dynamic} || die "doexe failed"
 
 	insinto "${dir}"
-	doins ${CDROM_ROOT}/{README,README.tribes2d,Tribes2_Manual.pdf,console_start.cs,kver.pub} ${Ddir} || die "copy failed"
+	doins "${CDROM_ROOT}"/{README,README.tribes2d,Tribes2_Manual.pdf,console_start.cs,kver.pub} "${Ddir}" || die "copy failed"
 
 	# Video card profiles
 	# TODO: move this to src_unpack where it belongs.
@@ -64,7 +64,7 @@
 	# we run touch on ${D} so as to make sure portage doesnt do any such thing
 	find "${Ddir}" -exec touch '{}' \;
 
-	newicon ${CDROM_ROOT}/icon.xpm tribes2.xpm
+	newicon "${CDROM_ROOT}"/icon.xpm tribes2.xpm
 	games_make_wrapper t2launch ./t2launch "${dir}" "${dir}"
 	make_desktop_entry t2launch "Tribes 2" tribes2
 






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

end of thread, other threads:[~2009-09-22 18:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-22 18:57 [gentoo-commits] gentoo-x86 commit in games-fps/tribes2: tribes2-25034.ebuild Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2009-04-14  7:29 Michael Sterrett (mr_bones_)

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