diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-06-26 22:30:26 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-06-26 22:30:26 +0000 |
commit | 2acd3329ef38855859b879e5edf358c62e1b30ff (patch) | |
tree | dd083e9e4a7b7b78a12f3d6ce60fa7d60b0a5576 /net-irc | |
parent | minor bug in --dups sorting (diff) | |
download | gentoo-2-2acd3329ef38855859b879e5edf358c62e1b30ff.tar.gz gentoo-2-2acd3329ef38855859b879e5edf358c62e1b30ff.tar.bz2 gentoo-2-2acd3329ef38855859b879e5edf358c62e1b30ff.zip |
quick fix0rs
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/bitchx/ChangeLog | 9 | ||||
-rw-r--r-- | net-irc/bitchx/bitchx-1.0.19-r2.ebuild | 110 | ||||
-rw-r--r-- | net-irc/bitchx/files/digest-bitchx-1.0.19-r2 | 1 |
3 files changed, 119 insertions, 1 deletions
diff --git a/net-irc/bitchx/ChangeLog b/net-irc/bitchx/ChangeLog index d98bdb79f80e..3f4451546c01 100644 --- a/net-irc/bitchx/ChangeLog +++ b/net-irc/bitchx/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-irc/bitchx # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.5 2002/04/23 13:40:46 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.6 2002/06/26 22:30:26 seemant Exp $ + +*bitchx-1.0.19-r2 (26 Jun 2002) + + 26 Jun 2002; Seemant Kulleen <seemant@gentoo.org> bitchx-1.0.19-r1.ebuild + files/digest-bitchx-1.0.19-r2 : + + LFH/man page fixes, SLOT, LICENSE *bitchx-1.0.19-r1 (23 April 2002) diff --git a/net-irc/bitchx/bitchx-1.0.19-r2.ebuild b/net-irc/bitchx/bitchx-1.0.19-r2.ebuild new file mode 100644 index 000000000000..5a5b479f6209 --- /dev/null +++ b/net-irc/bitchx/bitchx-1.0.19-r2.ebuild @@ -0,0 +1,110 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r2.ebuild,v 1.1 2002/06/26 22:30:26 seemant Exp $ + +MY_P=ircii-pana-${PV/.0./.0c} +S=${WORKDIR}/BitchX +DESCRIPTION="An IRC Client" +SRC_URI="ftp://ftp.bitchx.com/pub/BitchX/source/${MY_P}.tar.gz" +HOMEPAGE="http://www.bitchx.com/" + +SLOT="" +LICENSE="GPL-2" + + +DEPEND=">=sys-libs/ncurses-5.1 + ssl? ( >=dev-libs/openssl-0.9.6 ) + xmms? ( media-sound/xmms ) + gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 ) + ncurses? ( sys-libs/ncurses ) + esd? ( >=media-sound/esound-0.2.5 + >=media-libs/audiofile-0.1.5 ) + gtk? ( =x11-libs/gtk+-1.2* + >=media-libs/imlib-1.9.10-r1 )" + +#src_unpack() { +# unpack ${A} +# cd ${S} +# patch -p1 < ${FILESDIR}/${PF}-gentoo.diff || die +# patch -p1 < ${FILESDIR}/${P}-dupver.patch || die +#} + +src_compile() { + + local myconf + + use ssl \ + && myconf="${myconf} --with-ssl" \ + || myconf="${myconf} --without-ssl" + + use esd && use gtk \ + && myconf="${myconf} --enable-sound" \ + || myconf="${myconf} --disable-sound" + + use gtk \ + || myconf="${myconf} --without-gtk" + + use ipv6 \ + && myconf="${myconf} --enable-ipv6" \ + || myconf="${myconf} --disable-ipv6" + + #not tested +# use ncurses \ +# && myconf="${myconf} --without-tgetent" \ +# || myconf="${myconf} --with-tgetent" + + use socks5 \ + && myconf="${myconf} --with-socks=5" \ + || myconf="${myconf} --without-socks" + + econf \ + --enable-cdrom \ + --with-plugins \ + ${myconf} || die + + emake || die + +} + +src_install () { + + einstall || die + + cd ${D}/usr/bin + + use gnome && ( \ + exeinto /usr/bin + newexe ${S}/source/BitchX BitchX-1.0c19 + dosym gtkBitchX-1.0c19 /usr/bin/gtkBitchX + ) + + dosym BitchX-1.0c19 /usr/bin/BitchX + + chmod -x ${D}/usr/lib/bx/plugins/BitchX.hints + + cd ${S} + dodoc Changelog README* IPv6-support COPYING + cd doc + insinto /usr/X11R6/include/bitmaps + doins BitchX.xpm + + dodoc BitchX-* BitchX.bot *.doc BitchX.faq README.hooks + dodoc bugs *.txt functions ideas mode tcl-ideas watch + dodoc *.tcl + dohtml *.html + + docinto plugins + dodoc plugins + cd ../dll + insinto /usr/lib/bx/wav + doins wavplay/*.wav + cp acro/README acro/README.acro + dodoc acro/README.acro + cp arcfour/README arcfour/README.arcfour + dodoc arcfour/README.arcfour + cp blowfish/README blowfish/README.blowfish + dodoc blowfish/README.blowfish + dodoc nap/README.nap + cp qbx/README qbx/README.qbx + dodoc qbx/README.qbx +} diff --git a/net-irc/bitchx/files/digest-bitchx-1.0.19-r2 b/net-irc/bitchx/files/digest-bitchx-1.0.19-r2 new file mode 100644 index 000000000000..733d621134c6 --- /dev/null +++ b/net-irc/bitchx/files/digest-bitchx-1.0.19-r2 @@ -0,0 +1 @@ +MD5 79431ff0880e7317049045981fac8adc ircii-pana-1.0c19.tar.gz 2533621 |