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

(-)boinc-5.5.6.ebuild (-5 / +4 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2006 Gentoo Foundation
1
# Copyright 1999-2006 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/sci-misc/boinc/boinc-5.5.6.ebuild,v 1.5 2006/11/23 16:17:55 vivo Exp $
3
# $Header: $
4
4
5
inherit eutils
5
inherit eutils
6
inherit flag-o-matic
6
7
7
DESCRIPTION="The Berkeley Open Infrastructure for Network Computing"
8
DESCRIPTION="The Berkeley Open Infrastructure for Network Computing"
8
HOMEPAGE="http://boinc.ssl.berkeley.edu/"
9
HOMEPAGE="http://boinc.ssl.berkeley.edu/"
Lines 14-20 Link Here
14
IUSE="server X unicode"
15
IUSE="server X unicode"
15
16
16
RDEPEND="sys-libs/zlib
17
RDEPEND="sys-libs/zlib
17
	>=net-misc/curl-7.15.0
18
	>=net-misc/curl-7.15.5
18
	>=dev-libs/openssl-0.9.7
19
	>=dev-libs/openssl-0.9.7
19
	X? ( >=x11-libs/wxGTK-2.6.2 )
20
	X? ( >=x11-libs/wxGTK-2.6.2 )
20
	server? ( net-www/apache
21
	server? ( net-www/apache
Lines 41-52 Link Here
41
src_unpack() {
42
src_unpack() {
42
	unpack ${A}
43
	unpack ${A}
43
	cd ${S}
44
	cd ${S}
44
45
	# point to a proper mouse device
46
	sed -e "s:/dev/mouse:/dev/input/mice:g" -i client/hostinfo_unix.C || die
47
}
45
}
48
46
49
src_compile() {
47
src_compile() {
48
	append-flags -O3 -funroll-loops -fforce-addr -ffast-math
50
	# Just run the necessary tools directly
49
	# Just run the necessary tools directly
51
	einfo "Running necessary autotools..."
50
	einfo "Running necessary autotools..."
52
	aclocal -I m4 || die "aclocal failed."
51
	aclocal -I m4 || die "aclocal failed."

Return to bug 166920