Gentoo Archives: gentoo-dev

From: Donnie Berkholz <dberkholz@g.o>
To: gentoo-dev@l.g.o, tsunam@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sci-misc/boinc: boinc-5.8.15.ebuild ChangeLog boinc-5.10.28.ebuild boinc-5.5.6.ebuild boinc-5.2.14.ebuild boinc-4.72.20050813-r3.ebuild boinc-5.4.11.ebuild
Date: Thu, 17 Jan 2008 06:27:21
Message-Id: 20080117062716.GA3711@supernova
1 On 03:21 Thu 17 Jan , Joshua Jackson (tsunam) wrote:
2 > 1.1 sci-misc/boinc/boinc-5.10.28.ebuild
3 >
4 > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/boinc-5.10.28.ebuild?rev=1.1&view=markup
5 > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/boinc-5.10.28.ebuild?rev=1.1&content-type=text/plain
6
7 > src_compile() {
8 > append-flags -O3 -funroll-loops -fforce-addr -ffast-math
9
10 Something this wacky could really use a comment. Presumably upstream
11 highly recommends these flags. Perhaps a custom-cflags USE flag could
12 disable them.
13
14 > src_install() {
15 > make install DESTDIR=""${D}"" || die "make install failed"
16
17 Please use emake, if it works. If not, add a comment.
18
19 > mkdir "${D}"/var "${D}"/var/lib "${D}"/var/lib/boinc/
20
21 `mkdir -p` isn't portable?
22
23 > cp "${S}"/ca-bundle.crt "${D}"/var/lib/boinc
24 > chown boinc:boinc "${D}"/var/lib/boinc
25
26 Could use fowners here.
27
28 > newinitd "${FILESDIR}"/boinc.init boinc
29 > newconfd "${FILESDIR}"/boinc.conf boinc
30 >
31 > make_desktop_entry boinc_gui BOINC boinc Science /var/lib/boinc
32 > }
33
34 Thanks,
35 Donnie
36 --
37 gentoo-dev@l.g.o mailing list

Replies