Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/elogviewer/
Date: Sun, 10 May 2020 08:20:52
Message-Id: 1589098836.dafc0b29c80c8dc32a314bf6b6e300349dee532f.dolsen@gentoo
1 commit: dafc0b29c80c8dc32a314bf6b6e300349dee532f
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 9 03:51:26 2020 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Sun May 10 08:20:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dafc0b29
7
8 app-portage/elogviewer: amd64 stable wrt# 721522
9
10 Remove faulty version.
11
12 Package-Manager: Portage-2.3.99, Repoman-2.3.22
13 Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
14
15 app-portage/elogviewer/elogviewer-3.0-r1.ebuild | 66 -------------------------
16 app-portage/elogviewer/elogviewer-3.0-r2.ebuild | 2 +-
17 2 files changed, 1 insertion(+), 67 deletions(-)
18
19 diff --git a/app-portage/elogviewer/elogviewer-3.0-r1.ebuild b/app-portage/elogviewer/elogviewer-3.0-r1.ebuild
20 deleted file mode 100644
21 index aca7afc730b..00000000000
22 --- a/app-portage/elogviewer/elogviewer-3.0-r1.ebuild
23 +++ /dev/null
24 @@ -1,66 +0,0 @@
25 -# Copyright 1999-2020 Gentoo Authors
26 -# Distributed under the terms of the GNU General Public License v2
27 -
28 -EAPI=6
29 -
30 -PYTHON_COMPAT=( python3_{6,7,8} )
31 -
32 -DISABLE_AUTOFORMATTING=true
33 -
34 -inherit desktop python-single-r1 readme.gentoo-r1
35 -
36 -DESCRIPTION="Elog viewer for Gentoo"
37 -HOMEPAGE="https://sourceforge.net/projects/elogviewer"
38 -SRC_URI="https://github.com/Synss/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
39 -
40 -LICENSE="GPL-2"
41 -SLOT="0"
42 -KEYWORDS="~amd64 ~ppc ~x86"
43 -IUSE=""
44 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
45 -
46 -RDEPEND="${PYTHON_DEPS}
47 - $(python_gen_cond_dep '
48 - dev-python/PyQt5[gui,widgets,${PYTHON_MULTI_USEDEP}]
49 - >=sys-apps/portage-2.1[${PYTHON_MULTI_USEDEP}]
50 - ')
51 - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_MULTI_USEDEP}]' python2_7)
52 -"
53 -DEPEND="${RDEPEND}
54 - $(python_gen_cond_dep '
55 - dev-python/setuptools[${PYTHON_MULTI_USEDEP}]
56 - ')
57 -"
58 -
59 -DOC_CONTENTS="In order to use this software, you need to activate
60 -Portage's elog features. Required is
61 - PORTAGE_ELOG_SYSTEM=\"save\"
62 -and at least one of
63 - PORTAGE_ELOG_CLASSES=\"warn error info log qa\"
64 -More information on the elog system can be found in
65 -/usr/share/portage/config/make.conf.example
66 -
67 -To operate properly this software needs the directory
68 -${PORT_LOGDIR:-/var/log/portage}/elog created, belonging to group portage.
69 -To start the software as a user, add yourself to the portage group."
70 -
71 -src_compile() {
72 - rm -f Makefile
73 -}
74 -
75 -src_install() {
76 - python_newscript elogviewer.py elogviewer
77 -
78 - make_desktop_entry ${PN} ${PN} ${PN} System
79 -
80 - doman elogviewer.1
81 - readme.gentoo_create_doc
82 -}
83 -
84 -pkg_postinst() {
85 - readme.gentoo_print_elog
86 -
87 - ewarn "The elogviewer's configuration file is now saved in:"
88 - ewarn "~/.config/elogviewer/ (was ~/.config/Mathias\ Laurin/)."
89 - ewarn "Please migrate any user specific settings to the new config file."
90 -}
91
92 diff --git a/app-portage/elogviewer/elogviewer-3.0-r2.ebuild b/app-portage/elogviewer/elogviewer-3.0-r2.ebuild
93 index f733ba8a7fe..84768cd4e95 100644
94 --- a/app-portage/elogviewer/elogviewer-3.0-r2.ebuild
95 +++ b/app-portage/elogviewer/elogviewer-3.0-r2.ebuild
96 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/Synss/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
97
98 LICENSE="GPL-2"
99 SLOT="0"
100 -KEYWORDS="~amd64 ~ppc ~x86"
101 +KEYWORDS="amd64 ~ppc ~x86"
102 IUSE=""
103 REQUIRED_USE="${PYTHON_REQUIRED_USE}"