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 /net-dns | |
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 'net-dns')
-rw-r--r-- | net-dns/djbdns/djbdns-1.05-r33.ebuild | 2 | ||||
-rw-r--r-- | net-dns/https_dns_proxy/https_dns_proxy-9999.ebuild | 4 | ||||
-rw-r--r-- | net-dns/ndu/ndu-0.4-r4.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/net-dns/djbdns/djbdns-1.05-r33.ebuild b/net-dns/djbdns/djbdns-1.05-r33.ebuild index c3652f5ed6ab..4bc5fff28cda 100644 --- a/net-dns/djbdns/djbdns-1.05-r33.ebuild +++ b/net-dns/djbdns/djbdns-1.05-r33.ebuild @@ -22,7 +22,7 @@ RDEPEND="sys-apps/ucspi-tcp virtual/daemontools selinux? ( sec-policy/selinux-djbdns )" -src_unpack(){ +src_unpack() { # Unpack both djbdns and its man pages to separate directories. default diff --git a/net-dns/https_dns_proxy/https_dns_proxy-9999.ebuild b/net-dns/https_dns_proxy/https_dns_proxy-9999.ebuild index f409ce890da1..4952e64d90ee 100644 --- a/net-dns/https_dns_proxy/https_dns_proxy-9999.ebuild +++ b/net-dns/https_dns_proxy/https_dns_proxy-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,7 @@ DEPEND="dev-libs/libev " RDEPEND="${DEPEND}" -src_install(){ +src_install() { cmake-utils_src_install exeinto /usr/bin doexe "${S}_build/https_dns_proxy" diff --git a/net-dns/ndu/ndu-0.4-r4.ebuild b/net-dns/ndu/ndu-0.4-r4.ebuild index 78c645acef4f..c63454d29b29 100644 --- a/net-dns/ndu/ndu-0.4-r4.ebuild +++ b/net-dns/ndu/ndu-0.4-r4.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=7 @@ -47,7 +47,7 @@ src_compile() { emake -C src CFLAGS="${CFLAGS}" CXX="$(tc-getCXX)" } -src_install () { +src_install() { dobin src/{dnsedit,ndu,dnstouch} insinto /etc/bind doins ndu.conf |