diff options
author | Marinus Schraal <foser@gentoo.org> | 2002-11-17 14:01:01 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2002-11-17 14:01:01 +0000 |
commit | 26ec8deebcdde129d8b9c5ba26742e91f9345efe (patch) | |
tree | 24eb3e97a0a2b0443bf371001dfdd30dc3c92c94 /net-irc | |
parent | Masked sawfish-2.0; sawfish-1.2 is newer (diff) | |
download | gentoo-2-26ec8deebcdde129d8b9c5ba26742e91f9345efe.tar.gz gentoo-2-26ec8deebcdde129d8b9c5ba26742e91f9345efe.tar.bz2 gentoo-2-26ec8deebcdde129d8b9c5ba26742e91f9345efe.zip |
New version
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/xchat/ChangeLog | 9 | ||||
-rw-r--r-- | net-irc/xchat/files/digest-xchat-1.9.5 | 1 | ||||
-rw-r--r-- | net-irc/xchat/xchat-1.9.5.ebuild | 98 |
3 files changed, 106 insertions, 2 deletions
diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog index 3f3d80487406..10a4ccd94529 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.27 2002/11/08 17:09:05 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.28 2002/11/17 14:01:01 foser Exp $ + +*xchat-1.9.5 (17 Nov 2002) + + 17 Nov 2002; foser <foser@gentoo.org> xchat-1.9.5.ebuild : + New version, removed most of the menu item placement hacks *xchat-1.9.4-r1 (08 Nov 2002) @@ -10,7 +15,7 @@ *xchat-1.9.4 (05 Nov 2002) 05 Nov 2002; foser <foser@gentoo.org> xchat-1.9.4.ebuild : - New version, moved to slot 2. + New version, moved to slot 2 IMPORTANT : xchat-1.8 should move to slot 1 next revision/release *xchat-1.9.3-r3.ebuild (02 Nov 2002) diff --git a/net-irc/xchat/files/digest-xchat-1.9.5 b/net-irc/xchat/files/digest-xchat-1.9.5 new file mode 100644 index 000000000000..73aa3bc57e3e --- /dev/null +++ b/net-irc/xchat/files/digest-xchat-1.9.5 @@ -0,0 +1 @@ +MD5 f737b02e09360b5fee58cff85fee0ce6 xchat-1.9.5.tar.bz2 797336 diff --git a/net-irc/xchat/xchat-1.9.5.ebuild b/net-irc/xchat/xchat-1.9.5.ebuild new file mode 100644 index 000000000000..d253fb2d5ee1 --- /dev/null +++ b/net-irc/xchat/xchat-1.9.5.ebuild @@ -0,0 +1,98 @@ +# 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 $ + +IUSE="perl gnome ssl gtk python mmx ipv6 nls kde" + +S=${WORKDIR}/${P} +DESCRIPTION="X-Chat is a graphical IRC client for UNIX operating systems." +SRC_URI="http://www.xchat.org/files/source/1.9/${P}.tar.bz2" +HOMEPAGE="http://www.xchat.org/" + +LICENSE="GPL-2" +SLOT="2" +KEYWORDS="~x86 ~ppc ~sparc ~sparc64" + +RDEPEND=">=dev-libs/glib-2.0.4 + >=x11-libs/gtk+-2.0.5 + perl? ( >=sys-devel/perl-5.6.1 ) + gnome? ( >=x11-libs/libzvt-2.0.1 + >=gnome-base/libgnome-2.0.1 + >=gnome-base/gnome-applets-2.0.0 + >=gnome-base/gnome-panel-2.0.1 ) + ssl? ( >=dev-libs/openssl-0.9.6d )" + +DEPEND="${RDEPEND} + nls? ( >=sys-devel/gettext-0.10.38 )" + +# From the xchat 1.9.3 README_FIRST file: +# (one of the) REMAINING PROBLEMS: +# * can't compile with gnome, panel and zvt support * +# stroke + +src_compile() { + + local myopts myflags + + if [ ! `use perl` ] ; then + use gnome \ + && myopts="${myopts} --enable-gnome --enable-panel" \ + || myopts="${myopts} --enable-gtkfe --disable-gnome --disable-zvt" + + use gnome \ + && CFLAGS="${CFLAGS} -I/usr/include/orbit-2.0" \ + || myopts="${myopts} --disable-gnome" + fi + + use gtk \ + || myopts="${myopts} --disable-gtkfe" + + use ssl \ + && myopts="${myopts} --enable-openssl" + + use perl \ + || myopts="${myopts} --disable-perl" + + use python \ + || myopts="${myopts} --disable-python" + + use nls \ + && myopts="${myopts} --enable-hebrew --enable-japanese-conv" \ + || myopts="${myopts} --disable-nls" + + use mmx \ + && myopts="${myopts} --enable-mmx" \ + || myopts="${myopts} --disable-mmx" + + use ipv6 \ + && myopts="${myopts} --enable-ipv6" + + + [ -n "${DISABLE_XFT}" ] && myopts="${myopts} --disable-xft" + + econf \ + --program-suffix=-2 \ + ${myopts} || die "Configure failed" + + MAKEOPTS="-j1" emake || die "Compile failed" +} + +src_install() { + # some magic to create a menu entry for xchat 2 + 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" + + 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 +} + +pkg_postinst() { + einfo "If you want X-Chat to correctly display Hebrew (bidi) do " + einfo "'export DISABLE_XFT=1' and re-emerge xchat" +} |