commit:     76b859bf182ea7dd7b70b4aab77f1b4c372408be
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  9 23:27:06 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Jan  9 23:30:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b859bf

sys-process/glances: clean up old.

Package-Manager: portage-2.3.0

 sys-process/glances/Manifest             |  4 --
 sys-process/glances/glances-2.4.2.ebuild | 64 ---------------------------
 sys-process/glances/glances-2.5.1.ebuild | 67 ----------------------------
 sys-process/glances/glances-2.6.1.ebuild | 76 --------------------------------
 sys-process/glances/glances-2.7.ebuild   | 73 ------------------------------
 5 files changed, 284 deletions(-)

diff --git a/sys-process/glances/Manifest b/sys-process/glances/Manifest
index e28bb74..6e37a88 100644
--- a/sys-process/glances/Manifest
+++ b/sys-process/glances/Manifest
@@ -1,5 +1 @@
-DIST Glances-2.4.2.tar.gz 5497895 SHA256 
31f1e4c2e129904a373f3b20d6800472375e415e01161168469ccebb320c9517 SHA512 
ada7e2a9766dec54b26fa1fccac3b1abe6b9abcc16a96c6bb30d537370648732a99cff41c6c812908531a4995e118cb3d1127196184f40dee7a01a6a8a85d9b9
 WHIRLPOOL 
91cd5dfbe891c16bbbe5c6ae17500498c230d36a0795ba134a0384770cae04cbdf08b5236fd56157e438eaff17a7bd9cac3bc42bee7980239faf5c9fc18fc683
-DIST Glances-2.5.1.tar.gz 5807072 SHA256 
d3db40ce50b7157a94195aa0076d0eadae85dc4f24557e51c3b1a4dbd972359e SHA512 
ea099f5db7e73676aaedcd8b416708f2374de57afe0b8292b86f2d0e6295053f0af7bfdb51e3e6cafcb3d7f2b967b788c8d2d1ec806256d2e11b413a7e25ed98
 WHIRLPOOL 
64a758068436647027a602095194bffdea3cb8b8ac04107b1306f15aa69f23a2c2e9d8b2d222c18434ad5cf26f88e12dd63e4a30b17b3f8665355f0d9d8f292c
-DIST Glances-2.6.1.tar.gz 8233445 SHA256 
822f0f37455d46732a059f8e2b49762edb90ad66edd61cdf869a4b3683ac2b59 SHA512 
09cc8a8a96b53de14de4c0476273e1f3b9655d2d9b4d3220342851b476073ef30ea2c1ac4a33c240ead7911ec2e193398c1e1032860ace607afd4de277249c14
 WHIRLPOOL 
8e7742368051c6c2c7c5cdf8f093e1aaee5bca012801ac9edaf9043b7e3a3b508daa3dea199407c1ad5947b7cc001071491afc1336d877dd81a14106816888c0
 DIST Glances-2.7.1.tar.gz 13277845 SHA256 
afdfdb4b14ae514422c4a882788800473c6cff53719266735c9a2af400c14b86 SHA512 
c13e7fb8e6025d284cfabade4eaf10189f6605f53f219889c3c636780ac11773c579f39d956a9eebcf5618de2bffec42446982fb892d775109341af74e621b83
 WHIRLPOOL 
119792772e45e4a23ca7ddb0e84081eb79a6e72d68311fcba42f4305ae068b105a882b8dda3d14b3f9da6fb7fa55208a125d16c4170767c623c1d1286927fa11
-DIST Glances-2.7.tar.gz 13277344 SHA256 
4beab1d9532fb016a8236a7449b1ce994f391b7021d66b5cb23d8a26233ad48e SHA512 
f2613207cd4f0deed88a8a1949cf78b2b2b334d2313c4b6bf0762bbc6e083b3365cd2a107a5dc52e330595a01f69c3ea8fda9278f22155fe3b16cd71d5b721c7
 WHIRLPOOL 
16e2d3364a4b382d278fb9d0fd3ac6e6518fd324263330fa5fe80d4159bc8e2824a18cb461810a913c4524e293f3c1e99f5c60c985dce92e58dc373f95c16374

diff --git a/sys-process/glances/glances-2.4.2.ebuild 
b/sys-process/glances/glances-2.4.2.ebuild
deleted file mode 100644
index 332f73e..00000000
--- a/sys-process/glances/glances-2.4.2.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# 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_4} )
-PYTHON_REQ_USE="ncurses"
-
-inherit distutils-r1 linux-info
-
-MYPN=Glances
-MYP=${MYPN}-${PV}
-
-DESCRIPTION="CLI curses based monitoring tool"
-HOMEPAGE="https://github.com/nicolargo/glances";
-SRC_URI="mirror://pypi/${MYPN:0:1}/${MYPN}/${MYP}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-IUSE="chart doc hddtemp snmp web"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-# There is another optional extra batinfo, absent from portage
-RDEPEND="${DEPEND}
-       >=dev-python/psutil-2.0.0[${PYTHON_USEDEP}]
-       hddtemp? ( app-admin/hddtemp )
-       snmp? ( dev-python/pysnmp[${PYTHON_USEDEP}] )
-       web? ( dev-python/bottle[${PYTHON_USEDEP}] )
-       chart? ( dev-python/matplotlib[${PYTHON_USEDEP}] )"
-
-CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS"
-
-S="${WORKDIR}/${MYP}"
-
-# Remove duplicate entries of a prebuilt doc build and
-# ensure install of the file glances.conf in /etc/${PN}
-PATCHES=( "${FILESDIR}"/2.4.2-setup-data.patch )
-
-pkg_setup() {
-       linux-info_pkg_setup
-}
-
-python_install_all() {
-       # add an intended file from original data set from setup.py to DOCS
-       local DOCS="README.rst conf/glances.conf"
-       # setup for pre-built html docs in setup.py
-       use doc && local HTML_DOCS=( docs/_build/html/. )
-
-       distutils-r1_python_install_all
-}
-
-pkg_postinst() {
-       if [[ -z ${REPLACING_VERSIONS} ]]; then
-               elog "${PN} can gain additional functionality with following 
packages:"
-               elog "   dev-python/jinja - export statistics to HTML"
-               elog "   app-admin/hddtemp - monitor hard drive temperatures"
-               elog "   dev-python/pysnmp - enable Python SNMP library support"
-               elog "   dev-python/bottle - for Web server mode"
-               elog "   dev-python/matplotlib - for graphical / chart support"
-       fi
-       elog "A copy of glances.conf has been added to DOCS"
-}

