summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2002-11-19 22:26:52 +0000
committerMarinus Schraal <foser@gentoo.org>2002-11-19 22:26:52 +0000
commit5c69a694499dc4b123300af23c41d4df06a002ed (patch)
treea70ebff3f4f1a87ffa5cf96d7f87cfb7e19f9ea0 /net-irc
parentadded -fPIC to CFLAGS (diff)
downloadhistorical-5c69a694499dc4b123300af23c41d4df06a002ed.tar.gz
historical-5c69a694499dc4b123300af23c41d4df06a002ed.tar.bz2
historical-5c69a694499dc4b123300af23c41d4df06a002ed.zip
plugins fix
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/xchat/ChangeLog7
-rw-r--r--net-irc/xchat/files/digest-xchat-1.9.5-r1 (renamed from net-irc/xchat/files/digest-xchat-1.9.5)0
-rw-r--r--net-irc/xchat/xchat-1.9.5-r1.ebuild (renamed from net-irc/xchat/xchat-1.9.5.ebuild)7
3 files changed, 7 insertions, 7 deletions
diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog
index 10a4ccd94529..2f090f556042 100644
--- a/net-irc/xchat/ChangeLog
+++ b/net-irc/xchat/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-irc/xchat
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.28 2002/11/17 14:01:01 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.29 2002/11/19 22:26:52 foser Exp $
+
+*xchat-1.9.5 (19 Nov 2002)
+
+ 19 Nov 2002; foser <foser@gentoo.org> xchat-1.9.5-r1.ebuild :
+ They fixed the plugins, removed the symlinks to make them work again
*xchat-1.9.5 (17 Nov 2002)
diff --git a/net-irc/xchat/files/digest-xchat-1.9.5 b/net-irc/xchat/files/digest-xchat-1.9.5-r1
index 73aa3bc57e3e..73aa3bc57e3e 100644
--- a/net-irc/xchat/files/digest-xchat-1.9.5
+++ b/net-irc/xchat/files/digest-xchat-1.9.5-r1
diff --git a/net-irc/xchat/xchat-1.9.5.ebuild b/net-irc/xchat/xchat-1.9.5-r1.ebuild
index d253fb2d5ee1..28aa36d3fbf2 100644
--- a/net-irc/xchat/xchat-1.9.5.ebuild
+++ b/net-irc/xchat/xchat-1.9.5-r1.ebuild
@@ -1,6 +1,6 @@
# 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/xchat/xchat-1.9.5.ebuild,v 1.1 2002/11/17 14:01:01 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.9.5-r1.ebuild,v 1.1 2002/11/19 22:26:52 foser Exp $
IUSE="perl gnome ssl gtk python mmx ipv6 nls kde"
@@ -84,11 +84,6 @@ src_install() {
einstall install || die "Install failed"
- use python &&
- ( dosym /usr/lib/xchat/plugins/python.so-2 /usr/lib/xchat/plugins/python.so )
- use perl &&
- ( dosym /usr/lib/xchat/plugins/perl.so-2 /usr/lib/xchat/plugins/perl.so )
-
dodoc AUTHORS COPYING ChangeLog README
}