Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 172375 Details for
Bug 234360
sci-misc/boinc-6.2.16 ebuild+sourcecode
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
build from SVN tag
boinc-6.2.16.ebuild.patch (text/plain), 1.83 KB, created by
Dmitri Bogomolov
on 2008-11-19 14:40:20 UTC
(
hide
)
Description:
build from SVN tag
Filename:
MIME Type:
Creator:
Dmitri Bogomolov
Created:
2008-11-19 14:40:20 UTC
Size:
1.83 KB
patch
obsolete
>--- boinc-6.2.16.ebuild 2008-11-19 13:10:22.470886309 +0200 >+++ boinc-6.2.16-r1.ebuild 2008-11-19 16:27:38.467425216 +0200 >@@ -2,11 +2,13 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: $ > >-inherit flag-o-matic wxwidgets depend.apache >+ESVN_REPO_URI="http://boinc.berkeley.edu/svn/tags/boinc_core_release_6_2_16" >+ >+inherit eutils flag-o-matic wxwidgets depend.apache subversion autotools > > DESCRIPTION="The Berkeley Open Infrastructure for Network Computing" > HOMEPAGE="http://boinc.ssl.berkeley.edu/" >-SRC_URI="mirror://gentoo//${P}.tar.bz2" >+#SRC_URI="mirror://gentoo//${P}.tar.bz2" > > LICENSE="LGPL-2.1" > SLOT="0" >@@ -39,12 +41,9 @@ > want_apache server > > src_unpack() { >- unpack ${A} >+ subversion_src_unpack > cd "${S}" >- >- # do autoreconf >- #rm "${S}"/m4/libtool.m4 >- #AT_M4DIR="m4" eautoreconf || die "eautoreconf failed" >+ eautoreconf > } > > src_compile() { >@@ -82,6 +81,7 @@ > } > > src_install() { >+ local icon="${PN}.ico" > emake DESTDIR="${D}" install || die "make install failed" > mkdir -p "${D}"/var/lib/boinc/ > cp "${S}"/curl/ca-bundle.crt "${D}"/var/lib/boinc >@@ -91,7 +91,10 @@ > newinitd "${FILESDIR}"/boinc.init boinc > newconfd "${FILESDIR}"/boinc.conf boinc > >- use X && make_desktop_entry boinc_gui BOINC boinc Science /var/lib/boinc >+ if use X; then >+ doicon "${S}"/clientgui/res/templates/${icon} >+ make_desktop_entry boinc_gui BOINC /usr/share/pixmaps/${icon} Science /var/lib/boinc >+ fi > } > > pkg_preinst() { >@@ -105,7 +108,7 @@ > einfo "You can do this by running /etc/init.d/boinc attach" > einfo "BOINC The howto for configuration is located at:" > einfo "http://boinc.berkeley.edu/anonymous_platform.php" >- if use server;then >+ if use server; then > echo > einfo "You have chosen to enable server mode. this ebuild has installed" > einfo "the necessary packages to be a server. You will need to have a"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 234360
:
162607
|
171094
|
171096
|
171098
| 172375 |
173059