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 /x11-themes | |
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 'x11-themes')
4 files changed, 6 insertions, 6 deletions
diff --git a/x11-themes/adapta-gtk-theme/adapta-gtk-theme-3.95.0.11.ebuild b/x11-themes/adapta-gtk-theme/adapta-gtk-theme-3.95.0.11.ebuild index 139a9272942a..d2e8baaf1a82 100644 --- a/x11-themes/adapta-gtk-theme/adapta-gtk-theme-3.95.0.11.ebuild +++ b/x11-themes/adapta-gtk-theme/adapta-gtk-theme-3.95.0.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ LICENSE="GPL-1" SLOT="0" KEYWORDS="amd64 x86" -src_prepare(){ +src_prepare() { default eautoreconf } diff --git a/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild b/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild index 202ace33674b..fb0a05e48a74 100644 --- a/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild +++ b/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild @@ -17,7 +17,7 @@ IUSE="" RDEPEND="media-gfx/xv || ( x11-wm/fluxbox x11-wm/blackbox x11-wm/openbox )" -src_install () { +src_install() { insinto /usr/share/commonbox/styles doins -r styles/. diff --git a/x11-themes/iceicons/iceicons-0.10.0-r1.ebuild b/x11-themes/iceicons/iceicons-0.10.0-r1.ebuild index 738f93297aa8..f64d22c2cdf5 100644 --- a/x11-themes/iceicons/iceicons-0.10.0-r1.ebuild +++ b/x11-themes/iceicons/iceicons-0.10.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 @@ -35,7 +35,7 @@ pkg_postinst() { einfo } -pkg_postrm(){ +pkg_postrm() { einfo einfo "Update your IceWm preference." einfo diff --git a/x11-themes/redhat-artwork/redhat-artwork-5.0.8-r4.ebuild b/x11-themes/redhat-artwork/redhat-artwork-5.0.8-r4.ebuild index da83bf05026e..36ed58b84442 100644 --- a/x11-themes/redhat-artwork/redhat-artwork-5.0.8-r4.ebuild +++ b/x11-themes/redhat-artwork/redhat-artwork-5.0.8-r4.ebuild @@ -77,7 +77,7 @@ src_compile() { emake QTDIR="${QTDIR}" styledir="${QTDIR}/plugins/styles" } -src_install () { +src_install() { # dies if LANG has UTF-8 export LANG=C export LC_ALL=C |