--- ./irssi-0.8.10_rc5.ebuild Thu Jan 20 19:43:43 2005 +++ /usr/local/portage/overlay/net-irc/irssi/irssi-0.8.10_rc5-r1.ebuild Fri Feb 18 19:05:04 2005 @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.10_rc5.ebuild,v 1.7 2005/01/21 00:39:48 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.10_rc5-r1.ebuild,v 1.2 2005/01/22 17:19:29 swegener Exp $ inherit perl-module eutils @@ -8,7 +8,9 @@ DESCRIPTION="A modular textUI IRC client with IPv6 support" HOMEPAGE="http://irssi.org/" -SRC_URI="http://irssi.org/files/${MY_P}.tar.gz" +SRC_URI="http://irssi.org/files/${MY_P}.tar.gz + mirror://gentoo/${P}-CVS-20050121.patch.bz2 + http://dev.gentoo.org/~swegener/distfiles/${P}-CVS-20050121.patch.bz2" LICENSE="GPL-2" SLOT="0" @@ -16,7 +18,7 @@ IUSE="nls ipv6 perl ssl socks5" RDEPEND="!net-irc/irssi-cvs - >=dev-libs/glib-2.2.1 + >=dev-libs/glib-1.2.10 sys-libs/ncurses ssl? ( dev-libs/openssl ) perl? ( dev-lang/perl ) @@ -36,6 +38,8 @@ sed -i \ -e 's/[^ ]\+\.html//g' docs/Makefile.in || \ die "sed doc/Makefile.in failed" + + epatch ${WORKDIR}/${P}-CVS-20050121.patch } src_compile() { @@ -47,7 +51,7 @@ fi econf \ - --with-glib2 \ + --with-glib1 \ --without-servertest \ --with-proxy \ --with-ncurses \ @@ -57,6 +61,9 @@ $(use_with socks5 socks) \ ${myconf} || die "./configure failed" emake || die "emake failed" + + # Generate updated help + ./syntax.pl } src_install() {