Gentoo Archives: gentoo-commits

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