Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 254457 Details for
Bug 345695
app-benchmarks/bootchart2-0.12.4.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-benchmarks/bootchart2-0.12.4.ebuild
bootchart2-0.12.4.ebuild (text/plain), 1.05 KB, created by
Gustavo Sverzut Barbieri
on 2010-11-16 02:00:02 UTC
(
hide
)
Description:
app-benchmarks/bootchart2-0.12.4.ebuild
Filename:
MIME Type:
Creator:
Gustavo Sverzut Barbieri
Created:
2010-11-16 02:00:02 UTC
Size:
1.05 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" > >inherit eutils linux-info > >DESCRIPTION="Performance analysis and visualization of the system boot process" >HOMEPAGE="https://github.com/mmeeks/bootchart" >SRC_URI="https://github.com/downloads/mmeeks/bootchart/bootchart2-${PV}.tar.bz2" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >CONFIG_CHECK="~PROC_EVENTS ~TASKSTATS" > >RDEPEND="dev-lang/python" >DEPEND="${RDEPEND}" > >pkg_setup() { > linux-info_pkg_setup >} > >src_compile() { > emake || die >} > >src_install() { > dodoc README README.pybootchart COPYING NEWS TODO || die > > emake DESTDIR="${D}" install || die "died running make install, $FUNCNAME" >} > >pkg_postinst() { > elog "To generate the chart, append this to your kernel commandline" > elog " initcall_debug printk.time=y quiet init=/sbin/bootchartd" > elog "and reboot" > elog "Note: genkernel users should replace init= with real_init= in the above" > elog "see https://bugs.gentoo.org/show_bug.cgi?id=275251 for more info" > elog >}
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 345695
:
254457
|
255851
|
261388
|
261647
|
261648
|
262087
|
262089
|
264331
|
264333
|
264335
|
264337
|
264341
|
264345
|
264347
|
275053
|
275055