diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-01-18 02:18:49 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-01-18 02:27:25 -0500 |
commit | c06459ce5cfb16d9a134be45249c8c510ea3a836 (patch) | |
tree | 1c60a75f6191402470f4f0a1f3762717f58a3fde /games-action | |
parent | games-mud/tintin: clean old (diff) | |
download | gentoo-c06459ce5cfb16d9a134be45249c8c510ea3a836.tar.gz gentoo-c06459ce5cfb16d9a134be45249c8c510ea3a836.tar.bz2 gentoo-c06459ce5cfb16d9a134be45249c8c510ea3a836.zip |
games-action/lugaru: clean old
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/lugaru/Manifest | 1 | ||||
-rw-r--r-- | games-action/lugaru/lugaru-1.0c-r1.ebuild | 59 |
2 files changed, 0 insertions, 60 deletions
diff --git a/games-action/lugaru/Manifest b/games-action/lugaru/Manifest index 2c73e50cd9ef..3d5daf867ad1 100644 --- a/games-action/lugaru/Manifest +++ b/games-action/lugaru/Manifest @@ -1,2 +1 @@ DIST lugaru-20151204.tar.bz2 88950866 SHA256 dae6a9e8ee70cc965a4299d2062725ce19dc9e4f1ba2a46c9205cb4e138be6b8 SHA512 8e448b782847376ac10585996a91a571fd005ac51e0e510765a35bf44bfcbb09e566d9a9c3d87277e69511b0f8d74c04edcc4b59f467bed640d8ba7c74045e30 WHIRLPOOL b2bcae57d8bfd13361c42c6d56fa285bc58fcd4bd6fb119931501db66005e5ece98487e413e41d1419c8f0408dc7507efa7f721db7df2b8d8a1572a65c28eb0e -DIST lugaru-full-linux-x86-1.0c.bin 35539077 SHA256 fde77b630c15e94e7f9b28fead0baeb233901eb94dd0b8a898c27d3fcf22f040 SHA512 80bc94d2e3151972ac806d2ab381b10656aa7ed61e20a1cbe9f72be75532b39ef3dde67bd2f05328b8c675c4ea38d1b6ea606b06689abba708ef8ab53f595c19 WHIRLPOOL eed29393a37575cdc3ffeda6336b6de93185d825e6895f5a07bd92c02a900d1a14f9654f8fdbd36d4dd2994d70448a77df8d424cfbd8c11205139e582e5ac7d4 diff --git a/games-action/lugaru/lugaru-1.0c-r1.ebuild b/games-action/lugaru/lugaru-1.0c-r1.ebuild deleted file mode 100644 index 42f5ac60df85..000000000000 --- a/games-action/lugaru/lugaru-1.0c-r1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit eutils unpacker games - -DESCRIPTION="3D arcade with unique fighting system and anthropomorphic characters" -HOMEPAGE="http://www.wolfire.com/lugaru" -SRC_URI="${PN}-full-linux-x86-${PV}.bin" - -LICENSE="GPL-2 free-noncomm" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="" -RESTRICT="fetch strip" - -DEPEND="app-arch/unzip" -RDEPEND="sys-libs/glibc - amd64? ( - media-libs/libsdl[abi_x86_32(-)] - media-libs/openal[abi_x86_32(-)] - >=x11-libs/libX11-1.6.2[abi_x86_32(-)] - >=x11-libs/libXext-1.3.2[abi_x86_32(-)] - ) - x86? ( - media-libs/libsdl - media-libs/openal - x11-libs/libX11 - x11-libs/libXext - )" - -S=${WORKDIR}/data - -src_unpack() { - # self unpacking zip archive; unzip warns about the exe stuff - unpack_zip ${A} - - # Duplicate file and can't be handled by portage, bug #14983 - rm -f "${S}/Data/Textures/Quit.png " || die -} - -src_install() { - local dir=${GAMES_PREFIX_OPT}/lugaru - - insinto "${dir}" - doins -r Data - - dodoc *.txt - - exeinto "${dir}" - doexe ${PN} - games_make_wrapper ${PN} ./${PN} "${dir}" "${dir}" - - doicon ${PN}.png - make_desktop_entry ${PN} Lugaru ${PN} - - prepgamesdirs -} |