* [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 [not found] <E1JFLK0-0006DR-IF@stork.gentoo.org> @ 2008-01-17 6:27 ` Donnie Berkholz 2008-01-17 6:43 ` Mike Frysinger 0 siblings, 1 reply; 2+ messages in thread From: Donnie Berkholz @ 2008-01-17 6:27 UTC (permalink / raw To: gentoo-dev, tsunam On 03:21 Thu 17 Jan , Joshua Jackson (tsunam) wrote: > 1.1 sci-misc/boinc/boinc-5.10.28.ebuild > > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/boinc-5.10.28.ebuild?rev=1.1&view=markup > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/boinc-5.10.28.ebuild?rev=1.1&content-type=text/plain > src_compile() { > append-flags -O3 -funroll-loops -fforce-addr -ffast-math Something this wacky could really use a comment. Presumably upstream highly recommends these flags. Perhaps a custom-cflags USE flag could disable them. > src_install() { > make install DESTDIR=""${D}"" || die "make install failed" Please use emake, if it works. If not, add a comment. > mkdir "${D}"/var "${D}"/var/lib "${D}"/var/lib/boinc/ `mkdir -p` isn't portable? > cp "${S}"/ca-bundle.crt "${D}"/var/lib/boinc > chown boinc:boinc "${D}"/var/lib/boinc Could use fowners here. > newinitd "${FILESDIR}"/boinc.init boinc > newconfd "${FILESDIR}"/boinc.conf boinc > > make_desktop_entry boinc_gui BOINC boinc Science /var/lib/boinc > } Thanks, Donnie -- gentoo-dev@lists.gentoo.org mailing list ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [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 2008-01-17 6:27 ` [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 Donnie Berkholz @ 2008-01-17 6:43 ` Mike Frysinger 0 siblings, 0 replies; 2+ messages in thread From: Mike Frysinger @ 2008-01-17 6:43 UTC (permalink / raw To: gentoo-dev; +Cc: Donnie Berkholz, tsunam [-- Attachment #1: Type: text/plain, Size: 1002 bytes --] On Thursday 17 January 2008, Donnie Berkholz wrote: > On 03:21 Thu 17 Jan , Joshua Jackson (tsunam) wrote: > > 1.1 sci-misc/boinc/boinc-5.10.28.ebuild > > > > file : > > http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/boinc-5.10 > >.28.ebuild?rev=1.1&view=markup plain: > > http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/boinc-5.10 > >.28.ebuild?rev=1.1&content-type=text/plain > > > > src_compile() { > > append-flags -O3 -funroll-loops -fforce-addr -ffast-math /me cries > Something this wacky could really use a comment. Presumably upstream > highly recommends these flags. Perhaps a custom-cflags USE flag could > disable them. yes to all points > > mkdir "${D}"/var "${D}"/var/lib "${D}"/var/lib/boinc/ > > `mkdir -p` isn't portable? it is portable (any system not supporting it is not supported by Gentoo and should be recycled). even then, `dodir` should always (*) be used for dir creation in $D. -mike [-- Attachment #2: This is a digitally signed message part. --] [-- Type: application/pgp-signature, Size: 827 bytes --] ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-01-17 6:46 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <E1JFLK0-0006DR-IF@stork.gentoo.org> 2008-01-17 6:27 ` [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 Donnie Berkholz 2008-01-17 6:43 ` Mike Frysinger
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox