From ee0d64d31ff1c2096850a0fa9a74b86833d92e45 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Mon, 16 Apr 2018 21:43:48 +0200 Subject: [PATCH] games-arcade/fishsupper: Drop old Package-Manager: Portage-2.3.28, Repoman-2.3.9 --- .../fishsupper/fishsupper-0.1.6.ebuild | 36 ------------------- 1 file changed, 36 deletions(-) delete mode 100644 games-arcade/fishsupper/fishsupper-0.1.6.ebuild diff --git a/games-arcade/fishsupper/fishsupper-0.1.6.ebuild b/games-arcade/fishsupper/fishsupper-0.1.6.ebuild deleted file mode 100644 index afde34992919..000000000000 --- a/games-arcade/fishsupper/fishsupper-0.1.6.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils autotools games - -DESCRIPTION="A simple arcade/puzzle game, loosely based on the retro classic Frogger" -HOMEPAGE="https://sourceforge.net/projects/fishsupper/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="CC-BY-SA-2.5 GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="media-libs/libsdl[sound,video,opengl,X] - media-libs/sdl-image[png] - media-libs/sdl-mixer[wav] - virtual/opengl" -DEPEND="${RDEPEND} - dev-libs/boost" - -src_prepare() { - epatch "${FILESDIR}"/${P}-ovflfix.patch \ - "${FILESDIR}"/${P}-asneeded.patch \ - "${FILESDIR}"/${P}-gcc6.patch - eautoreconf -} - -src_install() { - default - newicon data/images/fs_sprite_042.png ${PN}.png - make_desktop_entry ${PN} "Fish Supper" - - prepgamesdirs -} -- 2.26.2