Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/ja2-stracciatella-data: ChangeLog ja2-stracciatella-data-1.ebuild
Date: Sat, 02 Jun 2012 17:15:01
Message-Id: 20120602171446.C14962004B@flycatcher.gentoo.org
1 hasufell 12/06/02 17:14:46
2
3 Modified: ChangeLog ja2-stracciatella-data-1.ebuild
4 Log:
5 bump to EAPI=4
6
7 (Portage version: 2.2.0_alpha109/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 games-strategy/ja2-stracciatella-data/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella-data/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella-data/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella-data/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella-data/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 10 May 2012 20:10:06 -0000 1.1
23 +++ ChangeLog 2 Jun 2012 17:14:46 -0000 1.2
24 @@ -1,6 +1,10 @@
25 # ChangeLog for games-strategy/ja2-stracciatella-data
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella-data/ChangeLog,v 1.1 2012/05/10 20:10:06 hasufell Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella-data/ChangeLog,v 1.2 2012/06/02 17:14:46 hasufell Exp $
29 +
30 + 02 Jun 2012; Julian Ospald <hasufell@g.o>
31 + ja2-stracciatella-data-1.ebuild:
32 + bump to EAPI=4
33
34 *ja2-stracciatella-data-1 (10 May 2012)
35
36
37
38
39 1.2 games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1.ebuild?r1=1.1&r2=1.2
44
45 Index: ja2-stracciatella-data-1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- ja2-stracciatella-data-1.ebuild 10 May 2012 20:10:06 -0000 1.1
52 +++ ja2-stracciatella-data-1.ebuild 2 Jun 2012 17:14:46 -0000 1.2
53 @@ -1,8 +1,8 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1.ebuild,v 1.1 2012/05/10 20:10:06 hasufell Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1.ebuild,v 1.2 2012/06/02 17:14:46 hasufell Exp $
58
59 -EAPI=3
60 +EAPI=4
61
62 inherit cdrom check-reqs games
63
64 @@ -20,12 +20,8 @@
65
66 S=${WORKDIR}
67
68 -pkg_setup() {
69 - CHECKREQS_DISK_BUILD="3G"
70 - CHECKREQS_DISK_USR="1G"
71 - check-reqs_pkg_setup
72 - games_pkg_setup
73 -}
74 +CHECKREQS_DISK_BUILD="3G"
75 +CHECKREQS_DISK_USR="1G"
76
77 src_unpack() {
78 export CDROM_NAME="INSTALL_CD"
79 @@ -53,7 +49,7 @@
80
81 src_install() {
82 insinto "${GAMES_DATADIR}"/ja2/data
83 - doins -r "${S}"/Ja2_Files/Data/* || die
84 + doins -r "${S}"/Ja2_Files/Data/*
85 prepgamesdirs
86 }