axs         14/11/12 22:00:55

  Modified:             ChangeLog
  Added:                brutal-legend-20130615-r1.ebuild
  Removed:              brutal-legend-20130615.ebuild
  Log:
  minor adjustments to multilib deps
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
2B6559ED)

Revision  Changes    Path
1.5                  games-action/brutal-legend/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/brutal-legend/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/brutal-legend/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/brutal-legend/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/brutal-legend/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   9 Sep 2014 14:26:22 -0000       1.4
+++ ChangeLog   12 Nov 2014 22:00:55 -0000      1.5
@@ -1,6 +1,12 @@
 # ChangeLog for games-action/brutal-legend
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/brutal-legend/ChangeLog,v 1.4 
2014/09/09 14:26:22 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/brutal-legend/ChangeLog,v 1.5 
2014/11/12 22:00:55 axs Exp $
+
+*brutal-legend-20130615-r1 (12 Nov 2014)
+
+  12 Nov 2014; Ian Stakenvicius (_AxS_) <[email protected]>
+  +brutal-legend-20130615-r1.ebuild, -brutal-legend-20130615.ebuild:
+  minor adjustments to multilib deps
 
   09 Sep 2014; Julian Ospald <[email protected]> ChangeLog:
   fix Manifest



1.1                  games-action/brutal-legend/brutal-legend-20130615-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/brutal-legend/brutal-legend-20130615-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/brutal-legend/brutal-legend-20130615-r1.ebuild?rev=1.1&content-type=text/plain

Index: brutal-legend-20130615-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-action/brutal-legend/brutal-legend-20130615-r1.ebuild,v
 1.1 2014/11/12 22:00:55 axs Exp $

# TODO: unbundle libsdl-2

EAPI=5

inherit eutils unpacker gnome2-utils games

TIMESTAMP=${PV:0:4}-${PV:4:2}-${PV:6:2}
DESCRIPTION="Crush skulls, ravage the road in the Deuce, and unleash the power 
of Heavy Metal to reign down fire from the sky."
HOMEPAGE="https://www.ea.com/de/brutal-legend";
SRC_URI="BrutalLegend-Linux-${TIMESTAMP}-setup.bin"

LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RESTRICT="bindist fetch splitdebug"

MYGAMEDIR=${GAMES_PREFIX_OPT}/${PN}
QA_PREBUILT="${MYGAMEDIR#/}/lib/*
        ${MYGAMEDIR#/}/Buddha.bin.x86"

RDEPEND="
        amd64? (
                || (
                        (
                                >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)]
                                >=virtual/glu-9.0-r1[abi_x86_32(-)]
                                >=virtual/opengl-7.0-r1[abi_x86_32(-)]
                                >=x11-libs/libX11-1.6.2[abi_x86_32(-)]
                                >=x11-libs/libXau-1.0.7-r1[abi_x86_32(-)]
                                >=x11-libs/libXdmcp-1.1.1-r1[abi_x86_32(-)]
                                >=x11-libs/libXext-1.3.2[abi_x86_32(-)]
                                >=x11-libs/libxcb-1.9.1[abi_x86_32(-)]
                        )
                        (
                                
app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
                                
app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
                                
app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
                        )
                )
        )
        x86? (
                sys-libs/zlib
                virtual/glu
                virtual/opengl
                x11-libs/libX11
                x11-libs/libXau
                x11-libs/libXdmcp
                x11-libs/libXext
                x11-libs/libxcb

        )"
DEPEND="app-arch/unzip"

S=${WORKDIR}/data

pkg_nofetch() {
        einfo "Please buy & download ${SRC_URI} from:"
        einfo "  https://www.humblebundle.com/store";
        einfo "and move it to ${DISTDIR}"
}

src_unpack() {
        unpack_zip ${A}
}

src_install() {
        newicon -s 256 Buddha.png ${PN}.png
        games_make_wrapper ${PN} "./Buddha.bin.x86" "${MYGAMEDIR}" 
"${MYGAMEDIR}/lib"
        make_desktop_entry ${PN}

        dodir "${MYGAMEDIR}"
        # this is over 9000!!!! ...eh, 8GB data
        mv * "${D%/}/${MYGAMEDIR}" || die

        fperms +x "${MYGAMEDIR}/Buddha.bin.x86"
        prepgamesdirs
}

pkg_preinst() {
        games_pkg_preinst
        gnome2_icon_savelist
}

pkg_postinst() {
        games_pkg_postinst
        gnome2_icon_cache_update
}

pkg_postrm() {
        gnome2_icon_cache_update
}




Reply via email to