diff options
author | Pacho Ramos <pacho@gentoo.org> | 2019-12-25 17:47:32 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2019-12-25 17:57:17 +0100 |
commit | 19ccfce2c5cc9842c5bb9391312f4e3f72001aeb (patch) | |
tree | 807c79231894c9cb67bd0378c6802b16010a46c1 /games-arcade/funnyboat | |
parent | games-arcade/funnyboat: Lots of fixes from Debian, python3 support too (diff) | |
download | gentoo-19ccfce2c5cc9842c5bb9391312f4e3f72001aeb.tar.gz gentoo-19ccfce2c5cc9842c5bb9391312f4e3f72001aeb.tar.bz2 gentoo-19ccfce2c5cc9842c5bb9391312f4e3f72001aeb.zip |
games-arcade/funnyboat: Drop old
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'games-arcade/funnyboat')
-rw-r--r-- | games-arcade/funnyboat/funnyboat-1.5-r2.ebuild | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/games-arcade/funnyboat/funnyboat-1.5-r2.ebuild b/games-arcade/funnyboat/funnyboat-1.5-r2.ebuild deleted file mode 100644 index f36cf2509f0d..000000000000 --- a/games-arcade/funnyboat/funnyboat-1.5-r2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -inherit desktop eutils gnome2-utils python-single-r1 - -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" -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}" - -src_install() { - insinto /usr/share/${PN} - doins -r data *.py - python_optimize "${ED%/}"/usr/share/${PN} - - dodoc *.txt - - make_wrapper ${PN} "${EPYTHON} main.py" /usr/share/${PN} - - newicon -s 32 data/kuvake.png ${PN}.png - make_desktop_entry ${PN} "Trip on the Funny Boat" -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} |