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/heroes3: heroes3-1.3.1a-r2.ebuild ChangeLog
Date: Wed, 29 Apr 2015 05:22:14
Message-Id: 20150429052206.910F599B@oystercatcher.gentoo.org
1 mr_bones_ 15/04/29 05:22:05
2
3 Modified: heroes3-1.3.1a-r2.ebuild ChangeLog
4 Log:
5 add patch from Ihar Hrachyshka in bug #419755 at initial support for amd64
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.18 games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild?r1=1.17&r2=1.18
15
16 Index: heroes3-1.3.1a-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- heroes3-1.3.1a-r2.ebuild 29 Mar 2015 08:17:56 -0000 1.17
23 +++ heroes3-1.3.1a-r2.ebuild 29 Apr 2015 05:22:05 -0000 1.18
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild,v 1.17 2015/03/29 08:17:56 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild,v 1.18 2015/04/29 05:22:05 mr_bones_ Exp $
29
30 # [x] Base Install Required (+4 MB)
31 # [x] Scenarios (+7 MB)
32 @@ -26,6 +26,7 @@
33 # here so someone else can stabilize loki_setupdb and loki_patch for PPC and
34 # then KEYWORD this appropriately.
35 SRC_URI="x86? ( mirror://lokigames/${PN}/${P}-cdrom-x86.run )
36 + amd64? ( mirror://lokigames/${PN}/${P}-cdrom-x86.run )
37 ppc? ( mirror://lokigames/${PN}/${P}-ppc.run )"
38 # This is commented because the server is unreachable.
39 # linguas_es? ( ${LANGPACKPATHPREFIX}-es.tar.gz )
40 @@ -38,7 +39,7 @@
41 SLOT="0"
42 IUSE="nocd maps music sounds videos"
43 #linguas_en linguas_es linguas_pl linguas_de"
44 -KEYWORDS="~ppc ~x86"
45 +KEYWORDS="~amd64 ~ppc x86"
46 RESTRICT="strip"
47
48 DEPEND="=dev-util/xdelta-1*
49 @@ -91,7 +92,7 @@
50
51 src_unpack() {
52 cdrom_get_cds hiscore.tar.gz
53 - use x86 && unpack_makeself ${P}-cdrom-x86.run
54 + (use x86 || use amd64) && unpack_makeself ${P}-cdrom-x86.run
55 use ppc && unpack_makeself ${P}-ppc.run
56
57 # for i in ${LINGUAS}
58 @@ -117,7 +118,7 @@
59
60 if use nocd
61 then
62 - doins -r "${CDROM_ROOT}"/{data,maps,mp3} || die "copying data"
63 + doins -r "${CDROM_ROOT}"/{data,maps,mp3}
64 else
65 if use maps
66 then
67 @@ -199,7 +200,6 @@
68 cp "${FILESDIR}"/heroes3-wrapper.sh "${T}"/heroes3 || die
69 sed -i -e "s:GAMES_PREFIX_OPT:${GAMES_PREFIX_OPT}:" "${T}"/heroes3 || die
70 dogamesbin "${T}"/heroes3
71 -
72 }
73
74 pkg_postinst() {
75
76
77
78 1.26 games-strategy/heroes3/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/heroes3/ChangeLog?rev=1.26&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/heroes3/ChangeLog?rev=1.26&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/heroes3/ChangeLog?r1=1.25&r2=1.26
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/games-strategy/heroes3/ChangeLog,v
87 retrieving revision 1.25
88 retrieving revision 1.26
89 diff -u -r1.25 -r1.26
90 --- ChangeLog 29 Mar 2015 08:17:56 -0000 1.25
91 +++ ChangeLog 29 Apr 2015 05:22:05 -0000 1.26
92 @@ -1,6 +1,9 @@
93 # ChangeLog for games-strategy/heroes3
94 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/heroes3/ChangeLog,v 1.25 2015/03/29 08:17:56 mr_bones_ Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/heroes3/ChangeLog,v 1.26 2015/04/29 05:22:05 mr_bones_ Exp $
97 +
98 + 29 Apr 2015; Michael Sterrett <mr_bones_@g.o> heroes3-1.3.1a-r2.ebuild:
99 + add patch from Ihar Hrachyshka in bug #419755 at initial support for amd64
100
101 29 Mar 2015; Michael Sterrett <mr_bones_@g.o> heroes3-1.3.1a-r2.ebuild:
102 EAPI=5