Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 165568 Details for
Bug 237815
[PATCH] sys-kernel/kerneloops should only depend on libnotify if USE="gtk"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild
kerneloops-0.12.ebuild (text/plain), 1.86 KB, created by
Toralf Förster
on 2008-09-16 16:34:27 UTC
(
hide
)
Description:
ebuild
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2008-09-16 16:34:27 UTC
Size:
1.86 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-kernel/kerneloops/kerneloops-0.11.ebuild,v 1.1 2008/04/28 15:30:16 gregkh Exp $ > >inherit eutils > >DESCRIPTION="Tool to automatically collect and submit Linux kernel crash signatures" >HOMEPAGE="http://www.kerneloops.org/" >SRC_URI="http://www.kerneloops.org/download/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="gtk" > >DEPEND="net-misc/curl > sys-apps/dbus > dev-libs/dbus-glib > dev-libs/glib:2 > gtk? ( x11-libs/gtk+ x11-libs/libnotify dev-util/desktop-file-utils ) > " >RDEPEND="${DEPEND}" > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}"/${PN}-makefile.patch >} > >src_compile() { > emake kerneloops || die "Compile deamon failed" > if use gtk ; then > emake kerneloops-applet || die "Compile applet failed" > fi >} > >src_install() { > emake DESTDIR="${D}" install-system || die "Install of system failed" > emake DESTDIR="${D}" install-kerneloops || die "Install of deamon failed" > if use gtk ; then > emake DESTDIR="${D}" install-applet || die "Install of applet failed" > fi > > doinitd "${FILESDIR}"/kerneloops || die "doinitd failed" > >} > >pkg_postinst() { > ewarn "PRIVACY NOTE" > ewarn "You must allow the kerneloops program to send the oops messages" > ewarn "by either editing the /etc/kerneloops.conf file, or by running the" > ewarn "kerneloops-applet program first." > ewarn "Enabling this option will cause your system to submit certain kernel" > ewarn "output to the kerneloops.org website, where it will be available via" > ewarn "this website to developers and everyone else." > ewarn "The submitted info are so-called \"oopses\", kernel crash signature." > ewarn "However, due to the nature of oopses, it may happen that a few" > ewarn "surrounding lines of the oops in the \"dmesg\" are being sent together" > ewarn "with the oops." >}
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 237815
:
165550
| 165568