summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-01 14:00:14 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-01 14:00:14 +0000
commit357a1b39d2aa6d172a908d805edab80d716fb7ee (patch)
tree0a62bacc29615a8ea4c7e1c1e17ca85df2cb0c66 /net-irc
parentnew TODO comments (extensive) (diff)
downloadgentoo-2-357a1b39d2aa6d172a908d805edab80d716fb7ee.tar.gz
gentoo-2-357a1b39d2aa6d172a908d805edab80d716fb7ee.tar.bz2
gentoo-2-357a1b39d2aa6d172a908d805edab80d716fb7ee.zip
*** empty log message ***
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/bitchx/bitchx-1.0.18-r2.ebuild34
-rw-r--r--net-irc/xchat/files/digest-xchat-1.6.41
-rw-r--r--net-irc/xchat/files/digest-xchat-1.7.51
3 files changed, 23 insertions, 13 deletions
diff --git a/net-irc/bitchx/bitchx-1.0.18-r2.ebuild b/net-irc/bitchx/bitchx-1.0.18-r2.ebuild
index 85ca2cf5e8e5..6fe478a58ea3 100644
--- a/net-irc/bitchx/bitchx-1.0.18-r2.ebuild
+++ b/net-irc/bitchx/bitchx-1.0.18-r2.ebuild
@@ -1,7 +1,7 @@
# 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-r2.ebuild,v 1.1 2001/04/23 01:00:39 pete Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.18-r2.ebuild,v 1.2 2001/06/01 14:00:14 achim Exp $
P=
A=ircii-pana-1.0c18.tar.gz
@@ -40,21 +40,29 @@ src_compile() {
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
+# 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 gtkBichX-1.0c18 gtkBitchX
+ chmod -x ${D}/opt/gnome/lib/bx/plugins/BitchX.hints
else
try make prefix=${D}/usr install
+ cd ${D}/usr/bin
+ rm gtkBitchX
+ ln -sf BichX-1.0c18 BitchX
+ chmod -x ${D}/usr/lib/bx/plugins/BitchX.hints
fi
- ln -sf ${D}/usr/bin/${P} BitchX
- chmod -x ${D}/usr/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
@@ -65,19 +73,19 @@ src_install () {
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
+ cp acro/README acro/README.acro
dodoc acro/README.acro
- mv arcfour/README arcfour/README.arcfour
+ cp arcfour/README arcfour/README.arcfour
dodoc arcfour/README.arcfour
- mv blowfish/README blowfish/README.blowfish
+ cp blowfish/README blowfish/README.blowfish
dodoc blowfish/README.blowfish
dodoc nap/README.nap
- mv qbx/README qbx/README.qbx
+ cp qbx/README qbx/README.qbx
dodoc qbx/README.qbx
}
diff --git a/net-irc/xchat/files/digest-xchat-1.6.4 b/net-irc/xchat/files/digest-xchat-1.6.4
new file mode 100644
index 000000000000..6d1083a57ca1
--- /dev/null
+++ b/net-irc/xchat/files/digest-xchat-1.6.4
@@ -0,0 +1 @@
+MD5 995c02b43454ba76bb641792503c669a xchat-1.6.4.tar.bz2
diff --git a/net-irc/xchat/files/digest-xchat-1.7.5 b/net-irc/xchat/files/digest-xchat-1.7.5
new file mode 100644
index 000000000000..d6a3124b3255
--- /dev/null
+++ b/net-irc/xchat/files/digest-xchat-1.7.5
@@ -0,0 +1 @@
+MD5 2331e71e699ab1306531b0b9c9b97177 xchat-1.7.5.tar.bz2