games-arcade/fishsupper: Drop old
authorPacho Ramos <pacho@gentoo.org>
Mon, 16 Apr 2018 19:43:48 +0000 (21:43 +0200)
committerPacho Ramos <pacho@gentoo.org>
Mon, 16 Apr 2018 20:26:25 +0000 (22:26 +0200)
Package-Manager: Portage-2.3.28, Repoman-2.3.9

games-arcade/fishsupper/fishsupper-0.1.6.ebuild [deleted file]

diff --git a/games-arcade/fishsupper/fishsupper-0.1.6.ebuild b/games-arcade/fishsupper/fishsupper-0.1.6.ebuild
deleted file mode 100644 (file)
index afde349..0000000
+++ /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
-}