Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 177885 Details for
Bug 216656
ebuild request: Phoronix Test Suite - a benchmarking tool with xml based benchmark definitions
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-benchmarks/phoronix-test-suite-1.4.2.ebuild
phoronix-test-suite-1.4.2.ebuild (text/plain), 3.53 KB, created by
juantxorena@gmail.com
on 2009-01-09 16:02:53 UTC
(
hide
)
Description:
app-benchmarks/phoronix-test-suite-1.4.2.ebuild
Filename:
MIME Type:
Creator:
juantxorena@gmail.com
Created:
2009-01-09 16:02:53 UTC
Size:
3.53 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > ># TODO: ># * add installation of new documenation (README.html and documentation/) as real dodoc, ># currently docs end inside the normal install path (/usr/share/phoronix-test-suite/documentation/) ># * switch SRC_URI to http://www.phoronix-test-suite.com/download.php?file=${P}.tar.gz ># currently this is not done due to problems with the filename in src_unpack, but ># thic change would allow using existing mirros for the package > >EAPI=2 > >inherit eutils > >DESCRIPTION="Comprehensive testing and benchmarking platform" >HOMEPAGE="http://phoronix-test-suite.com" >SRC_URI="http://www.phoronix-test-suite.com/releases/${P}.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="get-all-deps" > >RDEPEND="dev-lang/php[cli,gd,pcntl] > sys-process/time > sys-apps/lsb-release > get-all-deps? ( app-shells/tcsh > dev-lang/perl > dev-libs/libaio > dev-util/ftjam > dev-util/git > dev-util/scons > media-libs/glew > media-libs/freeimage > media-libs/imlib2 > media-libs/jpeg > >=media-libs/libpng-1.2 > >=media-libs/libsdl-1.2 > media-libs/openal > media-libs/portaudio > >=media-libs/sdl-image-1.2 > >=media-libs/sdl-net-1.2 > media-libs/libvorbis > sys-devel/bison > sys-devel/flex > sys-devel/gcc[fortran] > amd64? ( sys-devel/gcc[multilib] ) > sys-libs/zlib > virtual/glut > >=virtual/jre-1.5 > =virtual/libstdc++-3.3 > x11-base/xorg-server > >=x11-libs/gtk+-2 > x11-libs/libXvMC > x11-libs/libXv > x11-libs/qt-core:4 )" > >S="${WORKDIR}/${PN}" > >src_unpack() { > unpack ${A} > cd "${S}" > > sed -i -e "s,export PTS_DIR=\`pwd\`,export PTS_DIR=\"/usr/share/${PN}\"," ${PN} > > epatch "${FILESDIR}/${P}-libs.patch" > epatch "${FILESDIR}/${P}-dl.patch" >} > >src_install() { > dodir /usr/share/${PN} > insinto /usr/share/${PN} > exeinto /usr/bin > doins -r "${S}"/{documentation,pts,pts-core,README.html} || die "Install failed!" > fperms a+x /usr/share/${PN}/pts-core/scripts/launch-browser.sh > fperms a+x /usr/share/${PN}/pts/distro-scripts/*.sh > fperms a+x /usr/share/${PN}/pts-core/test-libraries/*.sh > doexe phoronix-test-suite || die "Installing the executable failed!" > dodoc CHANGE-LOG >} > >pkg_postinst() { > if ! use get-all-deps ; then > elog "For several tests external dependencies are needed. You can" > elog "easily install them with setting the useflag 'get-all-deps'." > elog "When not having the deps installed, the testsuite will ask for" > elog "the root password when installing tests that require external" > elog "dependencies and install them systemwide via portage." > elog "These are the possible deps:" > elog "app-shells/tcsh" > elog "dev-lang/perl" > elog "dev-libs/libaio" > elog "dev-util/ftjam" > elog "dev-util/git" > elog "dev-util/scons" > elog "media-libs/glew" > elog "media-libs/freeimage, due to problems with this package you will have to get the ebuild from bugreport #213969 and manually unmask the build" > elog "media-libs/imlib2" > elog "media-libs/jpeg" > elog ">=media-libs/libpng-1.2" > elog ">=media-libs/libsdl-1.2" > elog "media-libs/openal" > elog "media-libs/portaudio" > elog ">=media-libs/sdl-image-1.2" > elog ">=media-libs/sdl-net-1.2" > elog "media-libs/libvorbis" > elog "sys-devel/bison" > elog "sys-devel/flex" > if use amd64 ; then > elog "sys-devel/gcc with fortran and multilib useflag active" > else > elog "sys-devel/gcc with fortran useflag active" > fi > elog "virtual/glut" > elog ">=virtual/jre-1.5" > elog "=virtual/libstdc++-3.3" > elog "x11-base/xorg-server" > elog ">=x11-libs/gtk+-2" > elog "x11-libs/libXvMC" > elog "x11-libs/libXv" > fi >}
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 216656
:
150511
|
150733
|
150735
|
150947
|
150956
|
155101
|
155103
|
155105
|
155161
|
155733
|
155735
|
158751
|
158753
|
162366
|
166002
|
166004
| 177885 |
177887
|
177888
|
177892
|
198466