Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/
Date: Wed, 25 Dec 2019 16:57:39
Message-Id: 1577293037.19ccfce2c5cc9842c5bb9391312f4e3f72001aeb.pacho@gentoo
1 commit: 19ccfce2c5cc9842c5bb9391312f4e3f72001aeb
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 25 16:47:32 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 25 16:57:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ccfce2
7
8 games-arcade/funnyboat: Drop old
9
10 Package-Manager: Portage-2.3.82, Repoman-2.3.20
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 games-arcade/funnyboat/funnyboat-1.5-r2.ebuild | 50 --------------------------
14 1 file changed, 50 deletions(-)
15
16 diff --git a/games-arcade/funnyboat/funnyboat-1.5-r2.ebuild b/games-arcade/funnyboat/funnyboat-1.5-r2.ebuild
17 deleted file mode 100644
18 index f36cf2509f0..00000000000
19 --- a/games-arcade/funnyboat/funnyboat-1.5-r2.ebuild
20 +++ /dev/null
21 @@ -1,50 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -PYTHON_COMPAT=( python2_7 )
27 -
28 -inherit desktop eutils gnome2-utils python-single-r1
29 -
30 -DESCRIPTION="A side scrolling shooter game starring a steamboat on the sea"
31 -HOMEPAGE="http://funnyboat.sourceforge.net/"
32 -SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip"
33 -
34 -LICENSE="GPL-2 MIT"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 -IUSE=""
38 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
39 -
40 -DEPEND="${PYTHON_DEPS}"
41 -RDEPEND="${DEPEND}
42 - >=dev-python/pygame-1.6.2[${PYTHON_USEDEP}]"
43 -DEPEND="${DEPEND}
44 - app-arch/unzip"
45 -
46 -S="${WORKDIR}/${PN}"
47 -
48 -src_install() {
49 - insinto /usr/share/${PN}
50 - doins -r data *.py
51 - python_optimize "${ED%/}"/usr/share/${PN}
52 -
53 - dodoc *.txt
54 -
55 - make_wrapper ${PN} "${EPYTHON} main.py" /usr/share/${PN}
56 -
57 - newicon -s 32 data/kuvake.png ${PN}.png
58 - make_desktop_entry ${PN} "Trip on the Funny Boat"
59 -}
60 -
61 -pkg_preinst() {
62 - gnome2_icon_savelist
63 -}
64 -
65 -pkg_postinst() {
66 - gnome2_icon_cache_update
67 -}
68 -
69 -pkg_postrm() {
70 - gnome2_icon_cache_update
71 -}