diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-08-06 06:15:00 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-08-06 06:15:00 +0000 |
commit | e21a94ad7a12d2a74382d53415c2bd6802f8ca4b (patch) | |
tree | bb01182212d11231fff50f7fc2b5646956ba5f2e /net-irc | |
parent | Fix bug #5797 (diff) | |
download | gentoo-2-e21a94ad7a12d2a74382d53415c2bd6802f8ca4b.tar.gz gentoo-2-e21a94ad7a12d2a74382d53415c2bd6802f8ca4b.tar.bz2 gentoo-2-e21a94ad7a12d2a74382d53415c2bd6802f8ca4b.zip |
fix stupid.
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/xchat/ChangeLog | 8 | ||||
-rw-r--r-- | net-irc/xchat/files/digest-xchat-1.9.2-r1 (renamed from net-irc/xchat/files/digest-xchat-1.9.2) | 0 | ||||
-rw-r--r-- | net-irc/xchat/xchat-1.9.2-r1.ebuild (renamed from net-irc/xchat/xchat-1.9.2.ebuild) | 8 |
3 files changed, 11 insertions, 5 deletions
diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog index efc3197cad40..48bc990e18e4 100644 --- a/net-irc/xchat/ChangeLog +++ b/net-irc/xchat/ChangeLog @@ -1,8 +1,14 @@ # 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.12 2002/07/22 00:11:06 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.13 2002/08/06 06:15:00 lostlogic Exp $ +*xchat-1.9.2-r1.ebuild (06 Aug 2002) + + 06 Aug 2002; Brandon Low <lostlogic@gentoo.org> xchat-1.9.2-r1.ebuild: + + Fix some bad things, including sandboxing problems, blah. + *xchat-1.8.9-r3 (21 Jul 2002) 21 Jul 2002; Spider <spider@gentoo.org> xchat-1.8.9-r3.ebuild : Applied patch for euirc networks bug #4776 diff --git a/net-irc/xchat/files/digest-xchat-1.9.2 b/net-irc/xchat/files/digest-xchat-1.9.2-r1 index 7ac71960843d..7ac71960843d 100644 --- a/net-irc/xchat/files/digest-xchat-1.9.2 +++ b/net-irc/xchat/files/digest-xchat-1.9.2-r1 diff --git a/net-irc/xchat/xchat-1.9.2.ebuild b/net-irc/xchat/xchat-1.9.2-r1.ebuild index 8457e40cd11d..73b20f8d3e0f 100644 --- a/net-irc/xchat/xchat-1.9.2.ebuild +++ b/net-irc/xchat/xchat-1.9.2-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.2.ebuild,v 1.2 2002/07/16 04:54:33 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.9.2-r1.ebuild,v 1.1 2002/08/06 06:15:00 lostlogic Exp $ S=${WORKDIR}/${P} DESCRIPTION="X-Chat is a graphical IRC client for UNIX operating systems." @@ -73,14 +73,14 @@ src_compile() { econf \ --program-suffix=-2 \ - ${myopts} || die + ${myopts} || die "Configure failed" - emake || die + MAKEOPTS="-j1" emake || die "Compile failed" } src_install() { - make prefix=${D}/usr utildir=${D}${KDEDIR}/share/applnk/Internet install || die + einstall utildir=${D}${KDEDIR}/share/applnk/Internet install || die "Install failed" use gnome && ( insinto /usr/share/gnome/apps/Internet |