summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-02 10:00:36 +0100
committerSam James <sam@gentoo.org>2021-04-02 15:04:29 +0100
commit4c2f358bdc4d3aea7b0b0e0d350a7323572b11bc (patch)
tree1456dd8395f173fdf1877d07b0d072f02a8f45b3 /games-puzzle
parentdev-perl/UUID-Tiny: fix RDEPEND typo (diff)
downloadgentoo-4c2f358bdc4d3aea7b0b0e0d350a7323572b11bc.tar.gz
gentoo-4c2f358bdc4d3aea7b0b0e0d350a7323572b11bc.tar.bz2
gentoo-4c2f358bdc4d3aea7b0b0e0d350a7323572b11bc.zip
games-puzzle/pipepanic: fix RDEPEND typo
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/pipepanic/pipepanic-0.1.3-r2.ebuild (renamed from games-puzzle/pipepanic/pipepanic-0.1.3-r1.ebuild)13
1 files 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
index bc849e724279..126465820912 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"