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-strategy/gorky17-demo: gorky17-demo-1.0.1.0.1-r1.ebuild ChangeLog
Date: Fri, 29 Aug 2014 18:01:47
Message-Id: 20140829180142.1DF264303@oystercatcher.gentoo.org
1 mr_bones_ 14/08/29 18:01:42
2
3 Modified: gorky17-demo-1.0.1.0.1-r1.ebuild ChangeLog
4 Log:
5 tidy
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.3 games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: gorky17-demo-1.0.1.0.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- gorky17-demo-1.0.1.0.1-r1.ebuild 25 Jun 2014 17:27:49 -0000 1.2
23 +++ gorky17-demo-1.0.1.0.1-r1.ebuild 29 Aug 2014 18:01:42 -0000 1.3
24 @@ -1,9 +1,8 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild,v 1.2 2014/06/25 17:27:49 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild,v 1.3 2014/08/29 18:01:42 mr_bones_ Exp $
29
30 EAPI=5
31 -
32 inherit eutils unpacker versionator games
33
34 MY_PN="gorky17"
35 @@ -52,18 +51,17 @@
36 unpack_makeself ${MY_PN}_demo.run
37 unpack ./data/data.tar.gz
38
39 - mkdir patch
40 - cd patch
41 + mkdir patch_dir
42 + cd patch_dir
43 unpack_makeself ${PN}-${MY_PV}-x86.run
44 cd "${S}"
45
46 # Apply patch
47 mv bin/Linux/x86/* .
48 - mv patch/*.sh .
49 - ./patch/bin/Linux/x86/loki_patch patch/patch.dat . \
50 - || die "loki_patch failed"
51 + mv patch_dir/*.sh .
52 + ./patch_dir/bin/Linux/x86/loki_patch patch_dir/patch.dat . || die
53
54 - rm -r update.sh *patch.sh data lgp_* patch setup* bin
55 + rm -r update.sh *patch.sh data lgp_* patch_dir setup* bin
56 }
57
58 src_install() {
59
60
61
62 1.12 games-strategy/gorky17-demo/ChangeLog
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gorky17-demo/ChangeLog?rev=1.12&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gorky17-demo/ChangeLog?rev=1.12&content-type=text/plain
66 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gorky17-demo/ChangeLog?r1=1.11&r2=1.12
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/games-strategy/gorky17-demo/ChangeLog,v
71 retrieving revision 1.11
72 retrieving revision 1.12
73 diff -u -r1.11 -r1.12
74 --- ChangeLog 29 Aug 2014 18:00:08 -0000 1.11
75 +++ ChangeLog 29 Aug 2014 18:01:42 -0000 1.12
76 @@ -1,6 +1,10 @@
77 # ChangeLog for games-strategy/gorky17-demo
78 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/gorky17-demo/ChangeLog,v 1.11 2014/08/29 18:00:08 mr_bones_ Exp $
80 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/gorky17-demo/ChangeLog,v 1.12 2014/08/29 18:01:42 mr_bones_ Exp $
81 +
82 + 29 Aug 2014; Michael Sterrett <mr_bones_@g.o>
83 + gorky17-demo-1.0.1.0.1-r1.ebuild:
84 + tidy
85
86 29 Aug 2014; Michael Sterrett <mr_bones_@g.o>
87 -gorky17-demo-1.0.1.0.1.ebuild: