diff options
author | David Seifert <soap@gentoo.org> | 2020-02-22 22:07:26 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-22 22:07:26 +0100 |
commit | 3b8cba93fab70dd0fa89cebdd4b37c732580e9ac (patch) | |
tree | cbcb946c9c0769acaec3648b63979c24ec30a5c2 /games-arcade | |
parent | x11-libs/libxcb: Version bump to 1.14 (diff) | |
download | gentoo-3b8cba93fab70dd0fa89cebdd4b37c732580e9ac.tar.gz gentoo-3b8cba93fab70dd0fa89cebdd4b37c732580e9ac.tar.bz2 gentoo-3b8cba93fab70dd0fa89cebdd4b37c732580e9ac.zip |
*/*: [QA] Use consistent function definition formatting
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/circuslinux/circuslinux-1.0.3-r1.ebuild | 4 | ||||
-rw-r--r-- | games-arcade/kobodeluxe/kobodeluxe-0.5.1-r1.ebuild | 4 | ||||
-rw-r--r-- | games-arcade/late/late-0.1.0-r1.ebuild | 4 | ||||
-rw-r--r-- | games-arcade/xtux/xtux-20030306-r1.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/games-arcade/circuslinux/circuslinux-1.0.3-r1.ebuild b/games-arcade/circuslinux/circuslinux-1.0.3-r1.ebuild index bc3c43f34833..1001c7c8aeba 100644 --- a/games-arcade/circuslinux/circuslinux-1.0.3-r1.ebuild +++ b/games-arcade/circuslinux/circuslinux-1.0.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -30,7 +30,7 @@ src_prepare() { || die } -src_install () { +src_install() { default newicon data/images/${PN}-icon.xpm ${PN}.xpm make_desktop_entry ${PN} "Circus Linux!" diff --git a/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r1.ebuild b/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r1.ebuild index 846176da162e..ed655d6c5b87 100644 --- a/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r1.ebuild +++ b/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -48,7 +48,7 @@ src_configure() { econf $(use_enable opengl) } -src_install () { +src_install() { default newicon icons/KDE/icons/32x32/kobodl.png ${PN}.png make_desktop_entry kobodl "Kobo Deluxe" diff --git a/games-arcade/late/late-0.1.0-r1.ebuild b/games-arcade/late/late-0.1.0-r1.ebuild index dd837c5f6220..de1a4c7a13c5 100644 --- a/games-arcade/late/late-0.1.0-r1.ebuild +++ b/games-arcade/late/late-0.1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -28,7 +28,7 @@ src_prepare() { || die "sed failed" } -src_install () { +src_install() { default newicon graphics/latebg2.jpg ${PN}.jpg make_desktop_entry late Late /usr/share/pixmaps/${PN}.jpg diff --git a/games-arcade/xtux/xtux-20030306-r1.ebuild b/games-arcade/xtux/xtux-20030306-r1.ebuild index 35368df77f3f..929e81c88666 100644 --- a/games-arcade/xtux/xtux-20030306-r1.ebuild +++ b/games-arcade/xtux/xtux-20030306-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -45,7 +45,7 @@ src_compile() { emake DATADIR="/usr/share/xtux/data" client } -src_install () { +src_install() { dobin xtux tux_serv insinto "/usr/share/xtux" doins -r data/ |