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 2467F13835A for ; Fri, 2 Apr 2021 14:04:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63DDCE086A; Fri, 2 Apr 2021 14:04:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 4F596E0864 for ; Fri, 2 Apr 2021 14:04:47 +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 65A09340CB8 for ; Fri, 2 Apr 2021 14:04:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 002C763B for ; Fri, 2 Apr 2021 14:04:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1617372269.4c2f358bdc4d3aea7b0b0e0d350a7323572b11bc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/pipepanic/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/pipepanic/pipepanic-0.1.3-r1.ebuild games-puzzle/pipepanic/pipepanic-0.1.3-r2.ebuild X-VCS-Directories: games-puzzle/pipepanic/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4c2f358bdc4d3aea7b0b0e0d350a7323572b11bc X-VCS-Branch: master Date: Fri, 2 Apr 2021 14:04:45 +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: 9fae3a7e-1930-4d43-a159-beaad8a6c0ff X-Archives-Hash: 31bf9d52a34b3b53cbcc44ff4812eab3 commit: 4c2f358bdc4d3aea7b0b0e0d350a7323572b11bc Author: Sam James gentoo org> AuthorDate: Fri Apr 2 09:00:36 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 2 14:04:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c2f358b games-puzzle/pipepanic: fix RDEPEND typo Signed-off-by: Sam James gentoo.org> ...{pipepanic-0.1.3-r1.ebuild => pipepanic-0.1.3-r2.ebuild} | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/games-puzzle/pipepanic/pipepanic-0.1.3-r1.ebuild b/games-puzzle/pipepanic/pipepanic-0.1.3-r2.ebuild similarity index 84% rename from games-puzzle/pipepanic/pipepanic-0.1.3-r1.ebuild rename to games-puzzle/pipepanic/pipepanic-0.1.3-r2.ebuild index bc849e72427..12646582091 100644 --- a/games-puzzle/pipepanic/pipepanic-0.1.3-r1.ebuild +++ b/games-puzzle/pipepanic/pipepanic-0.1.3-r2.ebuild @@ -1,22 +1,21 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 + inherit desktop DESCRIPTION="A simple pipe connecting game" HOMEPAGE="http://www.users.waitrose.com/~thunor/pipepanic/" SRC_URI="http://www.users.waitrose.com/~thunor/pipepanic/dload/${P}-source.tar.gz" +S="${WORKDIR}"/${P}-source LICENSE="GPL-2 FreeArt" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" DEPEND="media-libs/libsdl[video]" -RDEPEND="${RDEPEND}" - -S="${WORKDIR}/${P}-source" +RDEPEND="${DEPEND}" src_prepare() { default @@ -29,9 +28,9 @@ src_prepare() { } src_install() { - dobin "${PN}" + dobin ${PN} - insinto "/usr/share/${PN}" + insinto /usr/share/${PN} doins *.bmp newicon PipepanicIcon64.png ${PN}.png make_desktop_entry ${PN} "Pipepanic"