Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 455268 Details for
Bug 601836
app-portage/elogviewer version bump to 2.7
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for elogviewer-2.7
elogviewer-2.7.ebuild (text/plain), 1.53 KB, created by
Mathias Laurin
on 2016-12-06 16:40:24 UTC
(
hide
)
Description:
ebuild for elogviewer-2.7
Filename:
MIME Type:
Creator:
Mathias Laurin
Created:
2016-12-06 16:40:24 UTC
Size:
1.53 KB
patch
obsolete
># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=6 > >PYTHON_COMPAT=( python{2_7,3_4,3_5} ) > >DISABLE_AUTOFORMATTING=true > >inherit python-single-r1 eutils readme.gentoo-r1 > >DESCRIPTION="Elog viewer for Gentoo" >HOMEPAGE="https://sourceforge.net/projects/elogviewer" >SRC_URI="https://github.com/Synss/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" >IUSE="" > >RDEPEND=" > || ( > dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}] > dev-python/PyQt4[${PYTHON_USEDEP},X] > dev-python/pyside[${PYTHON_USEDEP},X] > ) > >=sys-apps/portage-2.1 > $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python{2_7,3_3}) > !dev-python/PyQt5[-gui] > !dev-python/PyQt5[-widgets] >" >DEPEND="${RDEPEND} > dev-python/setuptools[${PYTHON_USEDEP}]" > >DOC_CONTENTS="In order to use this software, you need to activate >Portage's elog features. Required is > PORTAGE_ELOG_SYSTEM=\"save\" >and at least one of > PORTAGE_ELOG_CLASSES=\"warn error info log qa\" >More information on the elog system can be found in /etc/make.conf.example > >To operate properly this software needs the directory >${PORT_LOGDIR:-/var/log/portage}/elog created, belonging to group portage. >To start the software as a user, add yourself to the portage group." > >src_compile() { > rm -f Makefile >} > >src_install() { > python_newscript elogviewer.py elogviewer > > make_desktop_entry ${PN} ${PN} ${PN} System > > doman elogviewer.1 > readme.gentoo_create_doc >} > >pkg_postinst() { > readme.gentoo_print_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 601836
: 455268