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/dominions2: dominions2-2.16.ebuild ChangeLog
Date: Mon, 01 Jun 2015 20:49:15
Message-Id: 20150601204910.0BF70A19@oystercatcher.gentoo.org
1 mr_bones_ 15/06/01 20:49:10
2
3 Modified: dominions2-2.16.ebuild ChangeLog
4 Log:
5 clean up app-emulation/emul-linux which has been removed
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.13 games-strategy/dominions2/dominions2-2.16.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dominions2/dominions2-2.16.ebuild?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dominions2/dominions2-2.16.ebuild?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dominions2/dominions2-2.16.ebuild?r1=1.12&r2=1.13
15
16 Index: dominions2-2.16.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/dominions2/dominions2-2.16.ebuild,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- dominions2-2.16.ebuild 13 Oct 2014 16:22:19 -0000 1.12
23 +++ dominions2-2.16.ebuild 1 Jun 2015 20:49:09 -0000 1.13
24 @@ -1,9 +1,8 @@
25 -# Copyright 1999-2014 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-strategy/dominions2/dominions2-2.16.ebuild,v 1.12 2014/10/13 16:22:19 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/dominions2/dominions2-2.16.ebuild,v 1.13 2015/06/01 20:49:09 mr_bones_ Exp $
30
31 EAPI=5
32 -
33 inherit eutils cdrom games
34
35 DESCRIPTION="Dominions 2: The Ascension Wars is an epic turn-based fantasy strategy game"
36 @@ -26,7 +25,7 @@
37 IUSE="doc"
38 RESTRICT="bindist strip"
39
40 -DEPEND="
41 +RDEPEND="
42 || (
43 ppc? (
44 media-libs/libsdl
45 @@ -38,25 +37,17 @@
46 virtual/opengl[abi_x86_32(-)]
47 virtual/glu[abi_x86_32(-)]
48 )
49 - amd64? (
50 - app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
51 - app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
52 - app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
53 - )
54 )"
55 -RDEPEND="${DEPEND}"
56
57 dir=${GAMES_PREFIX_OPT}/${PN}
58 Ddir=${D}/${dir}
59
60 src_unpack() {
61 - mkdir -p "${S}"/patch
62 - cd "${S}"/patch
63 - if use x86 || use amd64
64 - then
65 + mkdir -p "${S}"/patch || die
66 + cd "${S}"/patch || die
67 + if use x86 || use amd64 ; then
68 unpack dompatch${PV/\./}_linux_x86.tgz
69 - elif use ppc
70 - then
71 + elif use ppc ; then
72 unpack dompatch${PV/\./}_linux_ppc.tgz
73 fi
74 }
75 @@ -66,11 +57,9 @@
76 einfo "Copying files to harddisk... this may take a while..."
77
78 exeinto "${dir}"
79 - if use amd64 || use x86
80 - then
81 + if use amd64 || use x86 ; then
82 doexe "${CDROM_ROOT}"/bin_lin/x86/dom2*
83 - elif use ppc
84 - then
85 + elif use ppc ; then
86 doexe "${CDROM_ROOT}"/bin_lin/ppc/dom2*
87 fi
88 insinto "${dir}"
89 @@ -82,7 +71,7 @@
90 einfo "Applying patch for version ${PV}..."
91 dodoc "${S}"/patch/doc/*
92 doexe "${S}"/patch/dom2
93 - rm -rf "${S}"/patch/doc/ "${S}"/patch/dom2 || die "rm failed"
94 + rm -rf "${S}"/patch/doc/ "${S}"/patch/dom2 || die
95 doins -r "${S}"/patch/*
96
97 if use doc; then
98
99
100
101 1.13 games-strategy/dominions2/ChangeLog
102
103 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dominions2/ChangeLog?rev=1.13&view=markup
104 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dominions2/ChangeLog?rev=1.13&content-type=text/plain
105 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dominions2/ChangeLog?r1=1.12&r2=1.13
106
107 Index: ChangeLog
108 ===================================================================
109 RCS file: /var/cvsroot/gentoo-x86/games-strategy/dominions2/ChangeLog,v
110 retrieving revision 1.12
111 retrieving revision 1.13
112 diff -u -r1.12 -r1.13
113 --- ChangeLog 13 Oct 2014 16:22:19 -0000 1.12
114 +++ ChangeLog 1 Jun 2015 20:49:09 -0000 1.13
115 @@ -1,6 +1,9 @@
116 # ChangeLog for games-strategy/dominions2
117 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
118 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/dominions2/ChangeLog,v 1.12 2014/10/13 16:22:19 mgorny Exp $
119 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
120 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/dominions2/ChangeLog,v 1.13 2015/06/01 20:49:09 mr_bones_ Exp $
121 +
122 + 01 Jun 2015; Michael Sterrett <mr_bones_@g.o> dominions2-2.16.ebuild:
123 + clean up app-emulation/emul-linux which has been removed
124
125 13 Oct 2014; Michał Górny <mgorny@g.o> dominions2-2.16.ebuild:
126 Support multilib providers for deps. Bump to EAPI=5.