diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-04-24 19:30:56 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-04-24 21:25:58 +0200 |
commit | fa96d28ce2143f0f194a574573630bdff800ff92 (patch) | |
tree | 28f49ac338b0d69c27b8af1cbb127707508ea9fc /games-arcade/sdl-sopwith | |
parent | games-arcade/sdl-sopwith: Stop using games.eclass (diff) | |
download | gentoo-fa96d28ce2143f0f194a574573630bdff800ff92.tar.gz gentoo-fa96d28ce2143f0f194a574573630bdff800ff92.tar.bz2 gentoo-fa96d28ce2143f0f194a574573630bdff800ff92.zip |
games-arcade/sdl-sopwith: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-arcade/sdl-sopwith')
-rw-r--r-- | games-arcade/sdl-sopwith/sdl-sopwith-1.7.5-r1.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/games-arcade/sdl-sopwith/sdl-sopwith-1.7.5-r1.ebuild b/games-arcade/sdl-sopwith/sdl-sopwith-1.7.5-r1.ebuild deleted file mode 100644 index b6d2a802bccb..000000000000 --- a/games-arcade/sdl-sopwith/sdl-sopwith-1.7.5-r1.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 autotools toolchain-funcs games - -MY_P=${P/sdl-/} -DESCRIPTION="Port of the classic Sopwith game using LibSDL" -HOMEPAGE="http://sdl-sopwith.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=media-libs/libsdl-1.1.3[video]" -RDEPEND=${DEPEND} - -S=${WORKDIR}/${MY_P} - -src_prepare() { - rm acconfig.h - epatch "${FILESDIR}"/${P}-nogtk.patch - # bug 458504 - epatch "${FILESDIR}"/${P}-video-fix.patch - eautoreconf -} - -src_compile() { - emake AR="$(tc-getAR)" -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog FAQ NEWS README TODO doc/*txt - rm -rf "${D}/usr/games/share/" - prepgamesdirs -} |