Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 82504
Collapse All | Expand All

(-)./irssi-0.8.10_rc5.ebuild (-4 / +11 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2005 Gentoo Foundation
1
# Copyright 1999-2005 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $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 $
3
# $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 $
4
4
5
inherit perl-module eutils
5
inherit perl-module eutils
6
6
Lines 8-14 Link Here
8
8
9
DESCRIPTION="A modular textUI IRC client with IPv6 support"
9
DESCRIPTION="A modular textUI IRC client with IPv6 support"
10
HOMEPAGE="http://irssi.org/"
10
HOMEPAGE="http://irssi.org/"
11
SRC_URI="http://irssi.org/files/${MY_P}.tar.gz"
11
SRC_URI="http://irssi.org/files/${MY_P}.tar.gz
12
	mirror://gentoo/${P}-CVS-20050121.patch.bz2
13
	http://dev.gentoo.org/~swegener/distfiles/${P}-CVS-20050121.patch.bz2"
12
14
13
LICENSE="GPL-2"
15
LICENSE="GPL-2"
14
SLOT="0"
16
SLOT="0"
Lines 16-22 Link Here
16
IUSE="nls ipv6 perl ssl socks5"
18
IUSE="nls ipv6 perl ssl socks5"
17
19
18
RDEPEND="!net-irc/irssi-cvs
20
RDEPEND="!net-irc/irssi-cvs
19
	>=dev-libs/glib-2.2.1
21
	>=dev-libs/glib-1.2.10
20
	sys-libs/ncurses
22
	sys-libs/ncurses
21
	ssl? ( dev-libs/openssl )
23
	ssl? ( dev-libs/openssl )
22
	perl? ( dev-lang/perl )
24
	perl? ( dev-lang/perl )
Lines 36-41 Link Here
36
	sed -i \
38
	sed -i \
37
		-e 's/[^ 	]\+\.html//g' docs/Makefile.in || \
39
		-e 's/[^ 	]\+\.html//g' docs/Makefile.in || \
38
			die "sed doc/Makefile.in failed"
40
			die "sed doc/Makefile.in failed"
41
42
	epatch ${WORKDIR}/${P}-CVS-20050121.patch
39
}
43
}
40
44
41
src_compile() {
45
src_compile() {
Lines 47-53 Link Here
47
	fi
51
	fi
48
52
49
	econf \
53
	econf \
50
		--with-glib2 \
54
		--with-glib1 \
51
		--without-servertest \
55
		--without-servertest \
52
		--with-proxy \
56
		--with-proxy \
53
		--with-ncurses \
57
		--with-ncurses \
Lines 57-62 Link Here
57
		$(use_with socks5 socks) \
61
		$(use_with socks5 socks) \
58
		${myconf} || die "./configure failed"
62
		${myconf} || die "./configure failed"
59
	emake || die "emake failed"
63
	emake || die "emake failed"
64
65
	# Generate updated help
66
	./syntax.pl
60
}
67
}
61
68
62
src_install() {
69
src_install() {

Return to bug 82504