From: "Paul Varner" <fuzzyray@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/elogviewer/
Date: Wed, 2 Dec 2015 18:23:31 +0000 (UTC) [thread overview]
Message-ID: <1449080566.0a331e6a19380bc9adf5d7a093093741bc12ecf9.fuzzyray@gentoo> (raw)
commit: 0a331e6a19380bc9adf5d7a093093741bc12ecf9
Author: Paul Varner <fuzzyray <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 2 18:22:46 2015 +0000
Commit: Paul Varner <fuzzyray <AT> gentoo <DOT> org>
CommitDate: Wed Dec 2 18:22:46 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a331e6a
app-portage/elogviewer: Revision bump to fix dependencies for bug 567110
Since the elogviewer code will try to use PyQt5, if it is installed, we need
to enforce that it is installed with the correct use flags. The only way to
do this and keep the any of many dependency is with blockers.
Package-Manager: portage-2.2.25
app-portage/elogviewer/elogviewer-2.6-r1.ebuild | 48 +++++++++++++++++++++++++
1 file changed, 48 insertions(+)
diff --git a/app-portage/elogviewer/elogviewer-2.6-r1.ebuild b/app-portage/elogviewer/elogviewer-2.6-r1.ebuild
new file mode 100644
index 0000000..d7033fb
--- /dev/null
+++ b/app-portage/elogviewer/elogviewer-2.6-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=(python{2_7,3_3,3_4})
+DISABLE_AUTOFORMATTING=true
+inherit distutils-r1 eutils readme.gentoo
+
+DESCRIPTION="Elog viewer for Gentoo"
+HOMEPAGE="https://sourceforge.net/projects/elogviewer"
+SRC_URI="mirror://sourceforge/${PN}/${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_install() {
+ mv elogviewer.py elogviewer
+ dobin elogviewer
+ doman elogviewer.1
+ make_desktop_entry ${PN} ${PN} ${PN} System
+ readme.gentoo_src_install
+}
next reply other threads:[~2015-12-02 18:23 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-02 18:23 Paul Varner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-14 13:39 [gentoo-commits] repo/gentoo:master commit in: app-portage/elogviewer/ Arthur Zamarin
2025-02-14 13:35 Arthur Zamarin
2025-02-14 13:34 Arthur Zamarin
2025-02-14 13:34 Arthur Zamarin
2024-06-06 0:45 Sam James
2024-06-06 0:45 Sam James
2023-03-05 15:22 Sam James
2022-05-22 16:13 Zac Medico
2021-05-27 6:57 Agostino Sarubbo
2021-05-27 6:55 Agostino Sarubbo
2021-02-28 13:05 Ben Kohler
2021-02-24 13:55 Ben Kohler
2020-08-01 23:20 Andreas Sturmlechner
2020-08-01 23:20 Andreas Sturmlechner
2020-05-10 8:20 Brian Dolbec
2020-02-10 11:54 Michał Górny
2020-01-07 17:02 Ben Kohler
2019-09-14 5:18 Matt Turner
2019-05-18 10:02 Michał Górny
2018-06-24 13:09 Jason Zaman
2018-06-23 10:02 Pacho Ramos
2018-06-08 18:35 Andreas Sturmlechner
2018-06-08 18:35 Andreas Sturmlechner
2018-05-10 15:46 Brian Dolbec
2018-05-10 14:49 Andreas Sturmlechner
2018-03-21 18:12 Michał Górny
2018-03-21 18:12 Michał Górny
2017-09-02 14:50 Michael Palimaka
2017-08-05 8:10 Michael Palimaka
2017-07-15 15:17 Tobias Klausmann
2017-04-20 7:59 David Seifert
2017-03-10 14:26 Michael Weber
2016-12-24 21:54 Brian Dolbec
2016-05-22 10:37 Ian Delaney
2016-05-22 10:37 Ian Delaney
2015-12-03 10:07 Agostino Sarubbo
2015-11-12 9:40 Agostino Sarubbo
2015-11-11 9:12 Agostino Sarubbo
2015-11-09 10:31 Agostino Sarubbo
2015-09-11 5:40 Brian Dolbec
2015-09-11 5:26 Brian Dolbec
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1449080566.0a331e6a19380bc9adf5d7a093093741bc12ecf9.fuzzyray@gentoo \
--to=fuzzyray@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox