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-action/postalplus: postalplus-1.ebuild ChangeLog
Date: Mon, 30 Mar 2015 21:45:41
Message-Id: 20150330214533.E837114DFA@oystercatcher.gentoo.org
1 mr_bones_ 15/03/30 21:45:32
2
3 Modified: postalplus-1.ebuild ChangeLog
4 Log:
5 EAPI=5
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.6 games-action/postalplus/postalplus-1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/postalplus/postalplus-1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/postalplus/postalplus-1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/postalplus/postalplus-1.ebuild?r1=1.5&r2=1.6
15
16 Index: postalplus-1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/postalplus/postalplus-1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- postalplus-1.ebuild 16 Jan 2012 19:09:15 -0000 1.5
23 +++ postalplus-1.ebuild 30 Mar 2015 21:45:32 -0000 1.6
24 @@ -1,7 +1,8 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-action/postalplus/postalplus-1.ebuild,v 1.5 2012/01/16 19:09:15 ulm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-action/postalplus/postalplus-1.ebuild,v 1.6 2015/03/30 21:45:32 mr_bones_ Exp $
30
31 +EAPI=5
32 inherit eutils cdrom games
33
34 DESCRIPTION="Ultraviolent and controversial game featuring the Postal Dude"
35 @@ -21,12 +22,12 @@
36
37 cdrom_get_cds postal_plus.ini
38 exeinto "${dir}"
39 - doexe "${CDROM_ROOT}"/bin/x86/postal || die
40 + doexe "${CDROM_ROOT}"/bin/x86/postal
41 insinto "${dir}"
42 - doins "${CDROM_ROOT}"/{icon.{bmp,xpm},postal_plus.ini,README} || die
43 + doins "${CDROM_ROOT}"/{icon.{bmp,xpm},postal_plus.ini,README}
44 cp "${CDROM_ROOT}"/icon.xpm ${PN}.xpm || die
45
46 - cp -r "${CDROM_ROOT}"/res "${D}${dir}" || die "cp data failed"
47 + cp -r "${CDROM_ROOT}"/res "${D}${dir}" || die
48 find "${D}" -name TRANS.TBL -exec rm '{}' +
49
50 games_make_wrapper ${PN} ./postal "${dir}"
51
52
53
54 1.4 games-action/postalplus/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/postalplus/ChangeLog?rev=1.4&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/postalplus/ChangeLog?rev=1.4&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/postalplus/ChangeLog?r1=1.3&r2=1.4
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/games-action/postalplus/ChangeLog,v
63 retrieving revision 1.3
64 retrieving revision 1.4
65 diff -u -r1.3 -r1.4
66 --- ChangeLog 16 Jan 2012 19:09:15 -0000 1.3
67 +++ ChangeLog 30 Mar 2015 21:45:32 -0000 1.4
68 @@ -1,6 +1,9 @@
69 # ChangeLog for games-action/postalplus
70 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/games-action/postalplus/ChangeLog,v 1.3 2012/01/16 19:09:15 ulm Exp $
72 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
73 +# $Header: /var/cvsroot/gentoo-x86/games-action/postalplus/ChangeLog,v 1.4 2015/03/30 21:45:32 mr_bones_ Exp $
74 +
75 + 30 Mar 2015; Michael Sterrett <mr_bones_@g.o> postalplus-1.ebuild:
76 + EAPI=5
77
78 16 Jan 2012; Ulrich Müller <ulm@g.o> postalplus-1.ebuild:
79 Migrate to cdrom.eclass, bug 398809.
80 @@ -14,4 +17,3 @@
81 31 Jan 2009; Michael Sterrett <mr_bones_@g.o> +metadata.xml,
82 +postalplus-1.ebuild:
83 initial commit - ebuild submitted by Paul Bredbury via bug #117096
84 -