summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <a3li@gentoo.org>2010-09-11 13:33:19 +0000
committerAlex Legler <a3li@gentoo.org>2010-09-11 13:33:19 +0000
commit5baf5cad5e37c245b12279db6f84518ce2dbd101 (patch)
tree30ab75a83019c88fd4063707ed9a1d2902d0beb6 /net-irc
parentcleanup, version bump (diff)
downloadgentoo-2-5baf5cad5e37c245b12279db6f84518ce2dbd101.tar.gz
gentoo-2-5baf5cad5e37c245b12279db6f84518ce2dbd101.tar.bz2
gentoo-2-5baf5cad5e37c245b12279db6f84518ce2dbd101.zip
Removing old and vulnerable versions.
(Portage version: 2.2_rc78/cvs/Linux x86_64)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/bip/ChangeLog6
-rw-r--r--net-irc/bip/bip-0.8.4.ebuild61
-rw-r--r--net-irc/bip/bip-0.8.5.ebuild68
3 files changed, 5 insertions, 130 deletions
diff --git a/net-irc/bip/ChangeLog b/net-irc/bip/ChangeLog
index c6c91c19f482..4bf8f2cf3b5f 100644
--- a/net-irc/bip/ChangeLog
+++ b/net-irc/bip/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/bip
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/bip/ChangeLog,v 1.18 2010/09/10 10:49:48 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/bip/ChangeLog,v 1.19 2010/09/11 13:33:19 a3li Exp $
+
+ 11 Sep 2010; Alex Legler <a3li@gentoo.org> -bip-0.8.4.ebuild,
+ -bip-0.8.5.ebuild:
+ Removing old and vulnerable versions.
10 Sep 2010; Markos Chandras <hwoarang@gentoo.org> bip-0.8.5-r1.ebuild:
Stable on amd64 wrt bug #336321
diff --git a/net-irc/bip/bip-0.8.4.ebuild b/net-irc/bip/bip-0.8.4.ebuild
deleted file mode 100644
index fc32243317a8..000000000000
--- a/net-irc/bip/bip-0.8.4.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/bip/bip-0.8.4.ebuild,v 1.4 2010/07/30 15:05:53 hwoarang Exp $
-
-EAPI="2"
-
-DESCRIPTION="Multiuser IRC proxy with ssl support"
-HOMEPAGE="http://bip.t1r.net/"
-SRC_URI="http://bip.t1r.net/downloads/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug noctcp ssl vim-syntax oidentd"
-
-DEPEND="ssl? ( dev-libs/openssl )"
-RDEPEND="${DEPEND}
- vim-syntax? ( || ( app-editors/vim
- app-editors/gvim ) )
- oidentd? ( >=net-misc/oidentd-2.0 )"
-
-src_prepare() {
- use noctcp || return
-
- sed -i -e '/irc_privmsg_check_ctcp(server, line);/s:^://:' src/irc.c || die
-}
-
-src_configure() {
- econf \
- $(use_with ssl openssl) \
- $(use_enable debug) \
- $(use_enable oidentd)
-}
-
-src_compile() {
- # Parallel make fails.
- # {C,CXX,LD}FLAGS aren't respected, bug 241030.
- emake CFLAGS="${CFLAGS}" CPPFLAGS="${CXXFLAGS}" \
- LDFLAGS="${LDFLAGS}" -j1 || die "emake failed"
-}
-
-src_install() {
- dobin src/bip src/bipmkpw || die "dobin failed"
-
- dodoc AUTHORS ChangeLog README NEWS TODO || die "dodoc failed"
- newdoc samples/bip.conf bip.conf.sample || die "newdoc failed"
- doman bip.1 bip.conf.5 bipmkpw.1 || die "doman failed"
-
- if use vim-syntax; then
- insinto /usr/share/vim/vimfiles/syntax
- doins samples/bip.vim || die "doins failed"
- insinto /usr/share/vim/vimfiles/ftdetect
- doins "${FILESDIR}"/bip.vim || die "doins failed"
- fi
-}
-
-pkg_postinst() {
- elog '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/bip-0.8.5.ebuild b/net-irc/bip/bip-0.8.5.ebuild
deleted file mode 100644
index feaf776a79d8..000000000000
--- a/net-irc/bip/bip-0.8.5.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/bip/bip-0.8.5.ebuild,v 1.2 2010/08/07 16:41:44 a3li Exp $
-
-EAPI="2"
-inherit eutils autotools
-
-DESCRIPTION="Multiuser IRC proxy with ssl support"
-HOMEPAGE="http://bip.t1r.net/"
-SRC_URI="http://bip.t1r.net/downloads/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug freenode noctcp ssl vim-syntax oidentd"
-
-DEPEND="ssl? ( dev-libs/openssl )"
-RDEPEND="${DEPEND}
- vim-syntax? ( || ( app-editors/vim
- app-editors/gvim ) )
- oidentd? ( >=net-misc/oidentd-2.0 )"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-configure.patch" || die
-
- eautoreconf
-
- 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
-}
-
-src_configure() {
- econf \
- $(use_with ssl openssl) \
- $(use_enable debug) \
- $(use_enable oidentd)
-}
-
-src_compile() {
- # Parallel make fails.
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- dobin src/bip src/bipmkpw || die "dobin failed"
-
- dodoc AUTHORS ChangeLog README NEWS TODO || die "dodoc failed"
- newdoc samples/bip.conf bip.conf.sample || die "newdoc failed"
- doman bip.1 bip.conf.5 bipmkpw.1 || die "doman failed"
-
- if use vim-syntax; then
- insinto /usr/share/vim/vimfiles/syntax
- doins samples/bip.vim || die "doins failed"
- insinto /usr/share/vim/vimfiles/ftdetect
- doins "${FILESDIR}"/bip.vim || die "doins failed"
- fi
-}
-
-pkg_postinst() {
- elog 'Default configuration file is "~/.bip/bip.conf"'
- elog "You can find a sample configuration file in"
- elog "/usr/share/doc/${PF}/bip.conf.sample"
-}