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 /app-emulation/ganeti | |
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 'app-emulation/ganeti')
-rw-r--r-- | app-emulation/ganeti/ganeti-2.15.2-r9.ebuild | 8 | ||||
-rw-r--r-- | app-emulation/ganeti/ganeti-2.16.0_rc1.ebuild | 8 | ||||
-rw-r--r-- | app-emulation/ganeti/ganeti-2.17.0_beta1.ebuild | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/app-emulation/ganeti/ganeti-2.15.2-r9.ebuild b/app-emulation/ganeti/ganeti-2.15.2-r9.ebuild index 2f365cb6ab41..8b8fe0676e4e 100644 --- a/app-emulation/ganeti/ganeti-2.15.2-r9.ebuild +++ b/app-emulation/ganeti/ganeti-2.15.2-r9.ebuild @@ -222,7 +222,7 @@ QA_FLAGS_IGNORED=" /usr/lib64/ganeti/2.15/usr/bin/htools " -pkg_setup () { +pkg_setup() { local user python-single-r1_pkg_setup @@ -281,7 +281,7 @@ src_prepare() { eautoreconf } -src_configure () { +src_configure() { # this is kind of a hack to work around the removal of the qemu-kvm wrapper local kvm_arch @@ -314,7 +314,7 @@ src_configure () { --enable-socat-compress } -src_install () { +src_install() { emake V=1 DESTDIR="${D}" install newinitd "${T}"/ganeti.initd ${PN} @@ -375,7 +375,7 @@ pkg_postinst() { fi } -src_test () { +src_test() { PATH="${S}/scripts:${S}/src:${PATH}" \ TMPDIR="/tmp" \ GANETI_MASTER="$(hostname -f)" \ diff --git a/app-emulation/ganeti/ganeti-2.16.0_rc1.ebuild b/app-emulation/ganeti/ganeti-2.16.0_rc1.ebuild index 94c05841d25e..3ce80aaa085d 100644 --- a/app-emulation/ganeti/ganeti-2.16.0_rc1.ebuild +++ b/app-emulation/ganeti/ganeti-2.16.0_rc1.ebuild @@ -196,7 +196,7 @@ QA_WX_LOAD=" usr/lib*/${PN}/${SERIES}/usr/bin/htools " -pkg_setup () { +pkg_setup() { local user python-single-r1_pkg_setup @@ -252,7 +252,7 @@ src_prepare() { eautoreconf } -src_configure () { +src_configure() { # this is kind of a hack to work around the removal of the qemu-kvm wrapper local kvm_arch @@ -285,7 +285,7 @@ src_configure () { --enable-socat-compress } -src_install () { +src_install() { emake V=1 DESTDIR="${D}" install newinitd "${FILESDIR}"/ganeti.initd-r3 ${PN} @@ -346,7 +346,7 @@ pkg_postinst() { fi } -src_test () { +src_test() { PATH="${S}/scripts:${S}/src:${PATH}" \ TMPDIR="/tmp" \ GANETI_MASTER="$(hostname -f)" \ diff --git a/app-emulation/ganeti/ganeti-2.17.0_beta1.ebuild b/app-emulation/ganeti/ganeti-2.17.0_beta1.ebuild index 061cb74ba0f5..5571ec375586 100644 --- a/app-emulation/ganeti/ganeti-2.17.0_beta1.ebuild +++ b/app-emulation/ganeti/ganeti-2.17.0_beta1.ebuild @@ -196,7 +196,7 @@ QA_WX_LOAD=" usr/lib*/${PN}/${SERIES}/usr/bin/htools " -pkg_setup () { +pkg_setup() { local user python-single-r1_pkg_setup @@ -252,7 +252,7 @@ src_prepare() { eautoreconf } -src_configure () { +src_configure() { # this is kind of a hack to work around the removal of the qemu-kvm wrapper local kvm_arch @@ -285,7 +285,7 @@ src_configure () { --enable-socat-compress } -src_install () { +src_install() { emake V=1 DESTDIR="${D}" install newinitd "${FILESDIR}"/ganeti.initd-r3 ${PN} @@ -346,7 +346,7 @@ pkg_postinst() { fi } -src_test () { +src_test() { PATH="${S}/scripts:${S}/src:${PATH}" \ TMPDIR="/tmp" \ GANETI_MASTER="$(hostname -f)" \ |