public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-action/bzflag: bzflag-2.0.8.ebuild bzflag-2.0.10.ebuild ChangeLog
@ 2008-02-29 18:21 Carsten Lohrke (carlo)
  0 siblings, 0 replies; only message in thread
From: Carsten Lohrke (carlo) @ 2008-02-29 18:21 UTC (permalink / raw
  To: gentoo-commits

carlo       08/02/29 18:21:15

  Modified:             bzflag-2.0.8.ebuild bzflag-2.0.10.ebuild ChangeLog
  Log:
   Remove icon extension from desktop entry to match Icon Theme Specification.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.8                  games-action/bzflag/bzflag-2.0.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bzflag/bzflag-2.0.8.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bzflag/bzflag-2.0.8.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bzflag/bzflag-2.0.8.ebuild?r1=1.7&r2=1.8

Index: bzflag-2.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.8.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- bzflag-2.0.8.ebuild	31 May 2007 02:12:58 -0000	1.7
+++ bzflag-2.0.8.ebuild	29 Feb 2008 18:21:15 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.8.ebuild,v 1.7 2007/05/31 02:12:58 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.8.ebuild,v 1.8 2008/02/29 18:21:15 carlo Exp $
 
 inherit eutils flag-o-matic games
 
@@ -78,7 +78,7 @@
 
 	if use sdl || ! use dedicated ; then
 		doicon "data/bzflag-48x48.png"
-		make_desktop_entry ${PN} "BZFlag" ${PN}-48x48.png
+		make_desktop_entry ${PN} "BZFlag" ${PN}-48x48
 	fi
 
 	prepgamesdirs



1.3                  games-action/bzflag/bzflag-2.0.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bzflag/bzflag-2.0.10.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bzflag/bzflag-2.0.10.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bzflag/bzflag-2.0.10.ebuild?r1=1.2&r2=1.3

Index: bzflag-2.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bzflag-2.0.10.ebuild	30 Nov 2007 22:59:49 -0000	1.2
+++ bzflag-2.0.10.ebuild	29 Feb 2008 18:21:15 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.10.ebuild,v 1.2 2007/11/30 22:59:49 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.10.ebuild,v 1.3 2008/02/29 18:21:15 carlo Exp $
 
 inherit eutils flag-o-matic games
 
@@ -68,7 +68,7 @@
 
 	if use sdl || ! use dedicated ; then
 		doicon "data/bzflag-48x48.png"
-		make_desktop_entry ${PN} "BZFlag" ${PN}-48x48.png
+		make_desktop_entry ${PN} "BZFlag" ${PN}-48x48
 	fi
 
 	prepgamesdirs



1.34                 games-action/bzflag/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bzflag/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bzflag/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bzflag/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	30 Nov 2007 22:59:49 -0000	1.33
+++ ChangeLog	29 Feb 2008 18:21:15 -0000	1.34
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/bzflag
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.33 2007/11/30 22:59:49 tupone Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.34 2008/02/29 18:21:15 carlo Exp $
+
+  29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> bzflag-2.0.8.ebuild,
+  bzflag-2.0.10.ebuild:
+  Remove icon extension from desktop entry to match Icon Theme Specification.
 
   30 Nov 2007; Tupone Alfredo <tupone@gentoo.org> bzflag-2.0.10.ebuild:
   Better use net-misc/curl built with c-ares support. Bug #200798 by gionnico



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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-29 18:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-29 18:21 [gentoo-commits] gentoo-x86 commit in games-action/bzflag: bzflag-2.0.8.ebuild bzflag-2.0.10.ebuild ChangeLog Carsten Lohrke (carlo)

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