public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/glances/
Date: Thu, 27 Aug 2020 18:28:36 +0000 (UTC)	[thread overview]
Message-ID: <1598552898.c84d1d027614567476a3fddd73f0cd0827b805d5.gyakovlev@gentoo> (raw)

commit:     c84d1d027614567476a3fddd73f0cd0827b805d5
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 27 17:49:54 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Aug 27 18:28:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c84d1d02

sys-process/glances: drop old

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 sys-process/glances/Manifest              |  2 -
 sys-process/glances/glances-2.11.1.ebuild | 82 --------------------------
 sys-process/glances/glances-3.1.0.ebuild  | 95 -------------------------------
 3 files changed, 179 deletions(-)

diff --git a/sys-process/glances/Manifest b/sys-process/glances/Manifest
index 1ae5fb217c4..30202c168fc 100644
--- a/sys-process/glances/Manifest
+++ b/sys-process/glances/Manifest
@@ -1,3 +1 @@
-DIST Glances-2.11.1.tar.gz 5665685 BLAKE2B 5de75e7770cc01a0ddd6fcb0583e5d23c02e5188c7d6cbd55d2999be9321a1affda351094b8614d206e640e5a1338266b5c77629ec53bb280b9166f7b6a996e2 SHA512 99adccff7d1531760834b76f9a9525df0bf9a8f6f57dbd1f7c3c0515ba3b5c94f26172e19bbc7c93cecbe4bdebcca87ab3a11dd592259509eff85346780ef43a
-DIST glances-3.1.0.tar.gz 6688798 BLAKE2B 9ae2e6a4944d1af871b88ea325bc23cad24f11e70ff4871eeb6e4a510eb3a1e6f03fa5fa2cfde30d8b9aa0c32137aacb51d2dcb335c7ee6729e8d5913ec4e999 SHA512 a888cafa5987ab7a88caa0248e0cb3d9f65466d71ee8f1ca63565c5a8a59282be77c14f29afb2302fba0e79294c39e96384791cd89d23aa7727bfd4f20e2814d
 DIST glances-3.1.4.1.tar.gz 6802041 BLAKE2B 7e27811e4721f9089e88bb2375f5b58104bdcb9a890bff4cb207800f49eaf320fa1bd777a2de1a7ce50744df2b4b79973823f9aee52a291e1af6788c95c359b0 SHA512 8e15149bde87d14d8176fe247e911a04b24900a95917e5711dfc8764ecec3238f696eea08c36bc59f68a4702e028909150e3318907f11fc53c5cc56441870ff3

diff --git a/sys-process/glances/glances-2.11.1.ebuild b/sys-process/glances/glances-2.11.1.ebuild
deleted file mode 100644
index 05a6e6d5793..00000000000
--- a/sys-process/glances/glances-2.11.1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE="ncurses"
-
-inherit distutils-r1 eutils linux-info
-
-DESCRIPTION="CLI curses based monitoring tool"
-HOMEPAGE="https://github.com/nicolargo/glances"
-SRC_URI="mirror://pypi/G/${PN^}/${P^}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
-IUSE="doc"
-
-DEPEND="
-	doc? (
-		dev-python/sphinx[${PYTHON_USEDEP}]
-		dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
-	)
-	dev-python/setuptools[${PYTHON_USEDEP}]"
-
-RDEPEND="${DEPEND}
-	>=dev-python/psutil-2.0.0[${PYTHON_USEDEP}]"
-
-CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS"
-
-S="${WORKDIR}/${P^}"
-
-pkg_setup() {
-	linux-info_pkg_setup
-}
-
-python_prepare_all() {
-	# Remove duplicate entries of a prebuilt doc build and
-	# ensure install of the file glances.conf in /etc/${PN}
-	sed \
-		-e '/share\/doc\/glances/d' \
-		-e "s/'CONTRIBUTING.md',//" \
-		-e "s:'conf/glances.conf':('${EPREFIX}/etc/glances', ['conf/glances.conf':g" \
-		-i setup.py || die
-
-	distutils-r1_python_prepare_all
-}
-
-python_install_all() {
-	# add an intended file from original data set from setup.py to DOCS
-	local DOCS=( README.rst CONTRIBUTING.md conf/glances.conf )
-	# build docs
-	if use doc; then
-		pushd docs
-		make html
-		popd
-		local HTML_DOCS=( docs/_build/html/. )
-	fi
-	distutils-r1_python_install_all
-}
-
-pkg_postinst() {
-	optfeature "Action script feature" dev-python/pystache
-	optfeature "Autodiscover mode" dev-python/zeroconf
-	optfeature "Battery monitoring support" dev-python/batinfo
-	optfeature "Docker monitoring support" dev-python/docker-py
-	optfeature "Graphical/chart support" dev-python/matplotlib
-	# https://bitbucket.org/gleb_zhulik/py3sensors
-	# optfeature "Hardware monitoring support" dev-python/py3sensors
-	optfeature "IP plugin" dev-python/netifaces
-	optfeature "InfluxDB export module" dev-python/influxdb
-	optfeature "Hard drive temperature monitoring" app-admin/hddtemp
-	optfeature "Quicklook CPU info" dev-python/py-cpuinfo
-	optfeature "RAID support" dev-python/pymdstat
-	optfeature "RabbitMQ/ActiveMQ export module" dev-python/pika
-	# https://github.com/banjiewen/bernhard
-	# optfeature "Riemann export" dev-python/bernhard
-	optfeature "SNMP support" dev-python/pysnmp
-	optfeature "StatsD export module" dev-python/statsd
-	optfeature "Web server mode" dev-python/bottle
-}

