Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/glances/
Date: Thu, 28 Apr 2016 12:48:34
Message-Id: 1461847678.e0fb462c3e5a1a6d3939d5f00163d8894e5e9034.idella4@gentoo
1 commit: e0fb462c3e5a1a6d3939d5f00163d8894e5e9034
2 Author: Jan Chren <dev.rindeal <AT> gmail <DOT> com>
3 AuthorDate: Tue Apr 26 19:56:33 2016 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 28 12:47:58 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0fb462c
7
8 sys-process/glances: bump to 2.6.1
9
10 Closes: https://github.com/gentoo/gentoo/pull/1359
11
12 Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org>
13
14 sys-process/glances/Manifest | 1 +
15 sys-process/glances/glances-2.6.1.ebuild | 76 ++++++++++++++++++++++++++++++++
16 2 files changed, 77 insertions(+)
17
18 diff --git a/sys-process/glances/Manifest b/sys-process/glances/Manifest
19 index 31b2147..74f467f 100644
20 --- a/sys-process/glances/Manifest
21 +++ b/sys-process/glances/Manifest
22 @@ -2,3 +2,4 @@ DIST Glances-2.2.1.tar.gz 3458958 SHA256 81d2a9b7132d70b4a156a61a724201bd70ab2ed
23 DIST Glances-2.3.tar.gz 3918915 SHA256 b56bb17505b72862358b2d31b6b9a7c0f9045105454d1de0ffed416ad2883612 SHA512 e331ea09200c87311c0dd7fb60efda6a0015ebd8773624ed5cb519bbfa37152fb9d2d0d3aa3e7bef3ce617c4ea5dbf05a019bf857126637364119a7f9d70ebfa WHIRLPOOL 99c8ff2e254abf65ed5c86604fc2baaf8ad973cf9c21b536069cf27802930cb6b7a7b4ccf5b454804d061c5203fda68b2ba712350af9ce132f185051e448c8b9
24 DIST Glances-2.4.2.tar.gz 5497895 SHA256 31f1e4c2e129904a373f3b20d6800472375e415e01161168469ccebb320c9517 SHA512 ada7e2a9766dec54b26fa1fccac3b1abe6b9abcc16a96c6bb30d537370648732a99cff41c6c812908531a4995e118cb3d1127196184f40dee7a01a6a8a85d9b9 WHIRLPOOL 91cd5dfbe891c16bbbe5c6ae17500498c230d36a0795ba134a0384770cae04cbdf08b5236fd56157e438eaff17a7bd9cac3bc42bee7980239faf5c9fc18fc683
25 DIST Glances-2.5.1.tar.gz 5807072 SHA256 d3db40ce50b7157a94195aa0076d0eadae85dc4f24557e51c3b1a4dbd972359e SHA512 ea099f5db7e73676aaedcd8b416708f2374de57afe0b8292b86f2d0e6295053f0af7bfdb51e3e6cafcb3d7f2b967b788c8d2d1ec806256d2e11b413a7e25ed98 WHIRLPOOL 64a758068436647027a602095194bffdea3cb8b8ac04107b1306f15aa69f23a2c2e9d8b2d222c18434ad5cf26f88e12dd63e4a30b17b3f8665355f0d9d8f292c
26 +DIST Glances-2.6.1.tar.gz 8233445 SHA256 822f0f37455d46732a059f8e2b49762edb90ad66edd61cdf869a4b3683ac2b59 SHA512 09cc8a8a96b53de14de4c0476273e1f3b9655d2d9b4d3220342851b476073ef30ea2c1ac4a33c240ead7911ec2e193398c1e1032860ace607afd4de277249c14 WHIRLPOOL 8e7742368051c6c2c7c5cdf8f093e1aaee5bca012801ac9edaf9043b7e3a3b508daa3dea199407c1ad5947b7cc001071491afc1336d877dd81a14106816888c0
27
28 diff --git a/sys-process/glances/glances-2.6.1.ebuild b/sys-process/glances/glances-2.6.1.ebuild
29 new file mode 100644
30 index 0000000..076ba31
31 --- /dev/null
32 +++ b/sys-process/glances/glances-2.6.1.ebuild
33 @@ -0,0 +1,76 @@
34 +# Copyright 1999-2016 Gentoo Foundation
35 +# Distributed under the terms of the GNU General Public License v2
36 +# $Id$
37 +
38 +EAPI=6
39 +
40 +PYTHON_COMPAT=( python{2_7,3_{3,4,5}} )
41 +PYTHON_REQ_USE="ncurses"
42 +
43 +inherit distutils-r1 eutils linux-info
44 +
45 +MYPN=Glances
46 +MYP=${MYPN}-${PV}
47 +
48 +DESCRIPTION="CLI curses based monitoring tool"
49 +HOMEPAGE="https://github.com/nicolargo/glances"
50 +SRC_URI="mirror://pypi/${MYPN:0:1}/${MYPN}/${MYP}.tar.gz"
51 +
52 +LICENSE="LGPL-3"
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
55 +IUSE="doc"
56 +
57 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
58 +# There is another optional extra batinfo, absent from portage
59 +RDEPEND="${DEPEND}
60 + >=dev-python/psutil-2.0.0[${PYTHON_USEDEP}]"
61 +
62 +CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS"
63 +
64 +S="${WORKDIR}/${MYP}"
65 +
66 +pkg_setup() {
67 + linux-info_pkg_setup
68 +}
69 +
70 +python_prepare_all() {
71 + # Remove duplicate entries of a prebuilt doc build and
72 + # ensure install of the file glances.conf in /etc/${PN}
73 + sed -i -r '\|share/doc/glances|,/\),/ {
74 + s|.*share/doc/glances.*|("etc/glances", ["conf/glances.conf"]),|p
75 + d
76 + }' -- 'setup.py' || die
77 +
78 + distutils-r1_python_prepare_all
79 +}
80 +
81 +python_install_all() {
82 + # add an intended file from original data set from setup.py to DOCS
83 + local DOCS=( README.rst conf/glances.conf )
84 + # setup for pre-built html docs in setup.py
85 + use doc && local HTML_DOCS=( docs/_build/html/. )
86 +
87 + distutils-r1_python_install_all
88 +}
89 +
90 +pkg_postinst() {
91 + optfeature "Action script feature" dev-python/pystache
92 + optfeature "Autodiscover mode" dev-python/zeroconf
93 + optfeature "Battery monitoring support" dev-python/batinfo
94 + optfeature "Docker monitoring support" dev-python/docker-py
95 + optfeature "Graphical/chart support" dev-python/matplotlib
96 + # https://bitbucket.org/gleb_zhulik/py3sensors
97 + # optfeature "Hardware monitoring support" dev-python/py3sensors
98 + optfeature "IP plugin" dev-python/netifaces
99 + optfeature "InfluxDB export module" dev-python/influxdb
100 + optfeature "Hard drive temperature monitoring" app-admin/hddtemp
101 + optfeature "Quicklook CPU info" dev-python/py-cpuinfo
102 + optfeature "RAID support" dev-python/pymdstat
103 + optfeature "RabbitMQ/ActiveMQ export module" dev-python/pika
104 + # https://github.com/banjiewen/bernhard
105 + # optfeature "Riemann export" dev-python/bernhard
106 + optfeature "SNMP support" dev-python/pysnmp
107 + optfeature "StatsD export module" dev-python/statsd
108 + optfeature "Web server mode" dev-python/bottle
109 +}