diff options
author | Marinus Schraal <foser@gentoo.org> | 2002-11-19 22:26:52 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2002-11-19 22:26:52 +0000 |
commit | a034c9e0465f4657a424692b14231eab6302f55f (patch) | |
tree | 53462be90b378901d89c599c5b4e471dabd11389 /net-irc/xchat | |
parent | added -fPIC to CFLAGS (diff) | |
download | gentoo-2-a034c9e0465f4657a424692b14231eab6302f55f.tar.gz gentoo-2-a034c9e0465f4657a424692b14231eab6302f55f.tar.bz2 gentoo-2-a034c9e0465f4657a424692b14231eab6302f55f.zip |
plugins fix
Diffstat (limited to 'net-irc/xchat')
-rw-r--r-- | net-irc/xchat/ChangeLog | 7 | ||||
-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 } |