Gentoo Archives: gentoo-commits

From: "Azamat H. Hackimov" <winterheart@××××××.ru>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-simulation/babylon5-ifh-dao/
Date: Thu, 15 Nov 2018 21:35:45
Message-Id: 1542316717.7cc86a88f9fcc2b2b38239d0fb4c2e26b4702c6a.winterheart@gentoo
1 commit: 7cc86a88f9fcc2b2b38239d0fb4c2e26b4702c6a
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Thu Nov 15 21:18:37 2018 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Thu Nov 15 21:18:37 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=7cc86a88
7
8 games-simulation/babylon5-ifh-dao: Renew ebuild
9
10 Hello, my old friend...
11
12 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
13 Package-Manager: Portage-2.3.51, Repoman-2.3.11
14
15 .../babylon5-ifh-dao/babylon5-ifh-dao-1.15.ebuild | 17 +++++++----------
16 games-simulation/babylon5-ifh-dao/metadata.xml | 3 +--
17 2 files changed, 8 insertions(+), 12 deletions(-)
18
19 diff --git a/games-simulation/babylon5-ifh-dao/babylon5-ifh-dao-1.15.ebuild b/games-simulation/babylon5-ifh-dao/babylon5-ifh-dao-1.15.ebuild
20 index 0372033..e661419 100644
21 --- a/games-simulation/babylon5-ifh-dao/babylon5-ifh-dao-1.15.ebuild
22 +++ b/games-simulation/babylon5-ifh-dao/babylon5-ifh-dao-1.15.ebuild
23 @@ -1,17 +1,16 @@
24 -# Copyright 1999-2011 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: $
28
29 -EAPI=3
30 +EAPI=6
31
32 -inherit games
33 +inherit eutils
34
35 MY_PV=${PV/./}
36 DESCRIPTION="Danger and Opportunity - a prequel for Babylon 5: I've Found Her"
37 HOMEPAGE="http://ifhgame.ru/main/dao-home"
38 SRC_URI="http://www.b5.ru/ifh/ifh${MY_PV}.tar.gz"
39
40 -LICENSE="as-is"
41 +LICENSE="HPND"
42 SLOT="0"
43 KEYWORDS="-* ~amd64 ~x86"
44 IUSE=""
45 @@ -20,10 +19,10 @@ RDEPEND="virtual/opengl
46 x11-libs/libX11"
47 DEPEND="${DEPEND}"
48
49 -S="${WORKDIR}"/ifh
50 +S="${WORKDIR}/ifh"
51
52 src_install() {
53 - local dir=${GAMES_PREFIX_OPT}/ifh
54 + local dir=/opt/ifh
55 if use amd64; then
56 local exefile=coreifh64
57 local fmodex=libfmodex64.so
58 @@ -42,7 +41,5 @@ src_install() {
59 fperms 770 "${dir}"/data/pilots
60 exeinto "${dir}"/bin
61 doexe bin/{${exefile},${fmodex}} || die "doexe failes"
62 - games_make_wrapper ${PN} ./${exefile} "${dir}/bin" "${dir}/bin"
63 -
64 - prepgamesdirs
65 + make_wrapper ${PN} ./${exefile} "${dir}/bin" "${dir}/bin"
66 }
67
68 diff --git a/games-simulation/babylon5-ifh-dao/metadata.xml b/games-simulation/babylon5-ifh-dao/metadata.xml
69 index d523069..b89738d 100644
70 --- a/games-simulation/babylon5-ifh-dao/metadata.xml
71 +++ b/games-simulation/babylon5-ifh-dao/metadata.xml
72 @@ -1,8 +1,7 @@
73 <?xml version="1.0" encoding="UTF-8"?>
74 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
75 <pkgmetadata>
76 -<herd>gamerlay</herd>
77 -<maintainer>
78 +<maintainer type="person">
79 <email>azamat.hackimov@×××××.com</email>
80 <name>Azamat H. Hackimov</name>
81 </maintainer>