From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 06B00138334 for ; Wed, 25 Dec 2019 16:57:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 261C0E09FD; Wed, 25 Dec 2019 16:57:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 050C0E09FD for ; Wed, 25 Dec 2019 16:57:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2583734DB48 for ; Wed, 25 Dec 2019 16:57:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE48871 for ; Wed, 25 Dec 2019 16:57:32 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1577293037.19ccfce2c5cc9842c5bb9391312f4e3f72001aeb.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/funnyboat/funnyboat-1.5-r2.ebuild X-VCS-Directories: games-arcade/funnyboat/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 19ccfce2c5cc9842c5bb9391312f4e3f72001aeb X-VCS-Branch: master Date: Wed, 25 Dec 2019 16:57:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c31fa974-1ea5-421e-b952-06df581afc04 X-Archives-Hash: fa8302e17cbb4ead8832119fe29db375 commit: 19ccfce2c5cc9842c5bb9391312f4e3f72001aeb Author: Pacho Ramos gentoo org> AuthorDate: Wed Dec 25 16:47:32 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Dec 25 16:57:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ccfce2 games-arcade/funnyboat: Drop old Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Pacho Ramos gentoo.org> games-arcade/funnyboat/funnyboat-1.5-r2.ebuild | 50 -------------------------- 1 file changed, 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 f36cf2509f0..00000000000 --- 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 -}