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

Collapse All | Expand All

(-)/var/repositories/gentoo-x86/net-p2p/amule/amule-2.2.0_pre20080204.ebuild (-1 / +8 lines)
Lines 2-8 Link Here
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-p2p/amule/amule-2.2.0_pre20080204.ebuild,v 1.1 2008/02/04 16:51:50 armin76 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.2.0_pre20080204.ebuild,v 1.1 2008/02/04 16:51:50 armin76 Exp $
4
4
5
inherit eutils flag-o-matic wxwidgets
5
inherit eutils flag-o-matic wxwidgets autotools
6
6
7
MY_P=${PN/m/M}-CVS-${PV/2.2.0_pre/}
7
MY_P=${PN/m/M}-CVS-${PV/2.2.0_pre/}
8
S="${WORKDIR}/${PN}-cvs"
8
S="${WORKDIR}/${PN}-cvs"
Lines 44-49 Link Here
44
		fi
44
		fi
45
}
45
}
46
46
47
src_unpack() {
48
	unpack ${A}
49
	cd "${S}"
50
	epatch "${FILESDIR}/2.2.0-as_needed.patch"
51
	eautoconf
52
}
53
47
pkg_preinst() {
54
pkg_preinst() {
48
	if use daemon || use remote; then
55
	if use daemon || use remote; then
49
		enewgroup p2p
56
		enewgroup p2p

Return to bug 209475