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: metadata.xml postalplus-1.ebuild ChangeLog
Date: Sat, 31 Jan 2009 03:45:34
Message-Id: E1LT6nU-0002eC-AS@stork.gentoo.org
1 mr_bones_ 09/01/31 03:45:32
2
3 Added: metadata.xml postalplus-1.ebuild ChangeLog
4 Log:
5 initial commit - ebuild submitted by Paul Bredbury via bug #117096
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
7
8 Revision Changes Path
9 1.1 games-action/postalplus/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/postalplus/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/postalplus/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>games</herd>
20 </pkgmetadata>
21
22
23
24 1.1 games-action/postalplus/postalplus-1.ebuild
25
26 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/postalplus/postalplus-1.ebuild?rev=1.1&view=markup
27 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/postalplus/postalplus-1.ebuild?rev=1.1&content-type=text/plain
28
29 Index: postalplus-1.ebuild
30 ===================================================================
31 # Copyright 1999-2009 Gentoo Foundation
32 # Distributed under the terms of the GNU General Public License v2
33 # $Header: /var/cvsroot/gentoo-x86/games-action/postalplus/postalplus-1.ebuild,v 1.1 2009/01/31 03:45:32 mr_bones_ Exp $
34
35 inherit eutils games
36
37 DESCRIPTION="Ultraviolent and controversial game featuring the Postal Dude"
38 HOMEPAGE="http://www.lokigames.com/products/postal/"
39 SRC_URI=""
40
41 LICENSE="LOKI-EULA"
42 SLOT="0"
43 KEYWORDS="~x86"
44 IUSE=""
45 RESTRICT="strip"
46
47 DEPEND="virtual/libc"
48
49 S=${WORKDIR}
50
51 GAMES_CHECK_LICENSE="yes"
52
53 src_install() {
54 local dir=${GAMES_PREFIX_OPT}/${PN}
55
56 cdrom_get_cds postal_plus.ini
57 exeinto "${dir}"
58 doexe "${CDROM_ROOT}"/bin/x86/postal || die
59 insinto "${dir}"
60 doins "${CDROM_ROOT}"/{icon.{bmp,xpm},postal_plus.ini,README} || die
61 cp "${CDROM_ROOT}"/icon.xpm ${PN}.xpm || die
62
63 cp -r "${CDROM_ROOT}"/res "${D}${dir}" || die "cp data failed"
64 find "${D}" -name TRANS.TBL -exec rm '{}' +
65
66 games_make_wrapper ${PN} ./postal "${dir}"
67 doicon ${PN}.xpm
68 make_desktop_entry ${PN} "Postal Plus" ${PN}
69
70 prepgamesdirs
71 }
72
73
74
75 1.1 games-action/postalplus/ChangeLog
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/postalplus/ChangeLog?rev=1.1&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/postalplus/ChangeLog?rev=1.1&content-type=text/plain
79
80 Index: ChangeLog
81 ===================================================================
82 # ChangeLog for games-action/postalplus
83 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
84 # $Header: /var/cvsroot/gentoo-x86/games-action/postalplus/ChangeLog,v 1.1 2009/01/31 03:45:32 mr_bones_ Exp $
85
86 *postalplus-1 (31 Jan 2009)
87
88 31 Jan 2009; Michael Sterrett <mr_bones_@g.o> +metadata.xml,
89 +postalplus-1.ebuild:
90 initial commit - ebuild submitted by Paul Bredbury via bug #117096