diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:21 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:44:03 +0100 |
commit | 8a2a6ec2aa68d2b04259ace4334468f8a7973b18 (patch) | |
tree | c1ac8b8552f30686b146b955855c28a4d33c34cc /games-fps/wolfgl | |
parent | games-fps/unreal-tournament-goty: Remove old (diff) | |
download | gentoo-8a2a6ec2aa68d2b04259ace4334468f8a7973b18.tar.gz gentoo-8a2a6ec2aa68d2b04259ace4334468f8a7973b18.tar.bz2 gentoo-8a2a6ec2aa68d2b04259ace4334468f8a7973b18.zip |
games-fps/wolfgl: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-fps/wolfgl')
-rw-r--r-- | games-fps/wolfgl/wolfgl-0.93-r1.ebuild | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/games-fps/wolfgl/wolfgl-0.93-r1.ebuild b/games-fps/wolfgl/wolfgl-0.93-r1.ebuild deleted file mode 100644 index 915e9356fb81..000000000000 --- a/games-fps/wolfgl/wolfgl-0.93-r1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 -#ECVS_SERVER="wolfgl.cvs.sourceforge.net:/cvsroot/wolfgl" -#ECVS_MODULE="wolfgl" -#inherit cvs -inherit eutils games - -DESCRIPTION="Wolfenstein and Spear of Destiny port using OpenGL" -HOMEPAGE="http://wolfgl.sourceforge.net/" -SRC_URI="mirror://gentoo/${P}.tbz2 - mirror://sourceforge/wolfgl/wolfdata.zip - mirror://sourceforge/wolfgl/sdmdata.zip" -# mirror://sourceforge/wolfgl/wolfglx-wl6-${PV}.zip -# mirror://sourceforge/wolfgl/wolfglx-sod-${PV}.zip - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -RDEPEND="virtual/opengl" -DEPEND="${RDEPEND} - x11-proto/xproto - app-arch/unzip" - -src_prepare() { - epatch "${FILESDIR}"/${PV}-gcc.patch \ - "${FILESDIR}"/${PV}-sample-rate.patch \ - "${FILESDIR}"/${PV}-sprite.patch \ - "${FILESDIR}"/${P}-as-needed.patch \ - "${FILESDIR}"/${PV}-gcc4.patch -} - -src_compile() { - emake -j1 CFLAGS="${CFLAGS}" DATADIR="${GAMES_DATADIR}"/${PN} \ - || die "emake failed" -} - -src_install() { - newgamesbin linux/SDM/wolfgl wolfgl-sdm || die - newgamesbin linux/SOD/wolfgl wolfgl-sod || die - newgamesbin linux/WL1/wolfgl wolfgl-wl1 || die - newgamesbin linux/WL6/wolfgl wolfgl-wl6 || die - insinto "${GAMES_DATADIR}"/${PN} - doins "${WORKDIR}"/*.{sdm,wl1} || die - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - elog "This installed the shareware data files for" - elog "Wolfenstein 3D and Spear Of Destiny." - elog "If you wish to play the full versions just" - elog "copy the data files to ${GAMES_DATADIR}/${PN}/" -} |