Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/heavygear2: heavygear2-1.0b.ebuild
Date: Thu, 05 Nov 2009 06:01:42
Message-Id: E1N5vPg-0005Gd-My@stork.gentoo.org
1 nyhm 09/11/05 06:01:40
2
3 Modified: heavygear2-1.0b.ebuild
4 Log:
5 hiding loki_patch output isn't very helpful
6 (Portage version: 2.2_rc48/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.21 games-action/heavygear2/heavygear2-1.0b.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/heavygear2/heavygear2-1.0b.ebuild?rev=1.21&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/heavygear2/heavygear2-1.0b.ebuild?rev=1.21&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/heavygear2/heavygear2-1.0b.ebuild?r1=1.20&r2=1.21
14
15 Index: heavygear2-1.0b.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-action/heavygear2/heavygear2-1.0b.ebuild,v
18 retrieving revision 1.20
19 retrieving revision 1.21
20 diff -u -r1.20 -r1.21
21 --- heavygear2-1.0b.ebuild 28 Sep 2009 22:56:34 -0000 1.20
22 +++ heavygear2-1.0b.ebuild 5 Nov 2009 06:01:40 -0000 1.21
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-action/heavygear2/heavygear2-1.0b.ebuild,v 1.20 2009/09/28 22:56:34 nyhm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-action/heavygear2/heavygear2-1.0b.ebuild,v 1.21 2009/11/05 06:01:40 nyhm Exp $
28
29 inherit eutils games
30
31 @@ -59,7 +59,7 @@
32
33 cd "${S}"
34 loki_patch --verify patch.dat
35 - loki_patch patch.dat "${Ddir}" >& /dev/null || die "patching"
36 + loki_patch patch.dat "${Ddir}" || die "patching"
37
38 # now, since these files are coming off a cd, the times/sizes/md5sums wont
39 # be different ... that means portage will try to unmerge some files (!)