diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:10 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:31:47 +0100 |
commit | 87aadc77fef96c29d2b18ecd529275d69fb78462 (patch) | |
tree | 0504cfa4ca6a07e25fcb725ab3e0478f46380385 /games-action | |
parent | games-action/openastromenace: Remove old (diff) | |
download | gentoo-87aadc77fef96c29d2b18ecd529275d69fb78462.tar.gz gentoo-87aadc77fef96c29d2b18ecd529275d69fb78462.tar.bz2 gentoo-87aadc77fef96c29d2b18ecd529275d69fb78462.zip |
games-action/orbital-eunuchs-sniper: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/orbital-eunuchs-sniper/orbital-eunuchs-sniper-1.30.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/games-action/orbital-eunuchs-sniper/orbital-eunuchs-sniper-1.30.ebuild b/games-action/orbital-eunuchs-sniper/orbital-eunuchs-sniper-1.30.ebuild deleted file mode 100644 index c17cf518f48c..000000000000 --- a/games-action/orbital-eunuchs-sniper/orbital-eunuchs-sniper-1.30.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools eutils games - -MY_P=${PN//-/_}-${PV} -DESCRIPTION="Snipe terrorists from your orbital base" -HOMEPAGE="http://icculus.org/oes/" -SRC_URI="http://filesingularity.timedoctor.org/${MY_P}.tar.gz" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="media-libs/libsdl[joystick,video] - media-libs/sdl-mixer[vorbis] - media-libs/sdl-image[png]" -RDEPEND=${DEPEND} - -S=${WORKDIR}/${MY_P} - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-datadir.patch \ - "${FILESDIR}"/${P}-gcc43.patch - sed -i \ - -e '/^sleep /d' \ - configure.ac || die - eautoreconf -} - -src_install() { - DOCS="AUTHORS ChangeLog readme.txt README TODO" \ - default - make_desktop_entry snipe2d "Orbital Eunuchs Sniper" - prepgamesdirs -} |