X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=arch%2Fgentoo%2Fyoink.ebuild;fp=arch%2Fgentoo%2Fyoink.ebuild;h=0000000000000000000000000000000000000000;hp=6e167d0bf3daa0424232b349e463145f3e0104e8;hb=6c9943707d4f33035830eba0587a61a34eaecbc2;hpb=af88821a172c4dfd138b91b2a5148ae50b502fa2 diff --git a/arch/gentoo/yoink.ebuild b/arch/gentoo/yoink.ebuild deleted file mode 100644 index 6e167d0..0000000 --- a/arch/gentoo/yoink.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -inherit eutils games - -DESCRIPTION="Alien-smashing action game" -HOMEPAGE="http://www.dogcows.com/yoink/" -SRC_URI="http://www.dogcows.com/yoink/chrome/site/${P}.tar.bz2 - http://eng.utah.edu/~mcgarvey/yoink/${P}.tar.bz2" - -LICENSE="BSD-2 BSD LGPL-2.1 ZLIB" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug double-precision gtk hotload qt4 threads" - -RDEPEND="dev-lang/lua - media-libs/libpng - media-libs/libsdl[opengl] - media-libs/libvorbis - media-libs/openal - virtual/glu - virtual/opengl - gtk? ( x11-libs/gtk+:2 ) - qt4? ( !gtk? ( x11-libs/qt-core:4 ) )" -DEPEND="${RDEPEND} - dev-libs/boost - dev-util/pkgconfig" - -src_configure() { - egamesconf \ - --disable-dependency-tracking \ - $(use_enable debug) \ - $(use_enable double-precision) \ - $(use_enable hotload) \ - $(use_enable threads) \ - $(use_with gtk) \ - $(use_with qt4) -} - -src_install() { - emake DESTDIR="${D}" install_man=no install || die "emake failed" - dodoc AUTHORS COPYING README TODO - doman doc/yoink.6 - doicon data/yoink.png - make_desktop_entry ${PN} Yoink - prepgamesdirs -}