From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 965A313835A for ; Sun, 10 May 2020 08:20:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9DBCE0894; Sun, 10 May 2020 08:20:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5218E0894 for ; Sun, 10 May 2020 08:20:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D1F034F074 for ; Sun, 10 May 2020 08:20:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5E341B0 for ; Sun, 10 May 2020 08:20:48 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1589098836.dafc0b29c80c8dc32a314bf6b6e300349dee532f.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/elogviewer/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/elogviewer/elogviewer-3.0-r1.ebuild app-portage/elogviewer/elogviewer-3.0-r2.ebuild X-VCS-Directories: app-portage/elogviewer/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: dafc0b29c80c8dc32a314bf6b6e300349dee532f X-VCS-Branch: master Date: Sun, 10 May 2020 08:20:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ddb98805-b0c0-404a-bf46-d1d788581584 X-Archives-Hash: c2efd16181147ae907f025b05d9e5d06 commit: dafc0b29c80c8dc32a314bf6b6e300349dee532f Author: Brian Dolbec gentoo org> AuthorDate: Sat May 9 03:51:26 2020 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Sun May 10 08:20:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dafc0b29 app-portage/elogviewer: amd64 stable wrt# 721522 Remove faulty version. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Brian Dolbec gentoo.org> app-portage/elogviewer/elogviewer-3.0-r1.ebuild | 66 ------------------------- app-portage/elogviewer/elogviewer-3.0-r2.ebuild | 2 +- 2 files changed, 1 insertion(+), 67 deletions(-) diff --git a/app-portage/elogviewer/elogviewer-3.0-r1.ebuild b/app-portage/elogviewer/elogviewer-3.0-r1.ebuild deleted file mode 100644 index aca7afc730b..00000000000 --- a/app-portage/elogviewer/elogviewer-3.0-r1.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{6,7,8} ) - -DISABLE_AUTOFORMATTING=true - -inherit desktop python-single-r1 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 ~x86" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep ' - dev-python/PyQt5[gui,widgets,${PYTHON_MULTI_USEDEP}] - >=sys-apps/portage-2.1[${PYTHON_MULTI_USEDEP}] - ') - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_MULTI_USEDEP}]' python2_7) -" -DEPEND="${RDEPEND} - $(python_gen_cond_dep ' - dev-python/setuptools[${PYTHON_MULTI_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." -} diff --git a/app-portage/elogviewer/elogviewer-3.0-r2.ebuild b/app-portage/elogviewer/elogviewer-3.0-r2.ebuild index f733ba8a7fe..84768cd4e95 100644 --- a/app-portage/elogviewer/elogviewer-3.0-r2.ebuild +++ b/app-portage/elogviewer/elogviewer-3.0-r2.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/Synss/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}"