From: "Christian Ruppert" <idl0r@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagstamon/
Date: Wed, 29 Jan 2020 10:42:13 +0000 (UTC) [thread overview]
Message-ID: <1580294519.f9709f458f381a336d84a8a26741e0b027a58c32.idl0r@gentoo> (raw)
commit: f9709f458f381a336d84a8a26741e0b027a58c32
Author: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 29 10:31:33 2020 +0000
Commit: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
CommitDate: Wed Jan 29 10:41:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9709f45
net-analyzer/nagstamon: Version bump
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Christian Ruppert <idl0r <AT> gentoo.org>
net-analyzer/nagstamon/Manifest | 1 +
net-analyzer/nagstamon/nagstamon-3.4.1.ebuild | 54 +++++++++++++++++++++++++++
2 files changed, 55 insertions(+)
diff --git a/net-analyzer/nagstamon/Manifest b/net-analyzer/nagstamon/Manifest
index fd9080e3e67..5939b337c39 100644
--- a/net-analyzer/nagstamon/Manifest
+++ b/net-analyzer/nagstamon/Manifest
@@ -1,3 +1,4 @@
DIST Nagstamon-2.0.1.tar.gz 535814 BLAKE2B f366a0b5d2f2e4c7168bbb996b68aea7f9ea2f248c25505f8e2ca553d4c275260eec8fdad27b7c1187826cca0cebc7c027491a4f7b6acb24ddf604b6b6a8a930 SHA512 f9c8ab928a78f289693ae58cd3dde6fa75dd66dc931dbec6a4affc35bd96f16c39a03cb441575c9ca42e810ae5962fc7226513b8cc2a17871e0365aa3a207db6
DIST Nagstamon-3.0.2.tar.gz 542005 BLAKE2B 090875cabbf22feea5cfe0eab0934b503d68df0f49c0a2e8056ccfed8251f278e149da5d0f8002cc5c96ffddd5b89a3ad997d90790e33c9cf1b9ffd9e32a83c0 SHA512 8b05b74adc7399b84cfb66d4c55ff80b2a37af7612496578bdc72ce00f712c8eae087204d00e7d7f1e1d35377f7bb8460d5cf337e315943a48a4ad5108e8d14f
DIST Nagstamon-3.2.1.tar.gz 545190 BLAKE2B ce8b6624a3b1b61e307281ba193d07850bd5d104205d21e2967c1f65c0fdb217be2b2422d0312cfccaba766b814cb1f298a2ed62d07b7377530fd2ef3200a46f SHA512 c3ddda8d046d08514f7633b9129abebdc039e7faee5a618ef8ef77fc2c518bad798572fb549eb9ab9ef96377cd390e159934f268d9bd97c071c4895682bff8e6
+DIST Nagstamon-3.4.1.tar.gz 563745 BLAKE2B 3ac35c90757eb525e7e7953f63a8798a0087470e4a94161987f3c382b6be43240aa8b5c44f279d23d841dbf9e4536f38d3f5e2f63234538a00fe6b6e0ee9c680 SHA512 68f8a7345c606b8ad4511b34e2d76383faf8831202c9429ab24eeb215073984f00f580c83a7f5e348f7d4104d3c82bd6f4661939801444e463c3fcf64c8240bd
diff --git a/net-analyzer/nagstamon/nagstamon-3.4.1.ebuild b/net-analyzer/nagstamon/nagstamon-3.4.1.ebuild
new file mode 100644
index 00000000000..bb891b8c569
--- /dev/null
+++ b/net-analyzer/nagstamon/nagstamon-3.4.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python3_6 )
+
+inherit eutils python-r1 distutils-r1
+
+MY_PN="Nagstamon"
+MY_P="${MY_PN}-${PV/_p/-}"
+
+DESCRIPTION="status monitor for the desktop"
+DESCRIPTION="systray monitor for displaying realtime status of several monitoring systems"
+HOMEPAGE="https://nagstamon.ifw-dresden.de"
+SRC_URI="https://nagstamon.ifw-dresden.de/files/stable/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+ dev-python/lxml[${PYTHON_USEDEP}]
+ dev-python/PyQt5[gui,multimedia,svg,widgets,${PYTHON_USEDEP}]
+ dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+ dev-python/dbus-python[${PYTHON_USEDEP}]
+ dev-python/keyring[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/psutil[${PYTHON_USEDEP}]
+ dev-python/cryptography[${PYTHON_USEDEP}]
+ dev-python/secretstorage[${PYTHON_USEDEP}]
+ >=dev-python/python-xlib-0.19[${PYTHON_USEDEP}]
+ dev-python/requests-kerberos[${PYTHON_USEDEP}]
+ virtual/python-typing[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S="${WORKDIR}/${MY_PN}"
+
+PATCHES="${FILESDIR}/${PN}-3.0-setup.patch"
+
+src_prepare() {
+ default_src_prepare
+
+ # pre-compressed already
+ rm Nagstamon/resources/nagstamon.1.gz || die
+ sed -i -e 's:\(nagstamon\.1\)\.gz:\1:' setup.py || die
+
+ mv ${PN}.py ${PN} || die
+
+ rm -rf "${S}/Nagstamon/thirdparty/Xlib/" || die
+}
next reply other threads:[~2020-01-29 10:42 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-29 10:42 Christian Ruppert [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-24 16:22 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagstamon/ Sam James
2024-11-24 10:22 Hans de Graaff
2024-10-26 7:03 Hans de Graaff
2024-10-21 5:46 Hans de Graaff
2024-10-12 6:43 Hans de Graaff
2024-10-12 6:43 Hans de Graaff
2024-10-12 6:43 Hans de Graaff
2024-05-19 7:16 Hans de Graaff
2024-01-28 9:49 Hans de Graaff
2024-01-28 9:49 Hans de Graaff
2023-09-19 17:48 Arthur Zamarin
2023-09-19 17:48 Arthur Zamarin
2023-07-19 11:00 Sam James
2023-07-19 10:14 Jakov Smolić
2023-06-11 9:21 Hans de Graaff
2023-02-10 21:58 Sam James
2023-02-10 21:58 Sam James
2022-12-11 8:11 Hans de Graaff
2022-05-22 12:22 Jakov Smolić
2022-05-22 1:48 Sam James
2022-05-21 9:20 Hans de Graaff
2022-05-20 2:09 Matthew Thode
2021-12-30 13:21 Christian Ruppert
2021-04-07 6:14 Hans de Graaff
2021-03-07 9:41 Hans de Graaff
2020-09-21 7:49 Hans de Graaff
2020-09-07 0:50 Thomas Deutschmann
2020-03-16 18:55 Michał Górny
2019-01-07 15:38 Christian Ruppert
2018-12-20 10:16 Christian Ruppert
2018-07-12 13:28 Michał Górny
2017-10-12 9:30 Christian Ruppert
2017-09-21 7:23 Christian Ruppert
2017-07-12 14:43 Pacho Ramos
2017-06-16 14:10 Agostino Sarubbo
2017-04-23 11:29 David Seifert
2015-08-20 19:45 Christian Ruppert
2015-08-20 19:45 Christian Ruppert
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=1580294519.f9709f458f381a336d84a8a26741e0b027a58c32.idl0r@gentoo \
--to=idl0r@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