* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/
@ 2019-10-22 8:24 Guilherme Amadio
0 siblings, 0 replies; 26+ messages in thread
From: Guilherme Amadio @ 2019-10-22 8:24 UTC (permalink / raw
To: gentoo-commits
commit: 33d249d4b12616985c6b3b67d484e989827de983
Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 22 08:18:33 2019 +0000
Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Tue Oct 22 08:24:30 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33d249d4
sys-apps/dstat: fix src_install() for prefix
Using 'default' as done in the version bump made files get
installed outside the prefix, directly into /usr.
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
sys-apps/dstat/dstat-0.7.4.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sys-apps/dstat/dstat-0.7.4.ebuild b/sys-apps/dstat/dstat-0.7.4.ebuild
index 66bbf59ec4a..491efbdb32a 100644
--- a/sys-apps/dstat/dstat-0.7.4.ebuild
+++ b/sys-apps/dstat/dstat-0.7.4.ebuild
@@ -40,7 +40,8 @@ src_prepare() {
}
src_install() {
- default
+ emake DESTDIR="${ED}"
+ einstalldocs
if use examples; then
dodoc examples/{mstat,read}.py
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/
@ 2024-05-29 5:37 Joonas Niilola
0 siblings, 0 replies; 26+ messages in thread
From: Joonas Niilola @ 2024-05-29 5:37 UTC (permalink / raw
To: gentoo-commits
commit: 8ffe5fb5175303eaf192d3ced247aa8932fe8d72
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed May 29 05:23:03 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed May 29 05:23:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ffe5fb5
sys-apps/dstat: Stabilize 0.7.4-r3 amd64, #933046
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-apps/dstat/dstat-0.7.4-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/dstat/dstat-0.7.4-r3.ebuild b/sys-apps/dstat/dstat-0.7.4-r3.ebuild
index b2e452f7433e..0008c65db775 100644
--- a/sys-apps/dstat/dstat-0.7.4-r3.ebuild
+++ b/sys-apps/dstat/dstat-0.7.4-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/dagwieers/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~x86-linux"
IUSE="doc examples"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/
@ 2024-05-28 20:49 Sam James
0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2024-05-28 20:49 UTC (permalink / raw
To: gentoo-commits
commit: 11115d87daec390f292e7e51204ada1c03d6ef46
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 20:47:03 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 28 20:47:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11115d87
sys-apps/dstat: Stabilize 0.7.4-r3 x86, #933046
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/dstat/dstat-0.7.4-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/dstat/dstat-0.7.4-r3.ebuild b/sys-apps/dstat/dstat-0.7.4-r3.ebuild
index d6995310bae7..b2e452f7433e 100644
--- a/sys-apps/dstat/dstat-0.7.4-r3.ebuild
+++ b/sys-apps/dstat/dstat-0.7.4-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/dagwieers/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc ~x86 ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~x86-linux"
IUSE="doc examples"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/
@ 2023-02-01 10:05 Benda XU
0 siblings, 0 replies; 26+ messages in thread
From: Benda XU @ 2023-02-01 10:05 UTC (permalink / raw
To: gentoo-commits
commit: c40d119dd4b597ebd8faee146dbfd3cb4f3e89f2
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 1 10:03:45 2023 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Wed Feb 1 10:04:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c40d119d
sys-apps/dstat: enable py3.11
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
sys-apps/dstat/dstat-0.7.4-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-apps/dstat/dstat-0.7.4-r2.ebuild b/sys-apps/dstat/dstat-0.7.4-r2.ebuild
index 323a3d46c5d9..ff7e7673547d 100644
--- a/sys-apps/dstat/dstat-0.7.4-r2.ebuild
+++ b/sys-apps/dstat/dstat-0.7.4-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit python-r1
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/
@ 2022-05-31 2:55 Sam James
0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2022-05-31 2:55 UTC (permalink / raw
To: gentoo-commits
commit: 91e0308a99012a863737e84154dc100bbd80b3f1
Author: Paul Healy <lmiphay <AT> gmail <DOT> com>
AuthorDate: Mon May 30 16:46:37 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 31 02:12:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91e0308a
sys-apps/dstat: add python 3.10 to python compat
add python 3.10
drop python 3.7 and 3.8
Bug: https://bugs.gentoo.org/846308
Signed-off-by: Paul Healy <lmiphay <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25692
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/dstat/dstat-0.7.4-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-apps/dstat/dstat-0.7.4-r2.ebuild b/sys-apps/dstat/dstat-0.7.4-r2.ebuild
index bdaa4b1c23aa..323a3d46c5d9 100644
--- a/sys-apps/dstat/dstat-0.7.4-r2.ebuild
+++ b/sys-apps/dstat/dstat-0.7.4-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{9..10} )
inherit python-r1
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/
@ 2020-09-05 15:15 Sam James
0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2020-09-05 15:15 UTC (permalink / raw
To: gentoo-commits
commit: e9ea4e6333e9fcd095358c5b089b5987a69838d9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 5 15:14:24 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 5 15:14:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9ea4e63
sys-apps/dstat: Stabilize 0.7.4-r2 amd64, #739964
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/dstat/dstat-0.7.4-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/dstat/dstat-0.7.4-r2.ebuild b/sys-apps/dstat/dstat-0.7.4-r2.ebuild
index 5dd894b7458..d11a131e200 100644
--- a/sys-apps/dstat/dstat-0.7.4-r2.ebuild
+++ b/sys-apps/dstat/dstat-0.7.4-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/dagwieers/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 ~x86-linux"
IUSE="doc examples"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/
@ 2020-09-04 10:31 Sergei Trofimovich
0 siblings, 0 replies; 26+ messages in thread
From: Sergei Trofimovich @ 2020-09-04 10:31 UTC (permalink / raw
To: gentoo-commits
commit: a32c48603624a6922cfa3cf3197fec7a30cef984
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 4 10:23:27 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Sep 4 10:31:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a32c4860
sys-apps/dstat: stable 0.7.4-r2 for sparc
stable wrt bug #739964
Package-Manager: Portage-3.0.5, Repoman-3.0.1
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
sys-apps/dstat/dstat-0.7.4-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/dstat/dstat-0.7.4-r2.ebuild b/sys-apps/dstat/dstat-0.7.4-r2.ebuild
index ddd1585c117..5dd894b7458 100644
--- a/sys-apps/dstat/dstat-0.7.4-r2.ebuild
+++ b/sys-apps/dstat/dstat-0.7.4-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/dagwieers/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 ~x86-linux"
IUSE="doc examples"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/
@ 2020-09-03 14:29 Thomas Deutschmann
0 siblings, 0 replies; 26+ messages in thread
From: Thomas Deutschmann @ 2020-09-03 14:29 UTC (permalink / raw
To: gentoo-commits
commit: 6aa692143b284da286c0ba727654b5f31654ebe2
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 3 14:20:05 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Sep 3 14:20:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aa69214
sys-apps/dstat: x86 stable (bug #739964)
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
sys-apps/dstat/dstat-0.7.4-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/dstat/dstat-0.7.4-r2.ebuild b/sys-apps/dstat/dstat-0.7.4-r2.ebuild
index 7e27d34cc5d..ddd1585c117 100644
--- a/sys-apps/dstat/dstat-0.7.4-r2.ebuild
+++ b/sys-apps/dstat/dstat-0.7.4-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/dagwieers/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-linux"
IUSE="doc examples"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/
@ 2020-09-02 20:30 Sam James
0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2020-09-02 20:30 UTC (permalink / raw
To: gentoo-commits
commit: d82f3036667f032ace586bf51d32ab45ee0d8c54
Author: Paul Healy <lmiphay <AT> gmail <DOT> com>
AuthorDate: Wed Sep 2 20:03:44 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 2 20:03:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d82f3036
sys-apps/dstat: fix test failure
call the tests correctly with the correct python version(s)
Bug: https://bugs.gentoo.org/711690
Signed-off-by: Paul Healy <lmiphay <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15644
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/dstat/dstat-0.7.4-r2.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sys-apps/dstat/dstat-0.7.4-r2.ebuild b/sys-apps/dstat/dstat-0.7.4-r2.ebuild
index 6116fd50161..7e27d34cc5d 100644
--- a/sys-apps/dstat/dstat-0.7.4-r2.ebuild
+++ b/sys-apps/dstat/dstat-0.7.4-r2.ebuild
@@ -54,3 +54,7 @@ src_install() {
dodoc docs/*.html
fi
}
+
+src_test() {
+ python_foreach_impl emake test
+}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/
@ 2020-05-07 17:58 Michał Górny
0 siblings, 0 replies; 26+ messages in thread
From: Michał Górny @ 2020-05-07 17:58 UTC (permalink / raw
To: gentoo-commits
commit: 7a9cf57072d9ad8325cec7a7dc6163c0366c0f2a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 7 15:18:05 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 7 17:58:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a9cf570
sys-apps/dstat: Remove py2.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-apps/dstat/dstat-0.7.4-r1.ebuild | 2 +-
sys-apps/dstat/dstat-0.7.4.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-apps/dstat/dstat-0.7.4-r1.ebuild b/sys-apps/dstat/dstat-0.7.4-r1.ebuild
index b2f209299e7..a5d6db02953 100644
--- a/sys-apps/dstat/dstat-0.7.4-r1.ebuild
+++ b/sys-apps/dstat/dstat-0.7.4-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit python-r1
diff --git a/sys-apps/dstat/dstat-0.7.4.ebuild b/sys-apps/dstat/dstat-0.7.4.ebuild
index 205434328b2..43f33c42343 100644
--- a/sys-apps/dstat/dstat-0.7.4.ebuild
+++ b/sys-apps/dstat/dstat-0.7.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit python-r1
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/
@ 2020-03-03 14:54 Joonas Niilola
0 siblings, 0 replies; 26+ messages in thread
From: Joonas Niilola @ 2020-03-03 14:54 UTC (permalink / raw
To: gentoo-commits
commit: c27c310203920042096ade5157c985854d1b1487
Author: Paul Healy <lmiphay <AT> gmail <DOT> com>
AuthorDate: Sun Mar 1 16:28:17 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Mar 3 14:53:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c27c3102
sys-apps/dstat: correct python-r1 usage
1. Call python_foreach_impl instead of the upstream make install target
2. Install the rest of the files using install functions
3. Follow https://dev.gentoo.org/~mgorny/python-guide/multi.html for
REQUIRED_USE/RDEPEND/DEPEND values.
Closes: https://bugs.gentoo.org/710254
Signed-off-by: Paul Healy <lmiphay <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14814
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-apps/dstat/dstat-0.7.4-r1.ebuild | 59 ++++++++++++++++++++++++++++++++++++
1 file changed, 59 insertions(+)
diff --git a/sys-apps/dstat/dstat-0.7.4-r1.ebuild b/sys-apps/dstat/dstat-0.7.4-r1.ebuild
new file mode 100644
index 00000000000..b2f209299e7
--- /dev/null
+++ b/sys-apps/dstat/dstat-0.7.4-r1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{6,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/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha amd64 ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+IUSE="doc examples wifi"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+ ${PYTHON_DEPS}
+ dev-python/six[${PYTHON_USEDEP}]
+ wifi? (
+ net-wireless/python-wifi
+ )"
+DEPEND="${RDEPEND}"
+
+PATCHES=( \
+ "${FILESDIR}/dstat-${PV}-skip-non-sandbox-tests.patch" \
+ "${FILESDIR}/fix-collections-deprecation-warning.patch" \
+)
+
+src_prepare() {
+
+ # bug fix: allow delay to be specified
+ # backport from: https://github.com/dagwieers/dstat/pull/167/files
+ sed -i -e 's; / op\.delay; // op.delay;' "dstat" || die
+
+ default
+}
+
+src_install() {
+ python_foreach_impl python_doscript dstat
+
+ insinto /usr/share/dstat
+ newins dstat dstat.py
+ doins plugins/dstat_*.py
+
+ doman docs/dstat.1
+
+ einstalldocs
+
+ if use examples; then
+ dodoc examples/{mstat,read}.py
+ fi
+ if use doc; then
+ dodoc docs/*.html
+ fi
+}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/
@ 2019-12-10 9:19 Agostino Sarubbo
0 siblings, 0 replies; 26+ messages in thread
From: Agostino Sarubbo @ 2019-12-10 9:19 UTC (permalink / raw
To: gentoo-commits
commit: ee8915e1bf88b27f10801476fc990138d4e1a2e9
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 10 09:19:36 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Dec 10 09:19:36 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee8915e1
sys-apps/dstat: ppc stable wrt bug #700862
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
sys-apps/dstat/dstat-0.7.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/dstat/dstat-0.7.4.ebuild b/sys-apps/dstat/dstat-0.7.4.ebuild
index 2ec701f78d1..205434328b2 100644
--- a/sys-apps/dstat/dstat-0.7.4.ebuild
+++ b/sys-apps/dstat/dstat-0.7.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/dagwieers/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 hppa ~ia64 ~mips ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
IUSE="doc examples wifi"
REQUIRED_USE="wifi? ( ${PYTHON_REQUIRED_USE} )"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/
@ 2019-12-08 10:58 Sergei Trofimovich
0 siblings, 0 replies; 26+ messages in thread
From: Sergei Trofimovich @ 2019-12-08 10:58 UTC (permalink / raw
To: gentoo-commits
commit: 098f81306d6007918b5d98331cdb5abc2736a5ee
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sun Dec 8 09:20:57 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Dec 8 10:58:39 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=098f8130
sys-apps/dstat: stable 0.7.4 for hppa, bug #700862
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
sys-apps/dstat/dstat-0.7.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/dstat/dstat-0.7.4.ebuild b/sys-apps/dstat/dstat-0.7.4.ebuild
index 3d6cebb3953..2ec701f78d1 100644
--- a/sys-apps/dstat/dstat-0.7.4.ebuild
+++ b/sys-apps/dstat/dstat-0.7.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/dagwieers/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm64 hppa ~ia64 ~mips ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
IUSE="doc examples wifi"
REQUIRED_USE="wifi? ( ${PYTHON_REQUIRED_USE} )"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/
@ 2019-12-03 11:58 Agostino Sarubbo
0 siblings, 0 replies; 26+ messages in thread
From: Agostino Sarubbo @ 2019-12-03 11:58 UTC (permalink / raw
To: gentoo-commits
commit: 25ede6c0dc3404a8d562339359c589dddec684aa
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 3 11:57:55 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Dec 3 11:57:55 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25ede6c0
sys-apps/dstat: ppc64 stable wrt bug #700862
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
sys-apps/dstat/dstat-0.7.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/dstat/dstat-0.7.4.ebuild b/sys-apps/dstat/dstat-0.7.4.ebuild
index 50592404a60..3d6cebb3953 100644
--- a/sys-apps/dstat/dstat-0.7.4.ebuild
+++ b/sys-apps/dstat/dstat-0.7.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/dagwieers/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
IUSE="doc examples wifi"
REQUIRED_USE="wifi? ( ${PYTHON_REQUIRED_USE} )"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/
@ 2019-12-03 10:07 Agostino Sarubbo
0 siblings, 0 replies; 26+ messages in thread
From: Agostino Sarubbo @ 2019-12-03 10:07 UTC (permalink / raw
To: gentoo-commits
commit: f3d6e3e79299b57230939e84f2e323e7789d74c7
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 3 10:07:34 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Dec 3 10:07:34 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3d6e3e7
sys-apps/dstat: sparc stable wrt bug #700862
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
sys-apps/dstat/dstat-0.7.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/dstat/dstat-0.7.4.ebuild b/sys-apps/dstat/dstat-0.7.4.ebuild
index 4a2b421669d..50592404a60 100644
--- a/sys-apps/dstat/dstat-0.7.4.ebuild
+++ b/sys-apps/dstat/dstat-0.7.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/dagwieers/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
IUSE="doc examples wifi"
REQUIRED_USE="wifi? ( ${PYTHON_REQUIRED_USE} )"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/
@ 2019-12-02 10:46 Agostino Sarubbo
0 siblings, 0 replies; 26+ messages in thread
From: Agostino Sarubbo @ 2019-12-02 10:46 UTC (permalink / raw
To: gentoo-commits
commit: beeb3d7f639dfd4d8424da26319a8c82c44f38ac
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 2 10:45:58 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Dec 2 10:45:58 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beeb3d7f
sys-apps/dstat: x86 stable wrt bug #700862
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
sys-apps/dstat/dstat-0.7.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/dstat/dstat-0.7.4.ebuild b/sys-apps/dstat/dstat-0.7.4.ebuild
index 43c8622ccaf..4a2b421669d 100644
--- a/sys-apps/dstat/dstat-0.7.4.ebuild
+++ b/sys-apps/dstat/dstat-0.7.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/dagwieers/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
IUSE="doc examples wifi"
REQUIRED_USE="wifi? ( ${PYTHON_REQUIRED_USE} )"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/
@ 2019-12-01 23:49 Piotr Karbowski
0 siblings, 0 replies; 26+ messages in thread
From: Piotr Karbowski @ 2019-12-01 23:49 UTC (permalink / raw
To: gentoo-commits
commit: 6f9b05912cba130f23f2d74ff14eeab3749beec9
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 1 23:48:57 2019 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sun Dec 1 23:48:57 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f9b0591
sys-apps/dstat-0.7.4: amd64 stable (Bug 700862)
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
sys-apps/dstat/dstat-0.7.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/dstat/dstat-0.7.4.ebuild b/sys-apps/dstat/dstat-0.7.4.ebuild
index 3c7300ff8da..43c8622ccaf 100644
--- a/sys-apps/dstat/dstat-0.7.4.ebuild
+++ b/sys-apps/dstat/dstat-0.7.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/dagwieers/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="doc examples wifi"
REQUIRED_USE="wifi? ( ${PYTHON_REQUIRED_USE} )"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/
@ 2019-10-24 19:53 Piotr Karbowski
0 siblings, 0 replies; 26+ messages in thread
From: Piotr Karbowski @ 2019-10-24 19:53 UTC (permalink / raw
To: gentoo-commits
commit: c4a088199cd63467f2d0e607735fbecbec761229
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 24 19:51:52 2019 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 19:52:59 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4a08819
sys-apps/dstat: 0.7.4: add missing install target.
Fixes broken src_install() introduced in commit
33d249d4b12616985c6b3b67d484e989827de983.
Closes: https://bugs.gentoo.org/698456
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
sys-apps/dstat/dstat-0.7.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/dstat/dstat-0.7.4.ebuild b/sys-apps/dstat/dstat-0.7.4.ebuild
index 491efbdb32a..3c7300ff8da 100644
--- a/sys-apps/dstat/dstat-0.7.4.ebuild
+++ b/sys-apps/dstat/dstat-0.7.4.ebuild
@@ -40,7 +40,7 @@ src_prepare() {
}
src_install() {
- emake DESTDIR="${ED}"
+ emake DESTDIR="${ED}" install
einstalldocs
if use examples; then
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/
@ 2019-08-11 8:45 Michał Górny
0 siblings, 0 replies; 26+ messages in thread
From: Michał Górny @ 2019-08-11 8:45 UTC (permalink / raw
To: gentoo-commits
commit: d6b1bc039f21638fc9271649a6a03126d004c164
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 08:43:47 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 08:45:04 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b1bc03
sys-apps/dstat: Remove duplicated global flag desc
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-apps/dstat/metadata.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/sys-apps/dstat/metadata.xml b/sys-apps/dstat/metadata.xml
index 97a18fb59d1..4ae294d3be2 100644
--- a/sys-apps/dstat/metadata.xml
+++ b/sys-apps/dstat/metadata.xml
@@ -18,9 +18,6 @@ compare disk usage in combination with interrupts from your IDE controller, or
compare the network bandwidth numbers directly with the disk throughput (in the
same interval).
</longdescription>
- <use>
- <flag name="wifi">Enable wireless network functions</flag>
- </use>
<upstream>
<remote-id type="github">dagwieers/dstat</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/
@ 2018-10-07 21:07 Andreas Sturmlechner
0 siblings, 0 replies; 26+ messages in thread
From: Andreas Sturmlechner @ 2018-10-07 21:07 UTC (permalink / raw
To: gentoo-commits
commit: 30b1df6839f44c7ea39fc162f0d64edfacecb638
Author: Paul Healy <lmiphay <AT> gmail <DOT> com>
AuthorDate: Tue Oct 2 17:59:57 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 7 21:06:49 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30b1df68
sys-apps/dstat: add proxy maintainer to metadata.xml
I would like to maintain this package, and have added
myself to metadata.xml
Signed-off-by: Paul Healy <lmiphay <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sys-apps/dstat/metadata.xml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/sys-apps/dstat/metadata.xml b/sys-apps/dstat/metadata.xml
index 4fb9befed7d..97a18fb59d1 100644
--- a/sys-apps/dstat/metadata.xml
+++ b/sys-apps/dstat/metadata.xml
@@ -1,7 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>lmiphay@gmail.com</email>
+ <name>Paul Healy</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
<longdescription>
Dstat is a versatile replacement for vmstat, iostat and ifstat. Dstat overcomes
some of the limitations and adds some extra features.
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/
@ 2018-03-31 17:44 Sebastian Pipping
0 siblings, 0 replies; 26+ messages in thread
From: Sebastian Pipping @ 2018-03-31 17:44 UTC (permalink / raw
To: gentoo-commits
commit: e21b8a80de67e41c1d766b87c534292d445e0093
Author: Alexey Korepanov <kaikaikai <AT> yandex <DOT> ru>
AuthorDate: Sat Mar 31 17:04:14 2018 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat Mar 31 17:42:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e21b8a80
sys-apps/dstat: keyword ~arm64
Closes: https://github.com/gentoo/gentoo/pull/7739
sys-apps/dstat/dstat-0.7.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/dstat/dstat-0.7.3.ebuild b/sys-apps/dstat/dstat-0.7.3.ebuild
index 04847b0ef79..cbdd1df1a54 100644
--- a/sys-apps/dstat/dstat-0.7.3.ebuild
+++ b/sys-apps/dstat/dstat-0.7.3.ebuild
@@ -13,7 +13,7 @@ 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"
+KEYWORDS="~alpha amd64 ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
IUSE="wifi doc examples"
REQUIRED_USE="wifi? ( ${PYTHON_REQUIRED_USE} )"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/
@ 2018-02-06 19:43 Benda XU
0 siblings, 0 replies; 26+ messages in thread
From: Benda XU @ 2018-02-06 19:43 UTC (permalink / raw
To: gentoo-commits
commit: 543b5ea6264543d34e8ea5ebc553e79012fa3c7e
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 6 19:27:49 2018 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Tue Feb 6 19:42:46 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=543b5ea6
sys-apps/dstat: support Prefix again.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
sys-apps/dstat/dstat-0.7.3.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/sys-apps/dstat/dstat-0.7.3.ebuild b/sys-apps/dstat/dstat-0.7.3.ebuild
index 38eec6ece2d..04847b0ef79 100644
--- a/sys-apps/dstat/dstat-0.7.3.ebuild
+++ b/sys-apps/dstat/dstat-0.7.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -25,7 +25,9 @@ RDEPEND="
DEPEND=""
src_install() {
- default
+ emake DESTDIR="${ED}" install
+ einstalldocs
+
if use examples; then
dodoc examples/{mstat,read}.py
fi
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/
@ 2017-04-20 16:41 David Seifert
0 siblings, 0 replies; 26+ messages in thread
From: David Seifert @ 2017-04-20 16:41 UTC (permalink / raw
To: gentoo-commits
commit: 0540baaa4bf8b47f8892a488fd9063cf106efb8a
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 16:10:11 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 16:40:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0540baaa
sys-apps/dstat: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
sys-apps/dstat/dstat-0.7.3.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/sys-apps/dstat/dstat-0.7.3.ebuild b/sys-apps/dstat/dstat-0.7.3.ebuild
index 265f4c12121..38eec6ece2d 100644
--- a/sys-apps/dstat/dstat-0.7.3.ebuild
+++ b/sys-apps/dstat/dstat-0.7.3.ebuild
@@ -15,8 +15,13 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
IUSE="wifi doc examples"
+REQUIRED_USE="wifi? ( ${PYTHON_REQUIRED_USE} )"
-RDEPEND="wifi? ( net-wireless/python-wifi )"
+RDEPEND="
+ wifi? (
+ ${PYTHON_DEPS}
+ net-wireless/python-wifi
+ )"
DEPEND=""
src_install() {
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/
@ 2016-12-18 1:43 Aaron Bauman
0 siblings, 0 replies; 26+ messages in thread
From: Aaron Bauman @ 2016-12-18 1:43 UTC (permalink / raw
To: gentoo-commits
commit: 995bb408afabd1cd83a71795d29e5a43972510e5
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 01:43:25 2016 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 01:43:25 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=995bb408
sys-apps/dstat: amd64 stable wrt bug #593570
sys-apps/dstat/dstat-0.7.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/dstat/dstat-0.7.3.ebuild b/sys-apps/dstat/dstat-0.7.3.ebuild
index 6a84316..38ee976 100644
--- a/sys-apps/dstat/dstat-0.7.3.ebuild
+++ b/sys-apps/dstat/dstat-0.7.3.ebuild
@@ -14,7 +14,7 @@ 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"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="wifi doc examples"
RDEPEND="wifi? ( net-wireless/python-wifi )"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/
@ 2016-10-21 3:29 Jeroen Roovers
0 siblings, 0 replies; 26+ messages in thread
From: Jeroen Roovers @ 2016-10-21 3:29 UTC (permalink / raw
To: gentoo-commits
commit: edec119618c33d7d445db16c7ae5d92d1686142f
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 21 03:29:34 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Oct 21 03:29:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edec1196
sys-apps/dstat: Stable for HPPA PPC64 (bug #593570).
Package-Manager: portage-2.3.2
RepoMan-Options: --ignore-arches
sys-apps/dstat/dstat-0.7.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/dstat/dstat-0.7.3.ebuild b/sys-apps/dstat/dstat-0.7.3.ebuild
index 48d9b66..6a84316 100644
--- a/sys-apps/dstat/dstat-0.7.3.ebuild
+++ b/sys-apps/dstat/dstat-0.7.3.ebuild
@@ -14,7 +14,7 @@ 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"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="wifi doc examples"
RDEPEND="wifi? ( net-wireless/python-wifi )"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/
@ 2016-08-08 8:02 Patrice Clement
0 siblings, 0 replies; 26+ messages in thread
From: Patrice Clement @ 2016-08-08 8:02 UTC (permalink / raw
To: gentoo-commits
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
+}
^ permalink raw reply related [flat|nested] 26+ messages in thread
end of thread, other threads:[~2024-05-29 5:37 UTC | newest]
Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-22 8:24 [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/ Guilherme Amadio
-- strict thread matches above, loose matches on Subject: below --
2024-05-29 5:37 Joonas Niilola
2024-05-28 20:49 Sam James
2023-02-01 10:05 Benda XU
2022-05-31 2:55 Sam James
2020-09-05 15:15 Sam James
2020-09-04 10:31 Sergei Trofimovich
2020-09-03 14:29 Thomas Deutschmann
2020-09-02 20:30 Sam James
2020-05-07 17:58 Michał Górny
2020-03-03 14:54 Joonas Niilola
2019-12-10 9:19 Agostino Sarubbo
2019-12-08 10:58 Sergei Trofimovich
2019-12-03 11:58 Agostino Sarubbo
2019-12-03 10:07 Agostino Sarubbo
2019-12-02 10:46 Agostino Sarubbo
2019-12-01 23:49 Piotr Karbowski
2019-10-24 19:53 Piotr Karbowski
2019-08-11 8:45 Michał Górny
2018-10-07 21:07 Andreas Sturmlechner
2018-03-31 17:44 Sebastian Pipping
2018-02-06 19:43 Benda XU
2017-04-20 16:41 David Seifert
2016-12-18 1:43 Aaron Bauman
2016-10-21 3:29 Jeroen Roovers
2016-08-08 8:02 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox