Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/pipepanic/
Date: Fri, 02 Apr 2021 14:04:48
Message-Id: 1617372269.4c2f358bdc4d3aea7b0b0e0d350a7323572b11bc.sam@gentoo
1 commit: 4c2f358bdc4d3aea7b0b0e0d350a7323572b11bc
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 2 09:00:36 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 2 14:04:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c2f358b
7
8 games-puzzle/pipepanic: fix RDEPEND typo
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 ...{pipepanic-0.1.3-r1.ebuild => pipepanic-0.1.3-r2.ebuild} | 13 ++++++-------
13 1 file changed, 6 insertions(+), 7 deletions(-)
14
15 diff --git a/games-puzzle/pipepanic/pipepanic-0.1.3-r1.ebuild b/games-puzzle/pipepanic/pipepanic-0.1.3-r2.ebuild
16 similarity index 84%
17 rename from games-puzzle/pipepanic/pipepanic-0.1.3-r1.ebuild
18 rename to games-puzzle/pipepanic/pipepanic-0.1.3-r2.ebuild
19 index bc849e72427..12646582091 100644
20 --- a/games-puzzle/pipepanic/pipepanic-0.1.3-r1.ebuild
21 +++ b/games-puzzle/pipepanic/pipepanic-0.1.3-r2.ebuild
22 @@ -1,22 +1,21 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 +
29 inherit desktop
30
31 DESCRIPTION="A simple pipe connecting game"
32 HOMEPAGE="http://www.users.waitrose.com/~thunor/pipepanic/"
33 SRC_URI="http://www.users.waitrose.com/~thunor/pipepanic/dload/${P}-source.tar.gz"
34 +S="${WORKDIR}"/${P}-source
35
36 LICENSE="GPL-2 FreeArt"
37 SLOT="0"
38 KEYWORDS="~amd64 ~x86"
39 -IUSE=""
40
41 DEPEND="media-libs/libsdl[video]"
42 -RDEPEND="${RDEPEND}"
43 -
44 -S="${WORKDIR}/${P}-source"
45 +RDEPEND="${DEPEND}"
46
47 src_prepare() {
48 default
49 @@ -29,9 +28,9 @@ src_prepare() {
50 }
51
52 src_install() {
53 - dobin "${PN}"
54 + dobin ${PN}
55
56 - insinto "/usr/share/${PN}"
57 + insinto /usr/share/${PN}
58 doins *.bmp
59 newicon PipepanicIcon64.png ${PN}.png
60 make_desktop_entry ${PN} "Pipepanic"