Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/stella: stella-3.7.2.ebuild
Date: Thu, 23 Aug 2012 23:39:01
Message-Id: 20120823233849.44FC7204E5@flycatcher.gentoo.org
1 mr_bones_ 12/08/23 23:38:49
2
3 Modified: stella-3.7.2.ebuild
4 Log:
5 whitespace
6
7 (Portage version: 2.1.11.9/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 games-emulation/stella/stella-3.7.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/stella-3.7.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/stella-3.7.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/stella-3.7.2.ebuild?r1=1.1&r2=1.2
15
16 Index: stella-3.7.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.7.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- stella-3.7.2.ebuild 11 Aug 2012 20:49:46 -0000 1.1
23 +++ stella-3.7.2.ebuild 23 Aug 2012 23:38:49 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.7.2.ebuild,v 1.1 2012/08/11 20:49:46 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.7.2.ebuild,v 1.2 2012/08/23 23:38:49 mr_bones_ Exp $
29
30 EAPI=2
31 inherit eutils gnome2-utils games
32 @@ -52,7 +52,7 @@
33 src_install() {
34 # icons
35 local i
36 - for i in 48 128 ; do
37 + for i in 48 128 ; do
38 newicon -s ${i} src/common/stella-${i}x${i}.png stella.png
39 done