Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 253617 Details for
Bug 324477
sys-power/i7z - command line and Qt GUI application to display real frequency on Core i3 / i5 / i7
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
i7z 0.26 ebuild
i7z-0.26.ebuild (text/plain), 644 bytes, created by
Yu Yuwei
on 2010-11-08 11:41:59 UTC
(
hide
)
Description:
i7z 0.26 ebuild
Filename:
MIME Type:
Creator:
Yu Yuwei
Created:
2010-11-08 11:41:59 UTC
Size:
644 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: >EAPI="2" >ETYPE="sys-power" > >inherit eutils > >DESCRIPTION="A better i7 (and now i3, i5) reporting tool for Linux." >HOMEPAGE="http://code.google.com/p/i7z/" >IUSE="ncurses qt4" > >LICENSE="GPLv2" >SLOT="0" >KEYWORDS="~amd64" > >SRC_URI="http://i7z.googlecode.com/files/${P}.tar.gz" > >DEPEND=">=sys-libs/ncurses-5.2 > qt4? ( x11-libs/qt-gui:4 ) >" > >src_compile() { > cd ${S} > make > if use qt4; then > cd GUI > sed -i "s:qmake-qt4:qmake:g" Makefile > make > fi >} > >src_install() { > dosbin i7z > if use qt4; then > newsbin GUI/GUI i7zGui > 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 324477
:
238403
|
238479
|
253617
|
255691
|
255693