diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:10 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:31:53 +0100 |
commit | 298193ffa73bd8b319b188caede06eaff75d9441 (patch) | |
tree | 3d19cb44915857b98f0555b155620241cf10d383 /games-action/phobiaii | |
parent | games-action/orbital-eunuchs-sniper: Remove old (diff) | |
download | gentoo-298193ffa73bd8b319b188caede06eaff75d9441.tar.gz gentoo-298193ffa73bd8b319b188caede06eaff75d9441.tar.bz2 gentoo-298193ffa73bd8b319b188caede06eaff75d9441.zip |
games-action/phobiaii: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-action/phobiaii')
-rw-r--r-- | games-action/phobiaii/phobiaii-1.1.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/games-action/phobiaii/phobiaii-1.1.ebuild b/games-action/phobiaii/phobiaii-1.1.ebuild deleted file mode 100644 index d19b175771cd..000000000000 --- a/games-action/phobiaii/phobiaii-1.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -MY_P="linuxphobia-${PV}" -DESCRIPTION="Just a moment ago, you were safe inside your ship, behind five inch armour" -HOMEPAGE="http://www.lynxlabs.com/games/linuxphobia/index.html" -SRC_URI="http://www.lynxlabs.com/games/linuxphobia/${MY_P}-i386.tar.bz2" - -LICENSE="freedist" #505612 -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="sys-libs/lib-compat - media-libs/sdl-mixer[abi_x86_32(-)] - media-libs/libsdl[abi_x86_32(-)]" - -S=${WORKDIR}/${MY_P} - -QA_PRESTRIPPED="opt/phobiaii/linuxphobia" -QA_FLAGS_IGNORED="opt/phobiaii/linuxphobia" - -src_install() { - local dir=${GAMES_PREFIX_OPT}/${PN} - games_make_wrapper phobiaII ./linuxphobia "${dir}" - newicon phobia2.ico ${PN}.ico - make_desktop_entry phobiaII "Phobia II" /usr/share/pixmaps/${PN}.ico - insinto "${dir}" - doins -r * - rm -rf "${D}/${dir}"/{*.desktop,*.sh,/pics/.xvpics} - fperms 750 "${dir}"/linuxphobia - prepgamesdirs -} |