Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 322649 Details for
Bug 399241
app-admin/mcelog-1.0_pre3_p20120918 snapshot version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mcelog-1.0_pre4_pre20120807.ebuild
mcelog-1.0_pre4_pre20120807.ebuild (text/plain), 1.04 KB, created by
Ben Kohler
on 2012-08-31 16:33:48 UTC
(
hide
)
Description:
mcelog-1.0_pre4_pre20120807.ebuild
Filename:
MIME Type:
Creator:
Ben Kohler
Created:
2012-08-31 16:33:48 UTC
Size:
1.04 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="4" > >inherit vcs-snapshot linux-info eutils toolchain-funcs > >COMMITID="87c1d6d737a706fba671805b0f404592d620cc9b" > >DESCRIPTION="A tool to log and decode Machine Check Exceptions" >HOMEPAGE="http://mcelog.org/" >SRC_URI="https://github.com/andikleen/${PN}/tarball/${COMMITID} -> ${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND="" > >CONFIG_CHECK="~X86_MCE" > ># test suite needs mce-inject, we don't have a package for it yet >RESTRICT="test" > >src_prepare() { > epatch "${FILESDIR}"/${PN}-0.8_pre1-timestamp-mcelog.patch > > sed -i \ > -e 's:-g:${CFLAGS}:g' \ > -e 's:\tgcc:\t$(CC):g' Makefile || die "sed makefile failed" >} > >src_compile() { > emake CC="$(tc-getCC)" || die >} > >src_install() { > dosbin mcelog > doman mcelog.8 > > insinto /etc/cron.daily > newins mcelog.cron mcelog > > insinto /etc/logrotate.d/ > newins mcelog.logrotate mcelog > > newinitd "${FILESDIR}"/mcelog.init mcelog > > dodoc CHANGES README TODO *.pdf >}
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 399241
:
299197
|
299199
|
322649
|
324728