diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-09-22 11:57:57 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-09-22 11:57:57 +0000 |
commit | 28ca5e7b6417840c53e1a2504107f009e71045ae (patch) | |
tree | 66e8049d99f610748298295bfa22a62442afca93 /net-irc | |
parent | merge gtk-bitchx and bitchx and look at gnome and esd USE-flags (diff) | |
download | historical-28ca5e7b6417840c53e1a2504107f009e71045ae.tar.gz historical-28ca5e7b6417840c53e1a2504107f009e71045ae.tar.bz2 historical-28ca5e7b6417840c53e1a2504107f009e71045ae.zip |
merged into bitchx ebuild
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/bitchx-gtk/bitchx-gtk-1.0.18-r2.ebuild | 80 | ||||
-rw-r--r-- | net-irc/bitchx-gtk/files/digest-bitchx-gtk-1.0.18-r2 | 1 |
2 files changed, 0 insertions, 81 deletions
diff --git a/net-irc/bitchx-gtk/bitchx-gtk-1.0.18-r2.ebuild b/net-irc/bitchx-gtk/bitchx-gtk-1.0.18-r2.ebuild deleted file mode 100644 index 3392f5abab0c..000000000000 --- a/net-irc/bitchx-gtk/bitchx-gtk-1.0.18-r2.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx-gtk/bitchx-gtk-1.0.18-r2.ebuild,v 1.1 2001/06/17 00:10:17 drobbins Exp $ - -A=ircii-pana-1.0c18.tar.gz -S=${WORKDIR}/BitchX -DESCRIPTION="An IRC Client" -SRC_URI="ftp://ftp.bitchx.com/pub/BitchX/source/${A}" -HOMEPAGE="http://www.bitchx.com/" - -DEPEND="virtual/glibc >=sys-libs/ncurses-5.1 >=media-libs/audiofile-0.2.1 >=media-libs/imlib-1.9 - >=gnome-base/gnome-libs-1.2.4 - ssl? ( >=dev-libs/openssl-0.9.6 ) - esd? ( >=media-sound/esound-0.2.22 )" - -src_unpack() { - unpack ${A} - cd ${S} - patch -p1 < ${FILESDIR}/${PF}-gentoo.diff -} - -src_compile() { - local myopts - if [ -n "`use esd`" ] - then - myopts="$myopts --with-esd" - fi - if [ -n "`use ssl`" ] - then - myopts="$myopts --with-ssl" - fi - try ./configure --with-gtk --prefix=/opt/gnome ${myopts} --host=${CHOST} --build=${CHOST}\ - --enable-cdrom --enable-ipv6 --with-plugins --enable-sound - try make - -} - -src_install () { - - try make prefix=${D}/opt/gnome install -# insinto /opt/gnome/share/gnome/apps/Internet -# doins gtkBitchX.desktop -# insinto /opt/gnome/share/pixmaps -# doins BitchX.png - cd ${D}/opt/gnome/bin - rm gtkBitchX - ln -sf gtkBitchX-1.0c18 gtkBitchX - chmod -x ${D}/opt/gnome/lib/bx/plugins/BitchX.hints - - #ln -sf ${D}/usr/bin/${P} BitchX - - - cd ${S} - dodoc Changelog README* IPv6-support - 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 - docinto html - dodoc *.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-gtk/files/digest-bitchx-gtk-1.0.18-r2 b/net-irc/bitchx-gtk/files/digest-bitchx-gtk-1.0.18-r2 deleted file mode 100644 index 3fc29729f1f9..000000000000 --- a/net-irc/bitchx-gtk/files/digest-bitchx-gtk-1.0.18-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 737276281ae911c5e1e17b028ebee045 ircii-pana-1.0c18.tar.gz |