diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:20 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:42:45 +0100 |
commit | fab0db853b210309349f5eddac35f9212a5a2e88 (patch) | |
tree | ac48d506113ba6d5590c83f756426d4d354a61ff /games-fps/blackshades | |
parent | games-fps/avp: Remove old (diff) | |
download | gentoo-fab0db853b210309349f5eddac35f9212a5a2e88.tar.gz gentoo-fab0db853b210309349f5eddac35f9212a5a2e88.tar.bz2 gentoo-fab0db853b210309349f5eddac35f9212a5a2e88.zip |
games-fps/blackshades: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-fps/blackshades')
-rw-r--r-- | games-fps/blackshades/blackshades-20070723.ebuild | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/games-fps/blackshades/blackshades-20070723.ebuild b/games-fps/blackshades/blackshades-20070723.ebuild deleted file mode 100644 index 81b5623a319b..000000000000 --- a/games-fps/blackshades/blackshades-20070723.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="you control a psychic bodyguard, and try to protect the VIP" -HOMEPAGE="http://www.wolfire.com/blackshades.html - http://www.icculus.org/blackshades/" -SRC_URI="http://filesingularity.timedoctor.org/Textures.tar.bz2 - mirror://gentoo/${P}.tar.bz2" - -LICENSE="blackshades" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="virtual/opengl - virtual/glu - media-libs/libvorbis - media-libs/openal - media-libs/freealut - media-libs/libsdl" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${PN} - -src_prepare() { - rm -rf Data/Textures - rm -f ../Textures/{,Blood/}._* - mv -f ../Textures Data || die "mv failed" - epatch "${FILESDIR}"/${PN}-datadir.patch - sed -i \ - -e "s/-O2 \(-Wall\) -g/${CXXFLAGS} \1/" \ - -e "/^LINKER/s:$: ${LDFLAGS}:" \ - Makefile \ - || die "sed Makefile failed" - sed -i "s:@DATADIR@:${GAMES_DATADIR}/${PN}:" \ - Source/Main.cpp \ - || die "sed Main.cpp failed" -} - -src_compile() { - emake bindir - emake -} - -src_install() { - newgamesbin objs/blackshades ${PN} - insinto "${GAMES_DATADIR}"/${PN} - doins -r Data - dodoc IF_THIS_IS_A_README_YOU_HAVE_WON Readme TODO uDevGame_Readme - make_desktop_entry ${PN} "Black Shades" - prepgamesdirs -} |