Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 127858 Details for
Bug 188580
app-portage/elogviewer - GUI Tools should have a desktop menu entry
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild with make_desktop_entry
elogviewer-0.5.1.ebuild (text/plain), 1.35 KB, created by
Daniel Pielmeier
on 2007-08-12 13:33:34 UTC
(
hide
)
Description:
Ebuild with make_desktop_entry
Filename:
MIME Type:
Creator:
Daniel Pielmeier
Created:
2007-08-12 13:33:34 UTC
Size:
1.35 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-portage/elogviewer/elogviewer-0.5.1.ebuild,v 1.9 2007/06/14 01:31:49 angelos Exp $ > >inherit eutils > >DESCRIPTION="GTK+ based utility to parse the contents of elogs created by Portage" >HOMEPAGE="http://sourceforge.net/projects/elogviewer/" > >SRC_URI="mirror://sourceforge/elogviewer/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="amd64 ~ppc x86" >IUSE="" > >DEPEND="" >RDEPEND=">=sys-apps/portage-2.1 > >=dev-python/pygtk-2.0" > >src_install() { > dobin "${WORKDIR}"/elogviewer > dodoc "${WORKDIR}"/CHANGELOG > doman "${FILESDIR}"/elogviewer.1 > make_desktop_entry elogviewer Elogviewer "" "System" || > die "Couldn't make elogviewer desktop entry" >} > >pkg_postinst() { > elog > elog "In order to use this software, you need to activate" > elog "Portage's elog features. Required is" > elog " PORTAGE_ELOG_SYSTEM=\"save\" " > elog "and at least one out of " > elog " PORTAGE_ELOG_CLASSES=\"warn error info log qa\"" > elog "More information on the elog system can be found" > elog "in /etc/make.conf.example" > elog > elog "To operate properly this software needs the directory" > elog "${PORT_LOGDIR:-/var/log/portage}/elog created, belonging to group portage." > elog "To start the software as a user, add yourself to the portage" > elog "group." > 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 188580
: 127858