Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 137299 Details for
Bug 196979
sys-apps/superiotool (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fixed ebuild
superiotool-9999.ebuild (text/plain), 846 bytes, created by
Ziga Mlinar
on 2007-11-29 08:41:01 UTC
(
hide
)
Description:
fixed ebuild
Filename:
MIME Type:
Creator:
Ziga Mlinar
Created:
2007-11-29 08:41:01 UTC
Size:
846 bytes
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit subversion eutils > >DESCRIPTION=" Superiotool allows you to detect which Super I/O you have on your mainboard, and it can provide detailed information about the register contents of the Super I/O." >HOMEPAGE="http://www.linuxbios.org/Superiotool" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="" > >SRC_URI="" >ESVN_REPO_URI="svn://linuxbios.org/repos/trunk/util/${PN}" > >S=${WORKDIR}/${PN} > >src_unpack() { > subversion_src_unpack > cd ${S} > sed -i \ > -e "s|-O2 -Wall -Werror -Wstrict-prototypes -Wundef -Wstrict-aliasing|${CFLAGS}|" \ > -e "s|-Werror-implicit-function-declaration -ansi||" \ > Makefile || die "sed" >} > >src_compile() { > emake || die "emake failed" >} > >src_install() { > dobin superiotool > doman *.8 >}
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 196979
:
134281
|
134283
|
134286
|
135398
| 137299 |
175535