commit:     efe5051ef855a7a4374f77d0ffc527af2e53c77d
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 16 19:56:49 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Apr 16 20:26:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efe5051e

games-arcade/funnyboat: Drop old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 games-arcade/funnyboat/funnyboat-1.5-r1.ebuild | 55 --------------------------
 1 file changed, 55 deletions(-)

diff --git a/games-arcade/funnyboat/funnyboat-1.5-r1.ebuild 
b/games-arcade/funnyboat/funnyboat-1.5-r1.ebuild
deleted file mode 100644
index fca880216fc..00000000000
--- a/games-arcade/funnyboat/funnyboat-1.5-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-inherit eutils gnome2-utils python-single-r1 games
-
-DESCRIPTION="A side scrolling shooter game starring a steamboat on the sea"
-HOMEPAGE="http://funnyboat.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip"
-
-LICENSE="GPL-2 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
-       >=dev-python/pygame-1.6.2[${PYTHON_USEDEP}]"
-DEPEND="${DEPEND}
-       app-arch/unzip"
-
-S=${WORKDIR}/${PN}
-
-pkg_setup() {
-       python-single-r1_pkg_setup
-       games_pkg_setup
-}
-
-src_install() {
-       insinto "${GAMES_DATADIR}"/${PN}
-       doins -r data *.py
-       python_optimize "${ED%/}/${GAMES_DATADIR}"/${PN}
-
-       dodoc *.txt
-       games_make_wrapper ${PN} "${EPYTHON} main.py" "${GAMES_DATADIR}"/${PN}
-       newicon -s 32 data/kuvake.png ${PN}.png
-       make_desktop_entry ${PN} "Trip on the Funny Boat"
-       prepgamesdirs
-}
-
-pkg_preinst() {
-       games_pkg_preinst
-       gnome2_icon_savelist
-}
-
-pkg_postinst() {
-       games_pkg_postinst
-       gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-       gnome2_icon_cache_update
-}

Reply via email to