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-puzzle/pingus: pingus-0.7.2.ebuild ChangeLog
Date: Thu, 04 Sep 2008 16:31:29
Message-Id: E1KbHjx-00054x-Mo@stork.gentoo.org
1 mr_bones_ 08/09/04 16:31:25
2
3 Modified: pingus-0.7.2.ebuild ChangeLog
4 Log:
5 Attempt at using a less-ugly icon (bug #236596)
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.8 games-puzzle/pingus/pingus-0.7.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/pingus/pingus-0.7.2.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/pingus/pingus-0.7.2.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/pingus/pingus-0.7.2.ebuild?r1=1.7&r2=1.8
14
15 Index: pingus-0.7.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.2.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- pingus-0.7.2.ebuild 28 Aug 2008 14:10:33 -0000 1.7
22 +++ pingus-0.7.2.ebuild 4 Sep 2008 16:31:25 -0000 1.8
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.2.ebuild,v 1.7 2008/08/28 14:10:33 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.2.ebuild,v 1.8 2008/09/04 16:31:25 mr_bones_ Exp $
28
29 inherit eutils toolchain-funcs games
30
31 @@ -48,7 +48,7 @@
32
33 src_install() {
34 ./install.sh "${D}" || die "install.sh failed"
35 - newicon data/images/pingus/player0/boarder.png ${PN}.png
36 + newicon data/images/core/worldmap/pingus_standing.png ${PN}.png
37 make_desktop_entry ${PN} Pingus
38 dodoc AUTHORS NEWS README TODO
39 prepgamesdirs
40
41
42
43 1.22 games-puzzle/pingus/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/pingus/ChangeLog?rev=1.22&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/pingus/ChangeLog?rev=1.22&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/pingus/ChangeLog?r1=1.21&r2=1.22
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v
52 retrieving revision 1.21
53 retrieving revision 1.22
54 diff -u -r1.21 -r1.22
55 --- ChangeLog 28 Aug 2008 14:10:33 -0000 1.21
56 +++ ChangeLog 4 Sep 2008 16:31:25 -0000 1.22
57 @@ -1,6 +1,9 @@
58 # ChangeLog for games-puzzle/pingus
59 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.21 2008/08/28 14:10:33 mr_bones_ Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.22 2008/09/04 16:31:25 mr_bones_ Exp $
62 +
63 + 04 Sep 2008; Michael Sterrett <mr_bones_@g.o> pingus-0.7.2.ebuild:
64 + Attempt at using a less-ugly icon (bug #236596)
65
66 28 Aug 2008; Michael Sterrett <mr_bones_@g.o> pingus-0.7.2.ebuild:
67 Patch from Diego Pettenò to enable parallel build (bug #235987)