Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 524618 Details for
Bug 651032
app-portage/elogviewer-2.7 - remove python2_7 support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
elogviewer-2.7.ebuild
elogviewer-2.7.ebuild (text/plain), 1.77 KB, created by
Samuel Bauer
on 2018-03-20 21:15:19 UTC
(
hide
)
Description:
elogviewer-2.7.ebuild
Filename:
MIME Type:
Creator:
Samuel Bauer
Created:
2018-03-20 21:15:19 UTC
Size:
1.77 KB
patch
obsolete
># Copyright 1999-2017 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 > >PYTHON_COMPAT=( python{3_4,3_5,3_6} ) > >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="" >REQUIRED_USE="${PYTHON_REQUIRED_USE}" > >RDEPEND="${PYTHON_DEPS} > || ( > dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}] > dev-python/pyside[${PYTHON_USEDEP},X] > ) > >=sys-apps/portage-2.1[${PYTHON_USEDEP}] > $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7) > !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 >/usr/share/portage/config/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 > > ewarn "The elogviewer's configuration file is now saved in:" > ewarn "~/.config/elogviewer/ (was ~/.config/Mathias\ Laurin/)." > ewarn "Please migrate any user specific settings to the new config file." >}
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 651032
:
524618
|
525142