summaryrefslogtreecommitdiff
path: root/games-fps/blackshades/blackshades-20070723-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-fps/blackshades/blackshades-20070723-r1.ebuild
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-fps/blackshades/blackshades-20070723-r1.ebuild')
-rw-r--r--games-fps/blackshades/blackshades-20070723-r1.ebuild60
1 files changed, 0 insertions, 60 deletions
diff --git a/games-fps/blackshades/blackshades-20070723-r1.ebuild b/games-fps/blackshades/blackshades-20070723-r1.ebuild
deleted file mode 100644
index a531ebbe5987..000000000000
--- a/games-fps/blackshades/blackshades-20070723-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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 ~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"
-}