diff --git a/sys-process/glances/glances-3.1.0.ebuild b/sys-process/glances/glances-3.1.0.ebuild
deleted file mode 100644
index 8d44d6e568d..00000000000
--- a/sys-process/glances/glances-3.1.0.ebuild
+++ /dev/null
@@ -1,95 +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} )
-PYTHON_REQ_USE="ncurses"
-
-inherit distutils-r1 eutils linux-info
-
-DESCRIPTION="CLI curses based monitoring tool"
-HOMEPAGE="https://github.com/nicolargo/glances"
-SRC_URI="https://github.com/nicolargo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-python/psutil-5.4.3[${PYTHON_USEDEP}]"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-	doc? (
-		dev-python/sphinx[${PYTHON_USEDEP}]
-		dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
-	)
-	test? ( ${RDEPEND} )
-"
-
-CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS"
-
-pkg_setup() {
-	linux-info_pkg_setup
-}
-
-python_prepare_all() {
-	# Remove duplicate entries of a prebuilt doc build and
-	# ensure install of the file glances.conf in /etc/${PN}
-	sed \
-		-e '/share\/doc\/glances/d' \
-		-e "s/'CONTRIBUTING.md',//" \
-		-e "s:'conf/glances.conf':('${EPREFIX}/etc/glances', ['conf/glances.conf':g" \
-		-i setup.py || die
-
-	distutils-r1_python_prepare_all
-}
-
-python_install_all() {
-	# add an intended file from original data set from setup.py to DOCS
-	local DOCS=( README.rst CONTRIBUTING.md conf/glances.conf )
-	# build docs
-	if use doc; then
-		pushd docs
-		make html
-		popd
-		local HTML_DOCS=( docs/_build/html/. )
-	fi
-	distutils-r1_python_install_all
-}
-
-python_test() {
-	esetup.py test
-}
-
-pkg_postinst() {
-	optfeature "Action script feature" dev-python/pystache
-	optfeature "Autodiscover mode" dev-python/zeroconf
-	optfeature "Cloud support" dev-python/requests
-	optfeature "Quicklook CPU info" dev-python/py-cpuinfo
-	optfeature "Docker monitoring support" dev-python/docker-py
-	#optfeature "Export module" \
-	#	unpackaged/bernhard \
-	#	unpackaged/cassandra-driver \
-	#	unpackaged/potsdb \
-	#	dev-python/couchdb-python \
-	#	dev-python/elasticsearch-py \
-	#	dev-python/influxdb \
-	#	dev-python/kafka-python \
-	#	dev-python/pika \
-	#	dev-python/paho-mqtt \
-	#	dev-python/prometheus_client \
-	#	dev-python/pyzmq \
-	#	dev-python/statsd
-	optfeature "Folder monitoring" dev-python/scandir
-	#optfeature "Nvidia GPU monitoring" unpackaged/nvidia-ml-py3
-	optfeature "SVG graph support" dev-python/pygal
-	optfeature "IP plugin" dev-python/netifaces
-	optfeature "RAID monitoring" dev-python/pymdstat
-	#optfeature "SMART support" unpackaged/pySMART.smartx
-	optfeature "RAID support" dev-python/pymdstat
-	optfeature "SNMP support" dev-python/pysnmp
-	optfeature "Web server mode" dev-python/bottle dev-python/requests
-	optfeature "WIFI plugin" net-wireless/python-wifi
-}


             reply	other threads:[~2020-08-27 18:28 UTC|newest]

