Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 312901 | Differences between
and this patch

Collapse All | Expand All

(-)bitlbee-1.2.4-r1.ebuild (-6 / +3 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2010 Gentoo Foundation
1
# Copyright 1999-2010 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-im/bitlbee/bitlbee-1.2.4-r1.ebuild,v 1.1 2010/02/28 15:48:42 cedk Exp $
3
# $Header: $
4
4
5
EAPI="1"
5
EAPI="2"
6
inherit eutils toolchain-funcs confutils
6
inherit eutils toolchain-funcs confutils
7
7
8
DESCRIPTION="irc to IM gateway that support multiple IM protocols"
8
DESCRIPTION="irc to IM gateway that support multiple IM protocols"
Lines 65-74 Link Here
65
	enewuser bitlbee -1 -1 /var/lib/bitlbee bitlbee
65
	enewuser bitlbee -1 -1 /var/lib/bitlbee bitlbee
66
}
66
}
67
67
68
src_unpack() {
68
src_prepare() {
69
	unpack ${A}
70
	cd "${S}"
71
72
	sed -i \
69
	sed -i \
73
		-e "s@/usr/local/sbin/bitlbee@/usr/sbin/bitlbee@" \
70
		-e "s@/usr/local/sbin/bitlbee@/usr/sbin/bitlbee@" \
74
		-e "s/nobody/bitlbee/" \
71
		-e "s/nobody/bitlbee/" \

Return to bug 312901