diff options
author | Nathan Phillip Brink <binki@gentoo.org> | 2011-06-15 04:06:52 +0000 |
---|---|---|
committer | Nathan Phillip Brink <binki@gentoo.org> | 2011-06-15 04:06:52 +0000 |
commit | 1f655100865946b64c9aa8e1dc256a65a63e59c3 (patch) | |
tree | aa3e8d9389bd453eb3b7c6e3925508b1254e3890 /net-irc/bobotpp/files | |
parent | Version bump. (diff) | |
download | historical-1f655100865946b64c9aa8e1dc256a65a63e59c3.tar.gz historical-1f655100865946b64c9aa8e1dc256a65a63e59c3.tar.bz2 historical-1f655100865946b64c9aa8e1dc256a65a63e59c3.zip |
Bump to bobotpp-2.2.3 and to EAPI=4.
Package-Manager: portage-2.2.0_alpha37-r1/cvs/Linux x86_64
Diffstat (limited to 'net-irc/bobotpp/files')
-rw-r--r-- | net-irc/bobotpp/files/bobotpp-2.2.3-stdout.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-irc/bobotpp/files/bobotpp-2.2.3-stdout.patch b/net-irc/bobotpp/files/bobotpp-2.2.3-stdout.patch new file mode 100644 index 000000000000..8bbb78be966c --- /dev/null +++ b/net-irc/bobotpp/files/bobotpp-2.2.3-stdout.patch @@ -0,0 +1,13 @@ +From: Nathan Phillip Brink <binki@gentoo.org> +Subject: Reduce amount of noise printed to stdout. + +--- a/source/Utils.C ++++ b/source/Utils.C +@@ -97,7 +97,6 @@ + if (host == "") host = "*"; + } + +- std::cout << nick + "!" + user + "@" + host << std::endl; + + return nick + "!" + user + "@" + host; + } |