public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-strategy/mindrover-demo: mindrover-demo-1.07b.ebuild
@ 2008-02-25 22:39 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2008-02-25 22:39 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    08/02/25 22:39:57

  Modified:             mindrover-demo-1.07b.ebuild
  Log:
  quoting
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.4                  games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild?r1=1.3&r2=1.4

Index: mindrover-demo-1.07b.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mindrover-demo-1.07b.ebuild	31 Mar 2006 22:11:53 -0000	1.3
+++ mindrover-demo-1.07b.ebuild	25 Feb 2008 22:39:56 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild,v 1.3 2006/03/31 22:11:53 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild,v 1.4 2008/02/25 22:39:56 mr_bones_ Exp $
 
 inherit eutils games
 
@@ -24,26 +24,26 @@
 Ddir=${D}/${dir}
 
 src_unpack() {
-	unpack_makeself ${DISTDIR}/${MY_P} || die "unpacking game"
+	unpack_makeself "${DISTDIR}"/${MY_P} || die "unpacking game"
 }
 
 src_install() {
 	einfo "This will take a while ... go get a pizza or something"
 
-	dodir ${dir}
+	dodir "${dir}"
 
-	tar -zxf data.tar.gz -C ${Ddir}/ || die "armyops untar failed"
-	tar -zxf music.tar.gz -C ${Ddir}/ || die "binaries untar failed"
+	tar -zxf data.tar.gz -C "${Ddir}"/ || die "untar failed"
+	tar -zxf music.tar.gz -C "${Ddir}"/ || die "untar failed"
 
 	dodoc README
 	newicon icon.xpm ${PN}.xpm || die "doins failed"
-	exeinto ${dir}
+	exeinto "${dir}"
 	doexe bin/Linux/x86/glibc-2.1/mindrover_demo \
 		bin/Linux/x86/glibc-2.1/lib/libopenal.so.0.0.6 || die "doexe failed"
-	dosym ${dir}/libopenal.so.0.0.6 ${dir}/libopenal.so.0
+	dosym "${dir}"/libopenal.so.0.0.6 "${dir}"/libopenal.so.0
 
 	games_make_wrapper ${PN} ./mindrover_demo "${dir}" "${dir}"
 
 	prepgamesdirs
-	make_desktop_entry ${PN} "Mindrover: Europa Project (Demo)" ${PN}.xpm
+	make_desktop_entry ${PN} "Mindrover: Europa Project (Demo)" ${PN}
 }



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in games-strategy/mindrover-demo: mindrover-demo-1.07b.ebuild
@ 2008-05-15 13:14 Tristan Heaven (nyhm)
  0 siblings, 0 replies; 2+ messages in thread
From: Tristan Heaven (nyhm) @ 2008-05-15 13:14 UTC (permalink / raw
  To: gentoo-commits

nyhm        08/05/15 13:14:38

  Modified:             mindrover-demo-1.07b.ebuild
  Log:
  drop virtual/libc dep
  (Portage version: 2.1.5_rc10)

Revision  Changes    Path
1.5                  games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild?r1=1.4&r2=1.5

Index: mindrover-demo-1.07b.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mindrover-demo-1.07b.ebuild	25 Feb 2008 22:39:56 -0000	1.4
+++ mindrover-demo-1.07b.ebuild	15 May 2008 13:14:38 -0000	1.5
@@ -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-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild,v 1.4 2008/02/25 22:39:56 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild,v 1.5 2008/05/15 13:14:38 nyhm Exp $
 
 inherit eutils games
 
@@ -12,11 +12,9 @@
 LICENSE="as-is"
 SLOT="0"
 KEYWORDS="x86"
-RESTRICT="strip"
-
 IUSE=""
+RESTRICT="strip"
 
-DEPEND="virtual/libc"
 RDEPEND="virtual/opengl"
 
 S=${WORKDIR}
@@ -45,5 +43,5 @@
 	games_make_wrapper ${PN} ./mindrover_demo "${dir}" "${dir}"
 
 	prepgamesdirs
-	make_desktop_entry ${PN} "Mindrover: Europa Project (Demo)" ${PN}
+	make_desktop_entry ${PN} "Mindrover: Europa Project (Demo)"
 }



-- 
gentoo-commits@lists.gentoo.org mailing list



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

end of thread, other threads:[~2008-05-15 13:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-15 13:14 [gentoo-commits] gentoo-x86 commit in games-strategy/mindrover-demo: mindrover-demo-1.07b.ebuild Tristan Heaven (nyhm)
  -- strict thread matches above, loose matches on Subject: below --
2008-02-25 22:39 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