summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-30 11:32:37 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-30 11:32:37 +0000
commit19bd26c1a93ce86736aaec27059fae100669ecde (patch)
tree3ed083097cadf3ba84114bc9898dd7c3119afbd0 /net-irc/bitchx
parentCleanup (diff)
downloadgentoo-2-19bd26c1a93ce86736aaec27059fae100669ecde.tar.gz
gentoo-2-19bd26c1a93ce86736aaec27059fae100669ecde.tar.bz2
gentoo-2-19bd26c1a93ce86736aaec27059fae100669ecde.zip
Cleanup
Diffstat (limited to 'net-irc/bitchx')
-rw-r--r--net-irc/bitchx/bitchx-1.0.17.ebuild60
-rw-r--r--net-irc/bitchx/bitchx-1.0.18-r1.ebuild74
-rw-r--r--net-irc/bitchx/bitchx-1.0.18.ebuild60
-rw-r--r--net-irc/bitchx/files/digest-bitchx-1.0.171
-rw-r--r--net-irc/bitchx/files/digest-bitchx-1.0.181
-rw-r--r--net-irc/bitchx/files/digest-bitchx-1.0.18-r11
6 files changed, 0 insertions, 197 deletions
diff --git a/net-irc/bitchx/bitchx-1.0.17.ebuild b/net-irc/bitchx/bitchx-1.0.17.ebuild
deleted file mode 100644
index 188d95dc3fa9..000000000000
--- a/net-irc/bitchx/bitchx-1.0.17.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2000 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.17.ebuild,v 1.3 2000/11/05 14:42:17 achim Exp $
-
-P=BitchX-1.0c17
-A=${P}.tar.gz
-S=${WORKDIR}/BitchX
-DESCRIPTION="A 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() {
-
- cd ${S}
- 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
- 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
- dodoc Changelog README* IPv5-support
- cd doc
- insinto /usr/X11R6/include/bitmaps
- doins BitchX.xpm
-
- dodoc BitchX-* BitchX.bot *.doc BitchX.faq bitch52* README.hooks
- dodoc bugs *.txt functions ideas mode plugins tcl-ideas watch
- dodoc *.tcl
- docinto html
- dodoc *.html
- doman ircII.1
-
-}
-
diff --git a/net-irc/bitchx/bitchx-1.0.18-r1.ebuild b/net-irc/bitchx/bitchx-1.0.18-r1.ebuild
deleted file mode 100644
index f97644e2d69c..000000000000
--- a/net-irc/bitchx/bitchx-1.0.18-r1.ebuild
+++ /dev/null
@@ -1,74 +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/bitchx-1.0.18-r1.ebuild,v 1.2 2001/04/18 01:09:58 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=">=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
-
- ln -sf ${D}/usr/bin/${P} BitchX
- chmod -x ${D}/usr/lib/bx/plugins/BitchX.hints
-
- 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
- mv acro/README acro/README.acro
- dodoc acro/README.acro
- mv arcfour/README arcfour/README.arcfour
- dodoc arcfour/README.arcfour
- mv blowfish/README blowfish/README.blowfish
- dodoc blowfish/README.blowfish
- dodoc nap/README.nap
- mv qbx/README qbx/README.qbx
- dodoc qbx/README.qbx
-}
diff --git a/net-irc/bitchx/bitchx-1.0.18.ebuild b/net-irc/bitchx/bitchx-1.0.18.ebuild
deleted file mode 100644
index ae316f786095..000000000000
--- a/net-irc/bitchx/bitchx-1.0.18.ebuild
+++ /dev/null
@@ -1,60 +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/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.17 b/net-irc/bitchx/files/digest-bitchx-1.0.17
deleted file mode 100644
index a478a191c686..000000000000
--- a/net-irc/bitchx/files/digest-bitchx-1.0.17
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4ab094ae58f0bacb14c3e480404215fd BitchX-1.0c17.tar.gz
diff --git a/net-irc/bitchx/files/digest-bitchx-1.0.18 b/net-irc/bitchx/files/digest-bitchx-1.0.18
deleted file mode 100644
index 93500953c151..000000000000
--- a/net-irc/bitchx/files/digest-bitchx-1.0.18
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f79c8167069966d9bc927d1418ba9eb3 BitchX-1.0c18.tar.gz
diff --git a/net-irc/bitchx/files/digest-bitchx-1.0.18-r1 b/net-irc/bitchx/files/digest-bitchx-1.0.18-r1
deleted file mode 100644
index 3fc29729f1f9..000000000000
--- a/net-irc/bitchx/files/digest-bitchx-1.0.18-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 737276281ae911c5e1e17b028ebee045 ircii-pana-1.0c18.tar.gz