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 98F021382C5 for ; Sun, 22 Apr 2018 19:40:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9867E08F5; Sun, 22 Apr 2018 19:40:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 95651E08F5 for ; Sun, 22 Apr 2018 19:40:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C9796335C7B for ; Sun, 22 Apr 2018 19:40:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D899C2B1 for ; Sun, 22 Apr 2018 19:40:31 +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: <1524425997.692af82743f390f27b146dad5893c49616ec961f.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/mrrescue/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/mrrescue/mrrescue-1.02b.ebuild X-VCS-Directories: games-arcade/mrrescue/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 692af82743f390f27b146dad5893c49616ec961f X-VCS-Branch: master Date: Sun, 22 Apr 2018 19:40:31 +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-Archives-Salt: 4e3768c3-6009-4ad4-b56f-692a592cec4e X-Archives-Hash: b2dd2a77e9fc51b68b2de375c7574e08 commit: 692af82743f390f27b146dad5893c49616ec961f Author: Pacho Ramos gentoo org> AuthorDate: Sun Apr 22 19:26:42 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Apr 22 19:39:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=692af827 games-arcade/mrrescue: Drop old Package-Manager: Portage-2.3.31, Repoman-2.3.9 games-arcade/mrrescue/mrrescue-1.02b.ebuild | 50 ----------------------------- 1 file changed, 50 deletions(-) diff --git a/games-arcade/mrrescue/mrrescue-1.02b.ebuild b/games-arcade/mrrescue/mrrescue-1.02b.ebuild deleted file mode 100644 index 36756d0277c..00000000000 --- a/games-arcade/mrrescue/mrrescue-1.02b.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils gnome2-utils games - -DESCRIPTION="Arcade 2d action game based around evacuating civilians from burning buildings" -HOMEPAGE="http://tangramgames.dk/games/mrrescue/" -SRC_URI="https://github.com/SimonLarsen/mrrescue/releases/download/v${PV}/${P}-love.zip - https://dev.gentoo.org/~hasufell/distfiles/${PN}.png" - -LICENSE="CC-BY-SA-3.0 MIT ZLIB" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="games-engines/love:0" -DEPEND="app-arch/unzip" - -S=${WORKDIR}/${P}-love - -src_install() { - local dir=${GAMES_DATADIR}/love/${PN} - - exeinto "${dir}" - doexe ${PN}.love - - dodoc README.txt - - doicon -s 64 "${DISTDIR}"/${PN}.png - games_make_wrapper ${PN} "love ${PN}.love" "${dir}" - make_desktop_entry ${PN} - - prepgamesdirs -} - -pkg_preinst() { - games_pkg_preinst - gnome2_icon_savelist -} - -pkg_postinst() { - games_pkg_postinst - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -}