summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Tolboom <ryan@gentoo.org>2001-02-22 06:05:31 +0000
committerRyan Tolboom <ryan@gentoo.org>2001-02-22 06:05:31 +0000
commit74a6fc5b082e834e38d9d8b0cbc7f4b9737bfbc8 (patch)
tree54a45f54507899ae66ac2aafbbcc331840101549
parent*** empty log message *** (diff)
downloadgentoo-2-74a6fc5b082e834e38d9d8b0cbc7f4b9737bfbc8.tar.gz
gentoo-2-74a6fc5b082e834e38d9d8b0cbc7f4b9737bfbc8.tar.bz2
gentoo-2-74a6fc5b082e834e38d9d8b0cbc7f4b9737bfbc8.zip
updated to new version of bitchx
-rw-r--r--ChangeLog5
-rw-r--r--current-packages.new3
-rw-r--r--net-irc/bitchx/bitchx-1.0.18.ebuild60
-rw-r--r--net-irc/bitchx/files/digest-bitchx-1.0.181
4 files changed, 68 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4fc740682091..88b824106734 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+date 22 Feb 2001
+
+upd net-irc/bitchx/bitchx-1.0.17 to 1.0.18
+ryan
+
date 21 Feb 2001
upd sys-apps/portage-1.5_pre4 to 1.5_pre5
diff --git a/current-packages.new b/current-packages.new
index fa2ae249e354..ee40f2bdf884 100644
--- a/current-packages.new
+++ b/current-packages.new
@@ -341,7 +341,8 @@
./net-ftp/lftp/lftp-2.3.7.ebuild
./net-ftp/ncftp/ncftp-3.0.2.ebuild
./net-ftp/proftpd/proftpd-1.2.0_rc2-r1.ebuild
-./net-irc/bitchx/bitchx-1.0.17.ebuild
+#./net-irc/bitchx/bitchx-1.0.17.ebuild
+./net-irc/bitchx/bitchx-1.0.18.ebuild
./net-irc/xchat/xchat-1.4.3.ebuild
./net-libs/libpcap/libpcap-0.5.2.ebuild
./net-libs/libwww/libwww-5.3.1-r1.ebuild
diff --git a/net-irc/bitchx/bitchx-1.0.18.ebuild b/net-irc/bitchx/bitchx-1.0.18.ebuild
new file mode 100644
index 000000000000..ae316f786095
--- /dev/null
+++ b/net-irc/bitchx/bitchx-1.0.18.ebuild
@@ -0,0 +1,60 @@
+# 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/bitchx-1.0.18.ebuild,v 1.1 2001/02/22 06:05:31 ryan Exp $
+
+P=BitchX-1.0c18
+A=${P}.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=">=sys-libs/glibc-2.1.3
+ >=sys-libs/gpm-1.19.3
+ >=sys-libs/ncurses-5.1
+ gnome? ( >=gnome-base/gnome-libs-1.2.4 )"
+
+src_compile() {
+
+ local myopts
+ if [ -n "`use gnome`" ]
+ then
+ myopts="--with-gtk --with-sound --prefix=/opt/gnome"
+ else
+ myopts="--prefix=/usr"
+ fi
+ try ./configure ${myopts} --host=${CHOST} \
+ --enable-cdrom --with-plugins
+ try make
+
+}
+
+src_install () {
+
+ cd ${S}
+ if [ -n "`use gnome`" ]
+ then
+ 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
+ else
+ try make prefix=${D}/usr install
+ fi
+ rm ${D}/usr/bin/BitchX
+ ln -s ${D}/usr/bin/${P} BitchX
+ 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 plugins tcl-ideas watch
+ dodoc *.tcl
+ docinto html
+ dodoc *.html
+
+}
+
diff --git a/net-irc/bitchx/files/digest-bitchx-1.0.18 b/net-irc/bitchx/files/digest-bitchx-1.0.18
new file mode 100644
index 000000000000..93500953c151
--- /dev/null
+++ b/net-irc/bitchx/files/digest-bitchx-1.0.18
@@ -0,0 +1 @@
+MD5 f79c8167069966d9bc927d1418ba9eb3 BitchX-1.0c18.tar.gz