diff options
Diffstat (limited to 'games-fps/lsdldoom/lsdldoom-1.5.ebuild')
-rw-r--r-- | games-fps/lsdldoom/lsdldoom-1.5.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/games-fps/lsdldoom/lsdldoom-1.5.ebuild b/games-fps/lsdldoom/lsdldoom-1.5.ebuild deleted file mode 100644 index 805a8dfc2d87..000000000000 --- a/games-fps/lsdldoom/lsdldoom-1.5.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="Port of ID's doom to SDL" -HOMEPAGE="http://jesshaas.com/lsdldoom/" -SRC_URI="http://jesshaas.com/lsdldoom/src/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~arm ~x86" -IUSE="+net +shareware freedoom" - -DEPEND="media-libs/libsdl[video] - media-libs/sdl-mixer - net? ( media-libs/sdl-net )" -RDEPEND="${DEPEND} - shareware? ( games-fps/doom-data ) - freedoom? ( games-fps/freedoom )" - -src_prepare() { - epatch "${FILESDIR}"/${P}-paths.patch -} - -src_configure() { - # cpu-opt -> just adds -mcpu crap to CFLAGS - egamesconf \ - --disable-dependency-tracking \ - --disable-cpu-opt \ - $(use_enable net net-game) -} - -src_install() { - DOCS="ChangeLog" \ - default - prepgamesdirs -} |