mr_bones_    15/04/29 05:22:05

  Modified:             heroes3-1.3.1a-r2.ebuild ChangeLog
  Log:
  add patch from Ihar Hrachyshka in bug #419755 at initial support for amd64
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.18                 games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild?rev=1.18&view=markup
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
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild?r1=1.17&r2=1.18

Index: heroes3-1.3.1a-r2.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- heroes3-1.3.1a-r2.ebuild    29 Mar 2015 08:17:56 -0000      1.17
+++ heroes3-1.3.1a-r2.ebuild    29 Apr 2015 05:22:05 -0000      1.18
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 #      [x] Base Install Required (+4 MB)
 #      [x] Scenarios (+7 MB)
@@ -26,6 +26,7 @@
 # here so someone else can stabilize loki_setupdb and loki_patch for PPC and
 # then KEYWORD this appropriately.
 SRC_URI="x86? ( mirror://lokigames/${PN}/${P}-cdrom-x86.run )
+       amd64? ( mirror://lokigames/${PN}/${P}-cdrom-x86.run )
        ppc? ( mirror://lokigames/${PN}/${P}-ppc.run )"
 # This is commented because the server is unreachable.
 #      linguas_es? ( ${LANGPACKPATHPREFIX}-es.tar.gz )
@@ -38,7 +39,7 @@
 SLOT="0"
 IUSE="nocd maps music sounds videos"
 #linguas_en linguas_es linguas_pl linguas_de"
-KEYWORDS="~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 RESTRICT="strip"
 
 DEPEND="=dev-util/xdelta-1*
@@ -91,7 +92,7 @@
 
 src_unpack() {
        cdrom_get_cds hiscore.tar.gz
-       use x86 && unpack_makeself ${P}-cdrom-x86.run
+       (use x86 || use amd64) && unpack_makeself ${P}-cdrom-x86.run
        use ppc && unpack_makeself ${P}-ppc.run
 
 #      for i in ${LINGUAS}
@@ -117,7 +118,7 @@
 
        if use nocd
        then
-               doins -r "${CDROM_ROOT}"/{data,maps,mp3} || die "copying data"
+               doins -r "${CDROM_ROOT}"/{data,maps,mp3}
        else
                if use maps
                then
@@ -199,7 +200,6 @@
        cp "${FILESDIR}"/heroes3-wrapper.sh "${T}"/heroes3 || die
        sed -i -e "s:GAMES_PREFIX_OPT:${GAMES_PREFIX_OPT}:" "${T}"/heroes3 || 
die
        dogamesbin "${T}"/heroes3
-
 }
 
 pkg_postinst() {



1.26                 games-strategy/heroes3/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/heroes3/ChangeLog?rev=1.26&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/heroes3/ChangeLog?rev=1.26&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/heroes3/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/heroes3/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   29 Mar 2015 08:17:56 -0000      1.25
+++ ChangeLog   29 Apr 2015 05:22:05 -0000      1.26
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/heroes3
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/heroes3/ChangeLog,v 1.25 
2015/03/29 08:17:56 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/heroes3/ChangeLog,v 1.26 
2015/04/29 05:22:05 mr_bones_ Exp $
+
+  29 Apr 2015; Michael Sterrett <[email protected]> 
heroes3-1.3.1a-r2.ebuild:
+  add patch from Ihar Hrachyshka in bug #419755 at initial support for amd64
 
   29 Mar 2015; Michael Sterrett <[email protected]> 
heroes3-1.3.1a-r2.ebuild:
   EAPI=5




Reply via email to