Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 79197 Details for
Bug 113133
New voodooutils ebuild for portage
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
New ebuild
voodooutils-0.5.ebuild (text/plain), 580 bytes, created by
Jérôme Poulin
on 2006-02-07 23:06:16 UTC
(
hide
)
Description:
New ebuild
Filename:
MIME Type:
Creator:
Jérôme Poulin
Created:
2006-02-07 23:06:16 UTC
Size:
580 bytes
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >SLOT=0 >LICENSE="GPL" >KEYWORDS="x86" >DESCRIPTION="Set clock speed of Voodoo 3 and Banshee" >HOMEPAGE="http://www.deater.net/john/tdfx.html" >SRC_URI="http://www.deater.net/john/voodooutils-0.5.tar.gz" >IUSE="" > >src_unpack() { > unpack ${A} > cd ${S} > epatch ${FILESDIR}/voodooutils-0.5-relative-paths.patch >} > >src_compile() { > emake || die "Make failed" >} > >src_install() { > make install DESTDIR=${D} || die "Install failed" > dodoc LICENSE README >} >
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 113133
:
79197
|
79198
|
79651
|
79652