public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/
Date: Mon,  8 Aug 2016 08:02:17 +0000 (UTC)	[thread overview]
Message-ID: <1470643333.07f990e84c31b0a68d6fc9fae331da07af14a77a.monsieurp@gentoo> (raw)

commit:     07f990e84c31b0a68d6fc9fae331da07af14a77a
Author:     Henning Schild <henning <AT> hennsch <DOT> de>
AuthorDate: Tue Aug  2 19:43:11 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Aug  8 08:02:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07f990e8

sys-apps/dstat: version bump to 0.7.3.

Signed-off-by: Henning Schild <henning <AT> hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/2003
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 sys-apps/dstat/Manifest           |  1 +
 sys-apps/dstat/dstat-0.7.3.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/sys-apps/dstat/Manifest b/sys-apps/dstat/Manifest
index 76b8928..8da150f 100644
--- a/sys-apps/dstat/Manifest
+++ b/sys-apps/dstat/Manifest
@@ -1,2 +1,3 @@
 DIST dstat-0.6.9.tar.bz2 74060 SHA256 edb2c17d081ee2b0b4fc2c57c2ed6dc36628853abd76c838026e99b3d1ea897c SHA512 59c7df7c0e1ea592591fecd66e96953c981a9b05dabbb33207f84b566b3fddda8ab5bc0bf9d8322ec64814a604dc34bedc53232c1e6dc2951906cbaf6a94a542 WHIRLPOOL 8caa06fb33daba80a4b9df99e53a874b9fe33b58c68c0c7a81a60f86ab29c170453137ae4a77dff806b2b7b187c0550efec6af56b44c5d05affb5aee20a18179
 DIST dstat-0.7.2.tar.bz2 85870 SHA256 34a986d9d7c028bd9dcb6b2ef1c740f7220de5c9cf976870a2b62aca23b33bae SHA512 276447c0f5492e4d2ac78f9f5b1d08e3565d26d02a7e6a22ef70f77b20f84d2b9ba806212860886139d401e4dfc2453c0dbc9ed82398ddec0ee75f5999080624 WHIRLPOOL 1f263026b137ac3f6bfb70d8840a52769505a6c55301607a4a6afae36fd084326922bf3f8edf5399df004a3d8f7dce165b5613e6729dc2944e8e6bf1674d2cb4
+DIST dstat-0.7.3.tar.gz 135583 SHA256 46e63821857b69fbc60cb2c7d893ccdd6f31cd9ef24b8bb0b68951e1c7374898 SHA512 db37cc8bb7afd235ae9088e76c4defaa4d76651b111fbfdcd0980bc96376de20d57964912799a413397a79651730503bdeb8fea5cb97ab4d6d81632f528aefd2 WHIRLPOOL ad1b2c9647aae6f5002dd7474909c29ae7ca9bdb6efd10b42ce95b9b58f49406e9b13ed3863e4946166da34c597613751b314d5915886d349f916f2159559a6a

diff --git a/sys-apps/dstat/dstat-0.7.3.ebuild b/sys-apps/dstat/dstat-0.7.3.ebuild
new file mode 100644
index 0000000..48d9b66
--- /dev/null
+++ b/sys-apps/dstat/dstat-0.7.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-r1
+
+DESCRIPTION="Versatile replacement for vmstat, iostat and ifstat"
+HOMEPAGE="http://dag.wieers.com/home-made/dstat/"
+SRC_URI="https://github.com/dagwieers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="wifi doc examples"
+
+RDEPEND="wifi? ( net-wireless/python-wifi )"
+DEPEND=""
+
+src_install() {
+	default
+	if use examples; then
+		dodoc examples/{mstat,read}.py
+	fi
+	if use doc; then
+		dodoc docs/*.html
+	fi
+}


             reply	other threads:[~2016-08-08  8:02 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-08  8:02 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-10-21  3:29 [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/ Jeroen Roovers
2016-12-18  1:43 Aaron Bauman
2017-04-20 16:41 David Seifert
2018-02-06 19:43 Benda XU
2018-03-31 17:44 Sebastian Pipping
2018-10-07 21:07 Andreas Sturmlechner
2019-08-11  8:45 Michał Górny
2019-10-22  8:24 Guilherme Amadio
2019-10-24 19:53 Piotr Karbowski
2019-12-01 23:49 Piotr Karbowski
2019-12-02 10:46 Agostino Sarubbo
2019-12-03 10:07 Agostino Sarubbo
2019-12-03 11:58 Agostino Sarubbo
2019-12-08 10:58 Sergei Trofimovich
2019-12-10  9:19 Agostino Sarubbo
2020-03-03 14:54 Joonas Niilola
2020-05-07 17:58 Michał Górny
2020-09-02 20:30 Sam James
2020-09-03 14:29 Thomas Deutschmann
2020-09-04 10:31 Sergei Trofimovich
2020-09-05 15:15 Sam James
2022-05-31  2:55 Sam James
2023-02-01 10:05 Benda XU
2024-05-28 20:49 Sam James
2024-05-29  5:37 Joonas Niilola
2025-05-02 11:34 Patrick Lauer
2025-06-07  1:36 Sam James

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=1470643333.07f990e84c31b0a68d6fc9fae331da07af14a77a.monsieurp@gentoo \
    --to=monsieurp@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