Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 116414 - New ebuild for Bip (Multiuser IRC proxy with ssl support)
Summary: New ebuild for Bip (Multiuser IRC proxy with ssl support)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://bip.berlios.de/
Whiteboard: [sunrise-overlay]
Keywords: EBUILD, InOverlay, REVIEWED
Depends on:
Blocks:
 
Reported: 2005-12-22 12:29 UTC by chris
Modified: 2007-11-20 09:20 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Bip 0.5 ebuild (bip-0.5.ebuild,695 bytes, text/plain)
2005-12-22 12:33 UTC, chris
Details

Note You need to log in before you can comment on or make changes to this bug.
Description chris 2005-12-22 12:29:04 UTC
Here is an ebuild for installing bip:

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Multiuser IRC proxy with ssl support"
SRC_URI="http://download.berlios.de/${PN}/${P}-newlicense.tar.gz"
HOMEPAGE="http://bip.berlios.de/"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86"
IUSE="ssl"

DEPEND="ssl? ( dev-libs/openssl )"

src_compile() {
    local myconf=""
    use ssl || myconf="--disable-ssl"

    econf ${myconf} || die "econf failed"
    make || die "make failed"
}

src_install() {
    make DESTDIR="${D}" install || die "make install failed"
    rm -rf "${D}/usr/share/doc/bip/"

    dodoc AUTHORS ChangeLog README IDEAS NEWS TODO
    docinto samples
    dodoc samples/*
}
Comment 1 chris 2005-12-22 12:33:19 UTC
Created attachment 75345 [details]
Bip 0.5 ebuild
Comment 2 Markus Ullmann (RETIRED) gentoo-dev 2006-10-18 12:02:31 UTC
Now available in the Sunrise overlay: http://www.gentoo-sunrise.org/sunrise/browser/reviewed/net-irc/bip
Comment 3 Ali Polatel (RETIRED) gentoo-dev 2007-04-25 07:36:26 UTC
I bumped it to version 0.6.0 in sunrise,fixed bip.vim and added vim-syntax USE
flag. Just so you know :-)
Comment 4 Ali Polatel (RETIRED) gentoo-dev 2007-11-20 09:20:58 UTC
bip-0.6.1 is in CVS. thanks for reporting.