Gentoo Archives: gentoo-commits

From: "Lars Weiler (pylon)" <pylon@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-simulation/openttd: openttd-0.5.3.ebuild
Date: Sat, 20 Oct 2007 19:10:00
Message-Id: E1IjJXZ-0001Wm-5Z@stork.gentoo.org
1 pylon 07/10/20 18:59:17
2
3 Modified: openttd-0.5.3.ebuild
4 Log:
5 insinto is -safe.
6 (Portage version: 2.1.3.14)
7
8 Revision Changes Path
9 1.3 games-simulation/openttd/openttd-0.5.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/openttd/openttd-0.5.3.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/openttd/openttd-0.5.3.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/openttd/openttd-0.5.3.ebuild?r1=1.2&r2=1.3
14
15 Index: openttd-0.5.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.5.3.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- openttd-0.5.3.ebuild 1 Oct 2007 23:56:44 -0000 1.2
22 +++ openttd-0.5.3.ebuild 20 Oct 2007 18:59:16 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.5.3.ebuild,v 1.2 2007/10/01 23:56:44 pylon Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.5.3.ebuild,v 1.3 2007/10/20 18:59:16 pylon Exp $
28
29 inherit eutils games
30
31 @@ -110,7 +110,7 @@
32 doins scripts/*.example || die "doins failed (scripts)"
33
34 for i in {16,32,48,64,128}; do
35 - insinto "${ROOT}"/usr/share/icons/hicolor/${i}x${i}/apps
36 + insinto /usr/share/icons/hicolor/${i}x${i}/apps
37 newins media/openttd.${i}.png openttd.png
38 done
39
40
41
42
43 --
44 gentoo-commits@g.o mailing list