diff --git a/sys-process/glances/glances-2.5.1.ebuild 
b/sys-process/glances/glances-2.5.1.ebuild
deleted file mode 100644
index 6dc2789..00000000
--- a/sys-process/glances/glances-2.5.1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
-PYTHON_REQ_USE="ncurses"
-
-inherit distutils-r1 eutils linux-info
-
-MYPN=Glances
-MYP=${MYPN}-${PV}
-
-DESCRIPTION="CLI curses based monitoring tool"
-HOMEPAGE="https://github.com/nicolargo/glances";
-SRC_URI="mirror://pypi/${MYPN:0:1}/${MYPN}/${MYP}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-# There is another optional extra batinfo, absent from portage
-RDEPEND="${DEPEND}
-       >=dev-python/psutil-2.0.0[${PYTHON_USEDEP}]"
-
-CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS"
-
-S="${WORKDIR}/${MYP}"
-
-# Remove duplicate entries of a prebuilt doc build and
-# ensure install of the file glances.conf in /etc/${PN}
-PATCHES=( "${FILESDIR}"/2.4.2-setup-data.patch )
-
-pkg_setup() {
-       linux-info_pkg_setup
-}
-
-python_install_all() {
-       # add an intended file from original data set from setup.py to DOCS
-       local DOCS=( README.rst conf/glances.conf )
-       # setup for pre-built html docs in setup.py
-       use doc && local HTML_DOCS=( docs/_build/html/. )
-
-       distutils-r1_python_install_all
-}
-
-pkg_postinst() {
-       optfeature "Web server mode" dev-python/bottle
-       # https://bitbucket.org/gleb_zhulik/py3sensors
-       #optfeature "Hardware monitoring support" dev-python/py3sensors
-       optfeature "Monitor hard drive temperatures" app-admin/hddtemp
-       optfeature "Battery monitoring support" dev-python/batinfo
-       optfeature "RAID support" dev-python/pymdstat
-       optfeature "SNMP support" dev-python/pysnmp
-       optfeature "Autodiscover mode" dev-python/zeroconf
-       optfeature "IP plugin" dev-python/netifaces
-       optfeature "InfluxDB export module" dev-python/influxdb
-       optfeature "StatsD export module" dev-python/statsd
-       optfeature "Action script feature" dev-python/pystache
-       optfeature "Docker monitoring support" dev-python/docker-py
-       optfeature "Graphical / chart support" dev-python/matplotlib
-       optfeature "RabbitMQ/ActiveMQ export module" dev-python/pika
-       optfeature "Quicklook CPU info" dev-python/py-cpuinfo
-}

diff --git a/sys-process/glances/glances-2.6.1.ebuild 
b/sys-process/glances/glances-2.6.1.ebuild
deleted file mode 100644
index 1d50fc0..00000000
--- a/sys-process/glances/glances-2.6.1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
-PYTHON_REQ_USE="ncurses"
-
-inherit distutils-r1 eutils linux-info
-
-MYPN=Glances
-MYP=${MYPN}-${PV}
-
-DESCRIPTION="CLI curses based monitoring tool"
-HOMEPAGE="https://github.com/nicolargo/glances";
-SRC_URI="mirror://pypi/${MYPN:0:1}/${MYPN}/${MYP}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-# There is another optional extra batinfo, absent from portage
-RDEPEND="${DEPEND}
-       >=dev-python/psutil-2.0.0[${PYTHON_USEDEP}]"
-
-CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS"
-
-S="${WORKDIR}/${MYP}"
-
-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 -i -r '\|share/doc/glances|,/\),/ {
-                       s|.*share/doc/glances.*|("etc/glances", 
["conf/glances.conf"]),|p
-                       d
-               }' -- '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 conf/glances.conf )
-       # setup for pre-built html docs in setup.py
-       use doc && local HTML_DOCS=( docs/_build/html/. )
-
-       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-2.7.ebuild 
b/sys-process/glances/glances-2.7.ebuild
deleted file mode 100644
index 9d90003..00000000
--- a/sys-process/glances/glances-2.7.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
-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="dev-python/setuptools[${PYTHON_USEDEP}]"
-# There is another optional extra batinfo, absent from portage
-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:'conf/glances.conf':('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 conf/glances.conf )
-       # setup for pre-built html docs in setup.py
-       use doc && local HTML_DOCS=( docs/_build/html/. )
-
-       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
-}

Reply via email to