From b7ebc951da8800f711142f69d9d958bde67a112d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 28 Apr 2019 09:54:45 +0100 Subject: gentoo resync : 28.04.2019 --- net-irc/bip/Manifest | 5 --- net-irc/bip/bip-0.8.9.ebuild | 65 ------------------------------------ net-irc/bip/files/bip-freenode.patch | 18 ---------- net-irc/bip/files/bip.vim | 4 --- net-irc/bip/metadata.xml | 21 ------------ 5 files changed, 113 deletions(-) delete mode 100644 net-irc/bip/Manifest delete mode 100644 net-irc/bip/bip-0.8.9.ebuild delete mode 100644 net-irc/bip/files/bip-freenode.patch delete mode 100644 net-irc/bip/files/bip.vim delete mode 100644 net-irc/bip/metadata.xml (limited to 'net-irc/bip') diff --git a/net-irc/bip/Manifest b/net-irc/bip/Manifest deleted file mode 100644 index e5514b18b652..000000000000 --- a/net-irc/bip/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX bip-freenode.patch 671 BLAKE2B aa3051407f1ba56dc9988f213286f98ac68882fc5daaea8c9762139afa964adafedbcc716f909354792e13760f6190a53f6be5860ab1a89a44037cb03639dfbe SHA512 eadbe7867b24aa57e9bd2ffdde0eaac50b39bc0ad374a2ebce9d3a074c381156bd99be0d9826dafc00077bd33ae8f07ef0765b80a02fa5affbdd771747d10774 -AUX bip.vim 102 BLAKE2B 193fe83da363abd5f105ed8acc27f3df9dc058dec9f5e17688a18e5efd97b903d694f4cce3243109af2ae6184c4b0085e46bc942f53a9341f2cc2de724ac27d6 SHA512 6e612cc2963f846bf7fdb0061ce68104c2fbe1f806923ccd54c821467e67eccde88d93ff88e33da27d32fb5c02c872ecaea02b523a25430b76291b4c63fe0be8 -DIST bip-0.8.9.tar.gz 256711 BLAKE2B 2af396dccab45bdb0ac54f33290c58147b927974c3d00fbad00317358bdde64c538c1314bfe2513ae1e914cf68ace7e3f9a744f5939abdeb920e7cd6af35e532 SHA512 572adb6e0982d74a39b0380ef6af51ba7f55b880f78e110b93e09616e6345bb4a9a60475df644ec891cae368287d502ba00bbf734370ba50c57b29de6934c138 -EBUILD bip-0.8.9.ebuild 1416 BLAKE2B bfe3569a0f7751e977791110335bddcc8fc49a4de01145aa9dfc39e09bd06b0a6c19e78f88fc78dd39bcc9f73f576c9df7f008c1c397171aba4133ef958b39f2 SHA512 8c1d77dbc6bfe45c39580691e0e1931cd607d5c2a7d782b91c9b5acb273b6847dc1fb03da84aecc75f355375e243a6a8bdb5f6fea3e2518e95fa49eb95ef0bb1 -MISC metadata.xml 1019 BLAKE2B 973dc5d64bb0bff67366ba20a35ea9b748e655d21122c42c33d9cc345af71d93682bfb99567965953fea371871987ca05286b952bb25c992ed499fd801d898a3 SHA512 21018551f0940f152202d2a380e4757a7a4d7f301967cd03ee424120bac173d48a77cde2c14aa657316d0d47b89679eee66d33bec987d84b794b75a0d0d82042 diff --git a/net-irc/bip/bip-0.8.9.ebuild b/net-irc/bip/bip-0.8.9.ebuild deleted file mode 100644 index cc037d11faa5..000000000000 --- a/net-irc/bip/bip-0.8.9.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -inherit eutils - -DESCRIPTION="Multiuser IRC proxy with SSL support" -HOMEPAGE="http://bip.milkypond.org/" -SRC_URI="ftp://ftp.duckcorp.org/bip/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug freenode noctcp oidentd vim-syntax" - -COMMON_DEPEND=" - dev-libs/openssl:0 -" -DEPEND="${COMMON_DEPEND} - sys-devel/flex - virtual/yacc -" -RDEPEND="${COMMON_DEPEND} - vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) - oidentd? ( >=net-misc/oidentd-2.0 ) -" - -src_prepare() { - if use noctcp; then - sed -i -e '/irc_privmsg_check_ctcp(server, line);/s:^://:' src/irc.c || die - fi - - if use freenode; then - epatch "${FILESDIR}/${PN}-freenode.patch" || die - fi - - sed -i -e "s/-Werror//" Makefile.in || die -} - -src_configure() { - econf \ - $(use_enable debug) \ - $(use_enable oidentd) -} - -src_install() { - dobin src/bip src/bipmkpw - - dodoc AUTHORS ChangeLog README NEWS TODO - newdoc samples/bip.conf bip.conf.sample - doman bip.1 bip.conf.5 bipmkpw.1 - - if use vim-syntax; then - insinto /usr/share/vim/vimfiles/syntax - doins samples/bip.vim - insinto /usr/share/vim/vimfiles/ftdetect - doins "${FILESDIR}"/bip.vim - fi -} - -pkg_postinst() { - elog 'The default configuration file is "~/.bip/bip.conf"' - elog "You can find a sample configuration file in" - elog "/usr/share/doc/${PF}/bip.conf.sample" -} diff --git a/net-irc/bip/files/bip-freenode.patch b/net-irc/bip/files/bip-freenode.patch deleted file mode 100644 index 437da08f438d..000000000000 --- a/net-irc/bip/files/bip-freenode.patch +++ /dev/null @@ -1,18 +0,0 @@ -Freenode's ircd-seven uses a custom banlist type for mutes (+q). -This patch makes bip handle +q the same way as +q. -Without it, a user wouldn't get the banlist replies for mutes. - -diff --git a/src/irc.c b/src/irc.c -index 556bf97..a5cc039 100644 ---- a/src/irc.c -+++ b/src/irc.c -@@ -944,7 +947,8 @@ static int irc_cli_mode(struct link_client *ic, struct line *line) - - /* This is a wild guess and that sucks. */ - if (!irc_line_elem_equals(line, 0, "MODE") || -- strchr(irc_line_elem(line, 2), 'b') == NULL) -+ (strchr(irc_line_elem(line, 2), 'b') == NULL && -+ strchr(irc_line_elem(line, 2), 'q') == NULL)) - return OK_COPY; - - ++ic->who_count; diff --git a/net-irc/bip/files/bip.vim b/net-irc/bip/files/bip.vim deleted file mode 100644 index 437d7f083633..000000000000 --- a/net-irc/bip/files/bip.vim +++ /dev/null @@ -1,4 +0,0 @@ -" Vim filetype detection file for bip config files -" - -au BufNewFile,BufRead bip.conf set filetype=bip diff --git a/net-irc/bip/metadata.xml b/net-irc/bip/metadata.xml deleted file mode 100644 index e20cca0de70b..000000000000 --- a/net-irc/bip/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - Bip is an IRC proxy, which means it keeps connected to your preferred - IRC servers, can store the logs for you, and even send them back to your IRC - client(s) upon connection. You may want to use bip to keep your logfiles (in a - unique format and on a unique computer) whatever your client is, when you - connect from multiple workstations, or when you simply want to have a playback - of what was said while you were away. - - - Enables freenode-specific functionality. - Currently that is only support for mute lists (MODE #channel +q). - Disable the automatic CTCP VERSION reply which is often - exploited by malicious people to cause a DoS (reconnect due to flooding). - - Enable oidentd support - - -- cgit v1.2.3