Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 40655 Details for
Bug 65719
cpuburn ebuild will not work on amd64. new ebuild submitted in bug report
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
new ebuild with amd64 support
cpuburn-1.4-r1.ebuild (text/plain), 830 bytes, created by
Rick Warner
on 2004-09-28 13:10:12 UTC
(
hide
)
Description:
new ebuild with amd64 support
Filename:
MIME Type:
Creator:
Rick Warner
Created:
2004-09-28 13:10:12 UTC
Size:
830 bytes
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/cpuburn-1.4.ebuild,v 1.8 2004/09/17 04:58:29 vapier Exp $ >inherit eutils >MY_P="${PV/./_}" >DESCRIPTION="designed to heavily load CPU chips [testing purposes]" >HOMEPAGE="http://pages.sbcglobal.net/redelm/" >SRC_URI="http://pages.sbcglobal.net/redelm/cpuburn_${MY_P}_tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="-* x86 amd64" >RESTRICT="nostrip" > >DEPEND="sys-devel/gcc" >RDEPEND="" > >src_unpack() { > # for some reason he has it _tar instead of .tar ... > unpack ${A} > tar -xf cpuburn_${MY_P}_tar || die >} > > >src_compile() { > use amd64 && epatch ${FILESDIR}/Makefile-32bit.diff > emake || die >} > >src_install() { > dodoc Design README > dobin burn{BX,K6,K7,MMX,P5,P6} || die >}
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 65719
: 40655 |
40657