diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-06-08 13:23:05 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-06-08 13:23:05 +0000 |
commit | 7a358c9d940728a5ed1a357394bd3965d45c83aa (patch) | |
tree | 6b21a9d12d33d3ef9c81b28f99654cde0690bde8 /net-irc/xchat/xchat-2.0.2-r2.ebuild | |
parent | New qpkg flags added (diff) | |
download | historical-7a358c9d940728a5ed1a357394bd3965d45c83aa.tar.gz historical-7a358c9d940728a5ed1a357394bd3965d45c83aa.tar.bz2 historical-7a358c9d940728a5ed1a357394bd3965d45c83aa.zip |
minor fixes, mark 2.0.2-r2 x86 and cleanup
Diffstat (limited to 'net-irc/xchat/xchat-2.0.2-r2.ebuild')
-rw-r--r-- | net-irc/xchat/xchat-2.0.2-r2.ebuild | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/net-irc/xchat/xchat-2.0.2-r2.ebuild b/net-irc/xchat/xchat-2.0.2-r2.ebuild index b0dcb83c5ea9..d9b197ff450a 100644 --- a/net-irc/xchat/xchat-2.0.2-r2.ebuild +++ b/net-irc/xchat/xchat-2.0.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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-2.0.2-r2.ebuild,v 1.1 2003/05/26 09:26:06 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.2-r2.ebuild,v 1.2 2003/06/08 13:22:56 foser Exp $ IUSE="perl tcltk python ssl gtk mmx ipv6" @@ -12,12 +12,12 @@ HOMEPAGE="http://www.xchat.org/" LICENSE="GPL-2" SLOT="2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" RDEPEND=">=dev-libs/glib-2.0.3 - >=x11-libs/gtk+-2.0.3 - perl? ( >=dev-lang/perl-5.6.1 ) - ssl? ( >=dev-libs/openssl-0.9.6d ) + gtk? ( >=x11-libs/gtk+-2.0.3 ) + perl? ( >=dev-lang/perl-5.6.1 ) + ssl? ( >=dev-libs/openssl-0.9.6d ) python? ( dev-lang/python ) tcltk? ( dev-lang/tcl )" @@ -64,7 +64,7 @@ src_compile() { src_install() { # some magic to create a menu entry for xchat 2 - mv xchat.desktop xchat.desktop.old + mv xchat.desktop xchat.desktop.old \ sed -e "s:Exec=xchat:Exec=xchat-2:" -e "s:Name=XChat IRC:Name=XChat 2 IRC:" xchat.desktop.old > xchat.desktop einstall install || die "Install failed" @@ -73,8 +73,5 @@ src_install() { insinto /usr/include/xchat doins src/common/xchat-plugin.h - ! has_version "<xchat-2" \ - && dosym /usr/bin/xchat-2 /usr/bin/xchat - dodoc AUTHORS COPYING ChangeLog README* } |