diff options
author | Austin English <wizardedit@gentoo.org> | 2017-02-06 17:40:07 -0600 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2017-02-06 18:51:25 -0600 |
commit | b28a6410bd59b2afe37bac8feb3af35f62b02a0c (patch) | |
tree | dea03de033905452b633a12b37eb94fb048287bd /games-fps | |
parent | games-fps/avp: remove deprecated games eclass (diff) | |
download | gentoo-b28a6410bd59b2afe37bac8feb3af35f62b02a0c.tar.gz gentoo-b28a6410bd59b2afe37bac8feb3af35f62b02a0c.tar.bz2 gentoo-b28a6410bd59b2afe37bac8feb3af35f62b02a0c.zip |
games-fps/blackshades: remove deprecated games eclass
Also update to EAPI 6
Gentoo-Bug: https://bugs.gentoo.org/574082
Package-Manager: Portage-2.3.2, Repoman-2.3.1
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/blackshades/blackshades-20070723-r1.ebuild | 61 | ||||
-rw-r--r-- | games-fps/blackshades/files/blackshades-datadir.patch | 4 |
2 files changed, 63 insertions, 2 deletions
diff --git a/games-fps/blackshades/blackshades-20070723-r1.ebuild b/games-fps/blackshades/blackshades-20070723-r1.ebuild new file mode 100644 index 000000000000..3d0270069467 --- /dev/null +++ b/games-fps/blackshades/blackshades-20070723-r1.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit eutils + +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 ~ppc ~x86" +IUSE="" + +DEPEND=" + media-libs/freealut + media-libs/libsdl + media-libs/libvorbis + media-libs/openal + virtual/glu + virtual/opengl" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${PN} + +PATCHES=( + "${FILESDIR}"/${PN}-datadir.patch +) + +src_prepare() { + default + + rm -rf Data/Textures || die + rm -f ../Textures/{,Blood/}._* || die + mv -f ../Textures Data || die "mv failed" + sed -i \ + -e "s/-O2 \(-Wall\) -g/${CXXFLAGS} \1/" \ + -e "/^LINKER/s:$: ${LDFLAGS}:" \ + Makefile \ + || die "sed Makefile failed" + sed -i "s:@DATADIR@:/usr/share/${PN}:" \ + Source/Main.cpp \ + || die "sed Main.cpp failed" +} + +src_compile() { + emake bindir + emake +} + +src_install() { + newbin objs/blackshades ${PN} + insinto /usr/share/${PN} + doins -r Data + dodoc IF_THIS_IS_A_README_YOU_HAVE_WON Readme TODO uDevGame_Readme + make_desktop_entry ${PN} "Black Shades" +} diff --git a/games-fps/blackshades/files/blackshades-datadir.patch b/games-fps/blackshades/files/blackshades-datadir.patch index 0050271705a2..ee6cdf8e0364 100644 --- a/games-fps/blackshades/files/blackshades-datadir.patch +++ b/games-fps/blackshades/files/blackshades-datadir.patch @@ -1,5 +1,5 @@ ---- Source/Main.cpp -+++ Source/Main.cpp +--- a/Source/Main.cpp ++++ b/Source/Main.cpp @@ -1,6 +1,7 @@ /********************> Headers <*****/ |