Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 139705 Details for
Bug 195917
sci-astronomy/setiathome-5.28 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
modified to detect version though configure.ac instead
setiathome-5.28.20071220.ebuild (text/plain), 2.71 KB, created by
Orson Teodoro
on 2007-12-31 11:17:11 UTC
(
hide
)
Description:
modified to detect version though configure.ac instead
Filename:
MIME Type:
Creator:
Orson Teodoro
Created:
2007-12-31 11:17:11 UTC
Size:
2.71 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sci-astronomy/setiathome-enhanced/setiathome-enhanced-5.17-20061112.ebuild,v 1.5.1 2006/11/12 06:23:00 teodoro Exp $ > >inherit eutils flag-o-matic autotools > >BOINCVER="5.10.21" > >DESCRIPTION="Search for Extraterrestrial Intelligence SETI@home" >HOMEPAGE="http://setiweb.ssl.berkeley.edu/" >SRC_URI="mirror://gentoo//${P}.tar.bz2" > >IUSE="fftw opengl" >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" > >DEPEND=">=sys-libs/glibc-2.3.2 > >=sci-misc/boinc-${BOINCVER} > opengl? ( virtual/opengl > virtual/glu > virtual/glut > >=media-libs/jpeg-6b > ) > fftw? ( >=sci-libs/fftw-3 )" > >RDEPEND="X? ( x11-base/xorg-x11 ) > ${DEPEND}" > >src_unpack() { > unpack "${A}" > cd "${S}" > epatch "${FILESDIR}/sah-5.28-bypass-boinc-check.patch" > epatch "${FILESDIR}/sah-5.28-compile-fixes.patch" >} > >src_compile() { > if use fftw ; then > einfo Using fftw \(optimized\) > else > einfo Using ooura \(default/not-optimized\) > fi > > if use opengl ; then > myopengl="--disable-dynamic-graphics --enable-graphics" > else > myopengl="--disable-graphics" > fi > > AT_M4DIR="m4" eautoreconf > econf \ > ${myopengl} \ > || die "failed to configure setiathome" > emake || die "Error: failed to make setiathome" >} > >src_install() { > local INSTDIR="/var/lib/boinc/projects/setiathome.berkeley.edu" > BASEVER=`grep -r -e "setiathome_enhanced, .*, ports" configure.ac \ > | grep -o "[0-9].[0-9][0-9]"` > local BINNAME=setiathome-${BASEVER}.${CHOST} > > exeinto ${INSTDIR} > doexe ${WORKDIR}/${P}/client/${BINNAME} > > insinto ${INSTDIR} > doins ${FILESDIR}/app_info.xml > > sed -i -e "s|NODOTVERSION|${BASEVER/./}|g" \ > -e "s|BINNAME|${BINNAME}|g" \ > ${D}${INSTDIR}/app_info.xml \ > || die "sed of app_info.xml failed." > sed -i -e 's|<app_name>setiathome</app_name>|<app_name>setiathome_enhanced</app_name>|g' \ > -e 's|<name>setiathome</name>|<name>setiathome_enhanced</name>|g' \ > ${D}${INSTDIR}/app_info.xml \ > || die "sed of app_info.xml failed." >} > >pkg_postinst() { > chown -R boinc:boinc /var/lib/boinc > cd /var/lib/boinc/projects/setiathome.berkeley.edu > chown -R root:0 setiathome-${BASEVER}.${CHOST} app_info.xml > > einfo > einfo ============================================================================= > einfo > einfo Enabling Boinc Graphics Feature > einfo > einfo Please run the following command to enable functionallity of > einfo Show Graphics button in Boinc which is disabled by default > einfo due to the security nature of Linux > einfo > einfo xhost +local: > einfo > einfo Running this command could be insecure in multiuser environments. > einfo >}
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 Raw
Actions:
View
Attachments on
bug 195917
:
133505
|
133506
|
133508
|
133509
| 139705 |
139708