Thread overview: 114+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-27 18:28 Georgy Yakovlev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-14  2:50 [gentoo-commits] repo/gentoo:master commit in: sys-process/glances/ John Helmert III
2024-12-16  7:51 Arthur Zamarin
2024-12-16  7:51 Arthur Zamarin
2024-12-16  7:51 Arthur Zamarin
2024-12-16  7:51 Arthur Zamarin
2024-12-15 20:28 John Helmert III
2024-12-15 20:28 John Helmert III
2024-12-08  5:23 Matt Jolly
2024-07-28 18:51 John Helmert III
2024-07-28  3:35 Sam James
2024-07-28  3:35 Sam James
2024-07-28  3:35 Sam James
2024-07-28  3:35 Sam James
2024-07-28  2:39 Sam James
2024-04-21 23:54 Sam James
2024-04-21 23:53 Sam James
2024-04-21 23:53 Sam James
2024-04-21 23:53 Sam James
2024-04-21 23:33 John Helmert III
2024-03-31 21:20 John Helmert III
2023-09-11  4:41 John Helmert III
2022-12-27  1:31 John Helmert III
2022-12-27  1:31 John Helmert III
2022-12-15  2:32 Sam James
2022-12-15  2:23 Sam James
2022-12-15  2:23 Sam James
2022-12-15  2:23 Sam James
2022-12-15  2:05 Sam James
2022-11-03  3:17 John Helmert III
2022-10-21  6:04 John Helmert III
2022-09-17  5:38 Arthur Zamarin
2022-09-10  0:48 Sam James
2022-09-09 19:02 Arthur Zamarin
2022-09-09 17:46 John Helmert III
2022-09-09 17:24 John Helmert III
2022-07-29 16:30 John Helmert III
2022-07-27 17:49 John Helmert III
2022-07-06  4:29 John Helmert III
2021-12-21  9:29 Georgy Yakovlev
2021-12-21  3:51 Georgy Yakovlev
2021-12-21  3:51 Georgy Yakovlev
2021-12-21  3:51 Georgy Yakovlev
2021-08-26 14:55 Sam James
2021-08-26 14:49 Sam James
2021-08-26  3:00 Sam James
2021-08-07 20:59 Georgy Yakovlev
2021-08-06 11:47 Georgy Yakovlev
2021-07-13  5:53 Georgy Yakovlev
2021-07-13  5:53 Georgy Yakovlev
2021-07-13  4:02 Sam James
2021-07-11  8:58 Agostino Sarubbo
2021-07-10  7:41 Georgy Yakovlev
2021-07-10  7:41 Georgy Yakovlev
2021-07-03 10:07 Georgy Yakovlev
2021-06-12  2:59 Georgy Yakovlev
2021-04-29  4:22 Georgy Yakovlev
2021-04-28 18:47 Sam James
2021-04-28 17:04 Sam James
2021-04-28 17:00 Sam James
2021-04-27 18:21 Georgy Yakovlev
2021-04-27 18:09 Sam James
2021-04-02  9:23 Georgy Yakovlev
2021-02-12  1:33 Georgy Yakovlev
2020-09-07  8:55 David Seifert
2020-08-27 18:28 Georgy Yakovlev
2020-06-07  8:48 Agostino Sarubbo
2020-06-06 17:29 Agostino Sarubbo
2020-05-30 21:19 Georgy Yakovlev
2020-05-30 21:19 Georgy Yakovlev
2020-05-02 18:30 Georgy Yakovlev
2020-05-02 13:30 Mart Raudsepp
2020-05-02  4:50 Georgy Yakovlev
2020-05-02  4:46 Georgy Yakovlev
2020-03-26 22:06 Georgy Yakovlev
2020-02-22  1:30 Georgy Yakovlev
2020-02-11 12:25 Michał Górny
2019-12-28  7:37 Georgy Yakovlev
2019-08-28  8:33 Georgy Yakovlev
2019-07-19  6:47 Georgy Yakovlev
2019-07-19  6:47 Georgy Yakovlev
2019-06-04  7:34 Georgy Yakovlev
2019-01-19 22:12 Georgy Yakovlev
2018-12-01  2:09 Georgy Yakovlev
2018-12-01  2:09 Georgy Yakovlev
2018-09-29  9:07 Georgy Yakovlev
2018-09-29  9:07 Georgy Yakovlev
2018-09-06 16:07 Georgy Yakovlev
2018-09-06 16:07 Georgy Yakovlev
2018-09-03 21:53 Georgy Yakovlev
2018-07-19  1:57 Georgy Yakovlev
2018-07-18 21:23 Georgy Yakovlev
2018-07-18 21:11 Jonas Stein
2018-06-07  6:35 Michał Górny
2018-04-15 17:27 Patrice Clement
2018-04-15 17:27 Patrice Clement
2017-11-05 21:19 Patrice Clement
2017-09-02 18:59 Michał Górny
2017-09-02 18:59 Michał Górny
2017-08-10 14:06 Amy Liffey
2017-08-07 13:07 Jason Donenfeld
2017-03-15 21:52 Amy Liffey
2017-03-15 21:49 Amy Liffey
2017-01-09 23:30 Patrice Clement
2017-01-09 23:30 Patrice Clement
2017-01-09 23:30 Patrice Clement
2016-11-26 18:24 David Seifert
2016-11-26 12:55 Justin Lecher
2016-11-26 12:55 Justin Lecher
2016-11-25 21:49 Patrice Clement
2016-10-29 21:17 Michał Górny
2016-04-28 12:48 Ian Delaney
2016-04-28 12:48 Ian Delaney
2016-02-17  8:57 Justin Lecher

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=1598552898.c84d1d027614567476a3fddd73f0cd0827b805d5.gyakovlev@gentoo \
    --to=gyakovlev@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