diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:07 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:29:04 +0100 |
commit | 9e21cc4ea8c36427c07853df085cbc5e564f0a7c (patch) | |
tree | 92005f164764421b8d9af363e55d96c2fd9e4914 /games-action/brutal-legend | |
parent | games-action/bomberclone: Remove old (diff) | |
download | gentoo-9e21cc4ea8c36427c07853df085cbc5e564f0a7c.tar.gz gentoo-9e21cc4ea8c36427c07853df085cbc5e564f0a7c.tar.bz2 gentoo-9e21cc4ea8c36427c07853df085cbc5e564f0a7c.zip |
games-action/brutal-legend: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-action/brutal-legend')
-rw-r--r-- | games-action/brutal-legend/brutal-legend-20130615-r1.ebuild | 86 |
1 files changed, 0 insertions, 86 deletions
diff --git a/games-action/brutal-legend/brutal-legend-20130615-r1.ebuild b/games-action/brutal-legend/brutal-legend-20130615-r1.ebuild deleted file mode 100644 index f9577bb7b1fd..000000000000 --- a/games-action/brutal-legend/brutal-legend-20130615-r1.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -# TODO: unbundle libsdl-2 - -EAPI=5 - -inherit eutils unpacker gnome2-utils games - -TIMESTAMP=${PV:0:4}-${PV:4:2}-${PV:6:2} -DESCRIPTION="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(-)] - ) - 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 -} |