public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-strategy/openra: ChangeLog openra-20120504.ebuild
@ 2012-05-04 17:31 Julian Ospald (hasufell)
  0 siblings, 0 replies; 3+ messages in thread
From: Julian Ospald (hasufell) @ 2012-05-04 17:31 UTC (permalink / raw
  To: gentoo-commits

hasufell    12/05/04 17:31:14

  Modified:             ChangeLog openra-20120504.ebuild
  Log:
  add missing '|| die' to emake
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  games-strategy/openra/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openra/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openra/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openra/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/openra/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	4 May 2012 00:23:42 -0000	1.2
+++ ChangeLog	4 May 2012 17:31:14 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/openra
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/ChangeLog,v 1.2 2012/05/04 00:23:42 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/ChangeLog,v 1.3 2012/05/04 17:31:14 hasufell Exp $
+
+  04 May 2012; Julian Ospald <hasufell@gentoo.org> openra-20120504.ebuild:
+  add missing '|| die' to emake
 
   04 May 2012; Julian Ospald <hasufell@gentoo.org> +files/README.gentoo,
   +files/openra-20120504-makefile.patch:



1.2                  games-strategy/openra/openra-20120504.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openra/openra-20120504.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openra/openra-20120504.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openra/openra-20120504.ebuild?r1=1.1&r2=1.2

Index: openra-20120504.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/openra/openra-20120504.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openra-20120504.ebuild	4 May 2012 00:20:14 -0000	1.1
+++ openra-20120504.ebuild	4 May 2012 17:31:14 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/openra-20120504.ebuild,v 1.1 2012/05/04 00:20:14 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/openra-20120504.ebuild,v 1.2 2012/05/04 17:31:14 hasufell Exp $
 
 EAPI=3
 
@@ -40,7 +40,7 @@
 		bindir="${GAMES_BINDIR}" \
 		libdir="$(games_get_libdir)/${PN}" \
 		DESTDIR="${D}" \
-		install
+		install || die
 
 	# icons
 	insinto /usr/share/icons/






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

* [gentoo-commits] gentoo-x86 commit in games-strategy/openra: ChangeLog openra-20120504.ebuild
@ 2012-05-14 11:49 Julian Ospald (hasufell)
  0 siblings, 0 replies; 3+ messages in thread
From: Julian Ospald (hasufell) @ 2012-05-14 11:49 UTC (permalink / raw
  To: gentoo-commits

hasufell    12/05/14 11:49:35

  Modified:             ChangeLog openra-20120504.ebuild
  Log:
  improve elog
  
  (Portage version: 2.2.0_alpha104/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  games-strategy/openra/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openra/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openra/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openra/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/openra/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	4 May 2012 17:31:14 -0000	1.3
+++ ChangeLog	14 May 2012 11:49:35 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/openra
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/ChangeLog,v 1.3 2012/05/04 17:31:14 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/ChangeLog,v 1.4 2012/05/14 11:49:35 hasufell Exp $
+
+  14 May 2012; Julian Ospald <hasufell@gentoo.org> openra-20120504.ebuild:
+  improve elog
 
   04 May 2012; Julian Ospald <hasufell@gentoo.org> openra-20120504.ebuild:
   add missing '|| die' to emake



1.3                  games-strategy/openra/openra-20120504.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openra/openra-20120504.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openra/openra-20120504.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openra/openra-20120504.ebuild?r1=1.2&r2=1.3

Index: openra-20120504.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/openra/openra-20120504.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openra-20120504.ebuild	4 May 2012 17:31:14 -0000	1.2
+++ openra-20120504.ebuild	14 May 2012 11:49:35 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/openra-20120504.ebuild,v 1.2 2012/05/04 17:31:14 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/openra-20120504.ebuild,v 1.3 2012/05/14 11:49:35 hasufell Exp $
 
 EAPI=3
 
@@ -69,12 +69,12 @@
 	games_pkg_postinst
 	gnome2_icon_cache_update
 
-	if use cg ; then
-		elog "If you have problems starting the game consider switching"
-		elog "back to Graphics.Renderer=Gl in openra*.desktop or manually"
-		elog "run:"
-		elog "${PN} Game.Mods=\$mod Graphics.Renderer=Gl"
-	fi
+	local myrenderer=$(usex cg Gl Cg)
+
+	elog "If you have problems starting the game consider switching"
+	elog "to Graphics.Renderer=${myrenderer} in openra*.desktop or manually"
+	elog "run:"
+	elog "${PN} Game.Mods=\$mod Graphics.Renderer=${myrenderer}"
 }
 
 pkg_postrm() {






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

* [gentoo-commits] gentoo-x86 commit in games-strategy/openra: ChangeLog openra-20120504.ebuild
@ 2012-06-02 15:56 Julian Ospald (hasufell)
  0 siblings, 0 replies; 3+ messages in thread
From: Julian Ospald (hasufell) @ 2012-06-02 15:56 UTC (permalink / raw
  To: gentoo-commits

hasufell    12/06/02 15:56:16

  Modified:             ChangeLog openra-20120504.ebuild
  Log:
  bump to EAPI=4
  
  (Portage version: 2.2.0_alpha109/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  games-strategy/openra/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openra/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openra/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openra/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/openra/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	14 May 2012 11:49:35 -0000	1.4
+++ ChangeLog	2 Jun 2012 15:56:16 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/openra
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/ChangeLog,v 1.4 2012/05/14 11:49:35 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/ChangeLog,v 1.5 2012/06/02 15:56:16 hasufell Exp $
+
+  02 Jun 2012; Julian Ospald <hasufell@gentoo.org> openra-20120504.ebuild:
+  bump to EAPI=4
 
   14 May 2012; Julian Ospald <hasufell@gentoo.org> openra-20120504.ebuild:
   improve elog



1.4                  games-strategy/openra/openra-20120504.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openra/openra-20120504.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openra/openra-20120504.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openra/openra-20120504.ebuild?r1=1.3&r2=1.4

Index: openra-20120504.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/openra/openra-20120504.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- openra-20120504.ebuild	14 May 2012 11:49:35 -0000	1.3
+++ openra-20120504.ebuild	2 Jun 2012 15:56:16 -0000	1.4
@@ -1,8 +1,8 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/openra-20120504.ebuild,v 1.3 2012/05/14 11:49:35 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/openra-20120504.ebuild,v 1.4 2012/06/02 15:56:16 hasufell Exp $
 
-EAPI=3
+EAPI=4
 
 inherit eutils mono gnome2-utils games
 
@@ -40,7 +40,7 @@
 		bindir="${GAMES_BINDIR}" \
 		libdir="$(games_get_libdir)/${PN}" \
 		DESTDIR="${D}" \
-		install || die
+		install
 
 	# icons
 	insinto /usr/share/icons/






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

end of thread, other threads:[~2012-06-02 15:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-14 11:49 [gentoo-commits] gentoo-x86 commit in games-strategy/openra: ChangeLog openra-20120504.ebuild Julian Ospald (hasufell)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-02 15:56 Julian Ospald (hasufell)
2012-05-04 17:31 Julian Ospald (hasufell)

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