Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 142712 Details for
Bug 208986
app-portage/elogv 0.6.2 released
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
elogv-0.6.2.ebuild
elogv-0.6.2.ebuild (text/plain), 1.48 KB, created by
Luca Marturana
on 2008-02-05 11:16:13 UTC
(
hide
)
Description:
elogv-0.6.2.ebuild
Filename:
MIME Type:
Creator:
Luca Marturana
Created:
2008-02-05 11:16:13 UTC
Size:
1.48 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils distutils > >DESCRIPTION="Curses based utility to parse the contents of elogs created by Portage" >HOMEPAGE="http://gechi-overlay.sourceforge.net/?page=elogv" >SRC_URI="mirror://sourceforge/gechi-overlay/${P}.tar.bz2" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" >IUSE="" > >DEPEND="" >RDEPEND=">=sys-apps/portage-2.1" > >pkg_setup() { > if ! built_with_use dev-lang/python ncurses; then > eerror > eerror "\t ${PN} requires ncurses support on python" > eerror "\t Please, compile python with use ncurses enabled then" > eerror "\t remerge this package" > eerror > die "dev-lang/python must have ncurses use turned on" > fi >} > >src_compile() { > einfo "Nothing to compile" >} > >src_install() { > distutils_src_install > dodoc README ChangeLog ChangeLog.old >} > >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 208986
: 142712