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 /sci-libs/linux-gpib-modules | |
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 'sci-libs/linux-gpib-modules')
-rw-r--r-- | sci-libs/linux-gpib-modules/linux-gpib-modules-4.2.0.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sci-libs/linux-gpib-modules/linux-gpib-modules-4.2.0.ebuild b/sci-libs/linux-gpib-modules/linux-gpib-modules-4.2.0.ebuild index 884cc3f1c2d5..6a02d3641937 100644 --- a/sci-libs/linux-gpib-modules/linux-gpib-modules-4.2.0.ebuild +++ b/sci-libs/linux-gpib-modules/linux-gpib-modules-4.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -27,7 +27,7 @@ PATCHES=( S=${WORKDIR}/linux-gpib-kernel-${PV} -pkg_setup () { +pkg_setup() { linux-mod_pkg_setup if kernel_is -lt 2 6 8; then @@ -45,7 +45,7 @@ src_unpack() { unpack "${WORKDIR}/linux-gpib-${PV}/linux-gpib-kernel-${PV}.tar.gz" } -src_prepare () { +src_prepare() { default eautoreconf } @@ -78,11 +78,11 @@ src_install() { dodoc ChangeLog AUTHORS README* NEWS } -pkg_preinst () { +pkg_preinst() { linux-mod_pkg_preinst enewgroup gpib } -pkg_postinst () { +pkg_postinst() { linux-mod_pkg_postinst } |