diff options
author | 2020-02-22 22:07:26 +0100 | |
---|---|---|
committer | 2020-02-22 22:07:26 +0100 | |
commit | 3b8cba93fab70dd0fa89cebdd4b37c732580e9ac (patch) | |
tree | cbcb946c9c0769acaec3648b63979c24ec30a5c2 /net-irc | |
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-irc')
-rw-r--r-- | net-irc/epic5/epic5-2.0.1.ebuild | 4 | ||||
-rw-r--r-- | net-irc/irc-server/irc-server-2.11.1_p1-r4.ebuild | 4 | ||||
-rw-r--r-- | net-irc/ircmap/ircmap-0.99-r1.ebuild | 4 | ||||
-rw-r--r-- | net-irc/limnoria/limnoria-20191123.ebuild | 2 | ||||
-rw-r--r-- | net-irc/limnoria/limnoria-99999999.ebuild | 2 | ||||
-rw-r--r-- | net-irc/onis/onis-0.8.2-r1.ebuild | 4 |
6 files changed, 10 insertions, 10 deletions
diff --git a/net-irc/epic5/epic5-2.0.1.ebuild b/net-irc/epic5/epic5-2.0.1.ebuild index bc14d30432e7..e10c5b555d32 100644 --- a/net-irc/epic5/epic5-2.0.1.ebuild +++ b/net-irc/epic5/epic5-2.0.1.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 @@ -58,7 +58,7 @@ src_compile() { emake -j1 } -src_install () { +src_install() { default dodoc BUG_FORM COPYRIGHT EPIC4-USERS-README README KNOWNBUGS VOTES diff --git a/net-irc/irc-server/irc-server-2.11.1_p1-r4.ebuild b/net-irc/irc-server/irc-server-2.11.1_p1-r4.ebuild index 87e58f909ae3..a92ca4280fc5 100644 --- a/net-irc/irc-server/irc-server-2.11.1_p1-r4.ebuild +++ b/net-irc/irc-server/irc-server-2.11.1_p1-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -33,7 +33,7 @@ pkg_setup() { enewuser ircd -1 -1 -1 ircd } -src_configure () { +src_configure() { sed -i \ -e "s/^#undef\tOPER_KILL$/#define\tOPER_KILL/" \ -e "s/^#undef\tOPER_RESTART$/#define\tOPER_RESTART/" \ diff --git a/net-irc/ircmap/ircmap-0.99-r1.ebuild b/net-irc/ircmap/ircmap-0.99-r1.ebuild index 05d3f133fb3d..33fb8a2051d5 100644 --- a/net-irc/ircmap/ircmap-0.99-r1.ebuild +++ b/net-irc/ircmap/ircmap-0.99-r1.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 @@ -28,7 +28,7 @@ src_compile() { {ircmapC,ircmapR-aa,ircmapR-gvdot,ircmapR-ircnet,ircmapS}.pl } -src_install () { +src_install() { dodoc README dobin ircmapS.pl ircmapC.pl ircmapR-aa.pl ircmapR-gvdot.pl ircmapR-ircnet.pl diff --git a/net-irc/limnoria/limnoria-20191123.ebuild b/net-irc/limnoria/limnoria-20191123.ebuild index 77d3858ab954..f9e493b70c74 100644 --- a/net-irc/limnoria/limnoria-20191123.ebuild +++ b/net-irc/limnoria/limnoria-20191123.ebuild @@ -50,7 +50,7 @@ src_unpack() { fi } -python_prepare(){ +python_prepare() { if python_is_python3; then einfo "Removing the RSS plugin because of clashes between libxml2's Python3" einfo "bindings and feedparser." diff --git a/net-irc/limnoria/limnoria-99999999.ebuild b/net-irc/limnoria/limnoria-99999999.ebuild index 77d3858ab954..f9e493b70c74 100644 --- a/net-irc/limnoria/limnoria-99999999.ebuild +++ b/net-irc/limnoria/limnoria-99999999.ebuild @@ -50,7 +50,7 @@ src_unpack() { fi } -python_prepare(){ +python_prepare() { if python_is_python3; then einfo "Removing the RSS plugin because of clashes between libxml2's Python3" einfo "bindings and feedparser." diff --git a/net-irc/onis/onis-0.8.2-r1.ebuild b/net-irc/onis/onis-0.8.2-r1.ebuild index 9777fbec8bdc..9b3ca1036075 100644 --- a/net-irc/onis/onis-0.8.2-r1.ebuild +++ b/net-irc/onis/onis-0.8.2-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 @@ -24,7 +24,7 @@ src_prepare() { sed -i -e s:lang/:/usr/share/onis/lang/: onis.conf || die "sed failed" } -src_install () { +src_install() { eval $(perl -V:installprivlib) dobin onis |