[gentoo-commits] repo/gentoo:master commit in: sys-block/seekwatcher/

2024-07-31 Thread Pacho Ramos
commit: 8fb2d00b05a51d31938a583d691e64295e475fde
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 31 08:53:56 2024 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 31 09:23:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fb2d00b

sys-block/seekwatcher: enable py3.12

Closes: https://bugs.gentoo.org/929828
Signed-off-by: Pacho Ramos  gentoo.org>

 sys-block/seekwatcher/seekwatcher-0.14.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-block/seekwatcher/seekwatcher-0.14.ebuild 
b/sys-block/seekwatcher/seekwatcher-0.14.ebuild
index 06cc3475743f..6e5d001aec3c 100644
--- a/sys-block/seekwatcher/seekwatcher-0.14.ebuild
+++ b/sys-block/seekwatcher/seekwatcher-0.14.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: sys-block/seekwatcher/

2023-07-27 Thread Sam James
commit: 7ac728cba6134ea687a4ff73eb010b6ae42d4f59
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 27 07:03:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 27 07:03:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ac728cb

sys-block/seekwatcher: add 0.14

Closes: https://bugs.gentoo.org/898732
Signed-off-by: Sam James  gentoo.org>

 sys-block/seekwatcher/Manifest|  1 +
 sys-block/seekwatcher/seekwatcher-0.14.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/sys-block/seekwatcher/Manifest b/sys-block/seekwatcher/Manifest
index f4bb7972648a..2f56c58d040d 100644
--- a/sys-block/seekwatcher/Manifest
+++ b/sys-block/seekwatcher/Manifest
@@ -1 +1,2 @@
 DIST seekwatcher-0.13.tar.gz 25811 BLAKE2B 
72c574e239a346620eb5a1c574365f18dc745e926bfb4f191dd9997ff73b26e716ded9679481be34149c3e5e424077a23a264e7dabe9423eafb396f687085dbd
 SHA512 
687c1190a4d62ee4d7237c6930358d69d2045a7fd5af19caf9fdde8dfae8fcc64ba2d382445af2b038bc31f77c356f31b8dbff2d52cdaf4320881d1b1340dd17
+DIST seekwatcher-0.14.tar.gz 26282 BLAKE2B 
bd6fbadce452384e8998e16040ec5920c67122a4f2e44f76f6ca858bee89af18ab734b60b66bfb15e8134f59b6d54fdaf21c5f2a06b0249af6e974922f9b900d
 SHA512 
664a3af6aaec218c0628cec5317f414993ef087e8302f906fc21c32f85ae90939aee8c2d620e39fc80947af09f13ea35888dec2678390840c8398d061a8b0f39

diff --git a/sys-block/seekwatcher/seekwatcher-0.14.ebuild 
b/sys-block/seekwatcher/seekwatcher-0.14.ebuild
new file mode 100644
index ..06cc3475743f
--- /dev/null
+++ b/sys-block/seekwatcher/seekwatcher-0.14.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_SINGLE_IMPL=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Generates graphs from blktrace to help visualize IO patterns and 
performance"
+HOMEPAGE="https://github.com/trofi/seekwatcher";
+SRC_URI="https://github.com/trofi/seekwatcher/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/cython[${PYTHON_USEDEP}]
+   ')
+"
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   ')
+   sys-block/blktrace
+"



[gentoo-commits] repo/gentoo:master commit in: sys-block/seekwatcher/

2023-07-27 Thread Sam James
commit: 4517c80ee5f131c71745dcebfda28ee6764a780b
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 27 07:03:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 27 07:03:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4517c80e

sys-block/seekwatcher: add github upstream metadata

Signed-off-by: Sam James  gentoo.org>

 sys-block/seekwatcher/metadata.xml | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/sys-block/seekwatcher/metadata.xml 
b/sys-block/seekwatcher/metadata.xml
index aaab041e8885..9d0c49c7bc94 100644
--- a/sys-block/seekwatcher/metadata.xml
+++ b/sys-block/seekwatcher/metadata.xml
@@ -1,7 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-
-  robb...@gentoo.org
-
+   
+   robb...@gentoo.org
+   
+   
+   trofi/seekwatcher
+   
 



[gentoo-commits] repo/gentoo:master commit in: sys-block/seekwatcher/

2023-05-01 Thread Sam James
commit: f272671df9f71d1c7edb357c224413ee43f71b6c
Author: Sam James  gentoo  org>
AuthorDate: Mon May  1 09:48:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May  1 09:48:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f272671d

sys-block/seekwatcher: enable py3.11

Closes: https://bugs.gentoo.org/897280
Signed-off-by: Sam James  gentoo.org>

 sys-block/seekwatcher/seekwatcher-0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/seekwatcher/seekwatcher-0.13.ebuild 
b/sys-block/seekwatcher/seekwatcher-0.13.ebuild
index c2e29478a8df..746b31f2f1d1 100644
--- a/sys-block/seekwatcher/seekwatcher-0.13.ebuild
+++ b/sys-block/seekwatcher/seekwatcher-0.13.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{9,10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: sys-block/seekwatcher/

2021-08-04 Thread Sergei Trofimovich
commit: 530d5be44c94e442226c95601e8aa94ebf7f6379
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Aug  4 08:55:23 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Aug  4 09:01:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=530d5be4

sys-block/seekwatcher: drop slyfox@ from maintainers

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-block/seekwatcher/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/sys-block/seekwatcher/metadata.xml 
b/sys-block/seekwatcher/metadata.xml
index 888bfebd33f..79d462e8557 100644
--- a/sys-block/seekwatcher/metadata.xml
+++ b/sys-block/seekwatcher/metadata.xml
@@ -4,8 +4,4 @@
 
   robb...@gentoo.org
 
-
-  sly...@gentoo.org
-  Sergei Trofimovich
-
 



[gentoo-commits] repo/gentoo:master commit in: sys-block/seekwatcher/

2021-07-17 Thread David Seifert
commit: 32da47b2c61384c4fba943f540e0eedc907b0184
Author: David Seifert  gentoo  org>
AuthorDate: Sat Jul 17 18:17:16 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jul 17 18:17:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32da47b2

sys-block/seekwatcher: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP

Signed-off-by: David Seifert  gentoo.org>

 sys-block/seekwatcher/seekwatcher-0.13.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-block/seekwatcher/seekwatcher-0.13.ebuild 
b/sys-block/seekwatcher/seekwatcher-0.13.ebuild
index 933f9ad935e..cd7db81f1af 100644
--- a/sys-block/seekwatcher/seekwatcher-0.13.ebuild
+++ b/sys-block/seekwatcher/seekwatcher-0.13.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7,8,9,10} )
+PYTHON_COMPAT=( python3_{8,9,10} )
 
 inherit distutils-r1
 
@@ -19,14 +19,14 @@ KEYWORDS="amd64 x86"
 IUSE=""
 
 BDEPEND="$(python_gen_cond_dep '
-   dev-python/cython[${PYTHON_MULTI_USEDEP}]
+   dev-python/cython[${PYTHON_USEDEP}]
')
 "
 
 RDEPEND="
$(python_gen_cond_dep '
-   dev-python/matplotlib[${PYTHON_MULTI_USEDEP}]
-   dev-python/numpy[${PYTHON_MULTI_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
')
sys-block/blktrace
 "



[gentoo-commits] repo/gentoo:master commit in: sys-block/seekwatcher/

2021-06-26 Thread Sergei Trofimovich
commit: b8878c6f0b1f9d6f45c95a3ac4b263ad0c531125
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun 26 12:07:24 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun 26 12:07:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8878c6f

sys-block/seekwatcher: allow python-3.10

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-block/seekwatcher/seekwatcher-0.13.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-block/seekwatcher/seekwatcher-0.13.ebuild 
b/sys-block/seekwatcher/seekwatcher-0.13.ebuild
index 10b1c84219f..933f9ad935e 100644
--- a/sys-block/seekwatcher/seekwatcher-0.13.ebuild
+++ b/sys-block/seekwatcher/seekwatcher-0.13.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7,8,9,10} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: sys-block/seekwatcher/

2020-11-10 Thread Sergei Trofimovich
commit: 90f39e0bed4362d73dd6d821fc935d9f13d6476c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Nov 10 23:46:34 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Nov 10 23:48:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f39e0b

sys-block/seekwatcher: allow python-3.9

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-block/seekwatcher/seekwatcher-0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/seekwatcher/seekwatcher-0.13.ebuild 
b/sys-block/seekwatcher/seekwatcher-0.13.ebuild
index 25386d9e874..65fa0aab85b 100644
--- a/sys-block/seekwatcher/seekwatcher-0.13.ebuild
+++ b/sys-block/seekwatcher/seekwatcher-0.13.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: sys-block/seekwatcher/

2020-05-30 Thread Sergei Trofimovich
commit: 0e0a1436e2b624a5b6035ed67b390285fe85b415
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat May 30 12:45:24 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat May 30 12:45:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e0a1436

sys-block/seekwatcher: allow python-3.8

Closes: https://bugs.gentoo.org/718526
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-block/seekwatcher/seekwatcher-0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/seekwatcher/seekwatcher-0.13.ebuild 
b/sys-block/seekwatcher/seekwatcher-0.13.ebuild
index 703af1b5aad..25386d9e874 100644
--- a/sys-block/seekwatcher/seekwatcher-0.13.ebuild
+++ b/sys-block/seekwatcher/seekwatcher-0.13.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: sys-block/seekwatcher/

2020-04-20 Thread Sergei Trofimovich
commit: 3a5ade62afdf55cd4e187e9dc3018c0280fbebfa
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Apr 20 23:24:38 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr 20 23:27:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a5ade62

sys-block/seekwatcher: allow python-3.7

Bug: https://bugs.gentoo.org/718526
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-block/seekwatcher/seekwatcher-0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/seekwatcher/seekwatcher-0.13.ebuild 
b/sys-block/seekwatcher/seekwatcher-0.13.ebuild
index 065f00204e2..703af1b5aad 100644
--- a/sys-block/seekwatcher/seekwatcher-0.13.ebuild
+++ b/sys-block/seekwatcher/seekwatcher-0.13.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: sys-block/seekwatcher/

2020-04-19 Thread Sergei Trofimovich
commit: 595ef4291b79cd298fb988b5ab5127495709a570
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Apr 20 06:53:11 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr 20 06:59:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=595ef429

sys-block/seekwatcher: switch to single python implementation

Will alllow setting multiple supported PYTHON_COMPAT
implementations to choose from.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-block/seekwatcher/seekwatcher-0.13.ebuild | 13 ++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/sys-block/seekwatcher/seekwatcher-0.13.ebuild 
b/sys-block/seekwatcher/seekwatcher-0.13.ebuild
index d079d0df137..065f00204e2 100644
--- a/sys-block/seekwatcher/seekwatcher-0.13.ebuild
+++ b/sys-block/seekwatcher/seekwatcher-0.13.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python3_6 )
 
@@ -17,10 +18,16 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""
 
-DEPEND="dev-python/cython"
+BDEPEND="$(python_gen_cond_dep '
+   dev-python/cython[${PYTHON_MULTI_USEDEP}]
+   ')
+"
+
 RDEPEND="
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/matplotlib[${PYTHON_MULTI_USEDEP}]
+   dev-python/numpy[${PYTHON_MULTI_USEDEP}]
+   ')
sys-block/blktrace
 "
 



[gentoo-commits] repo/gentoo:master commit in: sys-block/seekwatcher/, sys-block/seekwatcher/files/

2020-03-03 Thread Sergei Trofimovich
commit: 5fd5574dc0a09a629e689e073b2ae40d9cce0fa2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Mar  3 14:25:12 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Mar  3 14:25:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fd5574d

sys-block/seekwatcher: drop old

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-block/seekwatcher/Manifest |  1 -
 .../seekwatcher-0.12_p20091015-dash-fix.patch  | 26 
 .../seekwatcher-0.12_p20091015-r1.ebuild   | 36 --
 3 files changed, 63 deletions(-)

diff --git a/sys-block/seekwatcher/Manifest b/sys-block/seekwatcher/Manifest
index 7ae8b6bc75f..f4bb7972648 100644
--- a/sys-block/seekwatcher/Manifest
+++ b/sys-block/seekwatcher/Manifest
@@ -1,2 +1 @@
-DIST seekwatcher-0.12_p20091015.tar.gz 105328 BLAKE2B 
6ce83dc7655ad9b070b09c745ebff881e30f352955264c3cf18902293466896a2b8ca1454d00848777aa46e1026d9c44cdf2979c0a8cc1758d794efc3f5f8fb7
 SHA512 
fc35399900fac83bf2921a137059f1af23e65a778aad105a9cbb8bb869328723f7e2b3bb19b28e7eed04eca65a39cb637ba5932ee4f5f3a882a7b52715a9aded
 DIST seekwatcher-0.13.tar.gz 25811 BLAKE2B 
72c574e239a346620eb5a1c574365f18dc745e926bfb4f191dd9997ff73b26e716ded9679481be34149c3e5e424077a23a264e7dabe9423eafb396f687085dbd
 SHA512 
687c1190a4d62ee4d7237c6930358d69d2045a7fd5af19caf9fdde8dfae8fcc64ba2d382445af2b038bc31f77c356f31b8dbff2d52cdaf4320881d1b1340dd17

diff --git 
a/sys-block/seekwatcher/files/seekwatcher-0.12_p20091015-dash-fix.patch 
b/sys-block/seekwatcher/files/seekwatcher-0.12_p20091015-dash-fix.patch
deleted file mode 100644
index 0742fb9d5df..000
--- a/sys-block/seekwatcher/files/seekwatcher-0.12_p20091015-dash-fix.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-commit e594df5c73ab550fb76895f75f71109eb3640c41
-Author: Sergei Trofimovich 
-Date:   Thu Feb 23 22:28:28 2012 +0300
-
-seekwatcher: fix failure when /bin/sh points to dash
-
-Before the patch:
-$ ./seekwatcher -t test.trace -o test.png -p 'sleep 5' -d /dev/sda2
-> using tracefile ./test.trace
-> sh: Syntax error: Bad fd number
-> Empty blktrace run found, exiting
-
-Upstream status: sent, not applied yet
-diff --git a/cmd/seekwatcher b/cmd/seekwatcher
-index 7e96bd2..23cba1c 100755
 a/cmd/seekwatcher
-+++ b/cmd/seekwatcher
-@@ -610,7 +610,7 @@ def run_blkparse(trace):
- print "using tracefile %s" % os.path.join(trace_dir, x)
- fh = tempfile.NamedTemporaryFile(dir=".")
- os.system('blkparse -q -D ' + trace_dir + ' -i ' + x +
--' -d ' + fh.name + ' -O >& /dev/null')
-+' -d ' + fh.name + ' -O > /dev/null 2>&1')
- loaddata(fh, rd)
- return rd
- 

diff --git a/sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.ebuild 
b/sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.ebuild
deleted file mode 100644
index c845c1122a2..000
--- a/sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils distutils-r1
-
-DESCRIPTION="generates graphs from blktrace to help visualize IO patterns and 
performance"
-HOMEPAGE="http://oss.oracle.com/~mason/seekwatcher/";
-#SRC_URI="http://oss.oracle.com/~mason/seekwatcher/${P}.tar.bz2";
-SRC_URI="https://dev.gentoo.org/~slyfox/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-python/pyrex"
-RDEPEND="
-   || (
-   dev-python/matplotlib-python2[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   )
-   || (
-   dev-python/numpy-python2[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   )
-   >=sys-block/blktrace-0.0.20070730162628
-"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-S=${WORKDIR}/${PN}-b392aeaf693b # hg snapshot
-
-PATCHES=("${FILESDIR}"/${P}-dash-fix.patch)



[gentoo-commits] repo/gentoo:master commit in: sys-block/seekwatcher/

2020-03-03 Thread Agostino Sarubbo
commit: d3b4e77a6597d4ea9bb3637b09c3ff29e2a301d2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Mar  3 11:49:09 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Mar  3 11:49:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3b4e77a

sys-block/seekwatcher: amd64 stable wrt bug #711380

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-block/seekwatcher/seekwatcher-0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/seekwatcher/seekwatcher-0.13.ebuild 
b/sys-block/seekwatcher/seekwatcher-0.13.ebuild
index c83447d325a..d079d0df137 100644
--- a/sys-block/seekwatcher/seekwatcher-0.13.ebuild
+++ b/sys-block/seekwatcher/seekwatcher-0.13.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/trofi/seekwatcher/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="dev-python/cython"



[gentoo-commits] repo/gentoo:master commit in: sys-block/seekwatcher/

2020-03-03 Thread Agostino Sarubbo
commit: aace9ca73977277b0fbf979c0bb73e734276570c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Mar  3 11:20:37 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Mar  3 11:20:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aace9ca7

sys-block/seekwatcher: x86 stable wrt bug #711380

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-block/seekwatcher/seekwatcher-0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/seekwatcher/seekwatcher-0.13.ebuild 
b/sys-block/seekwatcher/seekwatcher-0.13.ebuild
index 9fb2f9625e5..c83447d325a 100644
--- a/sys-block/seekwatcher/seekwatcher-0.13.ebuild
+++ b/sys-block/seekwatcher/seekwatcher-0.13.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/trofi/seekwatcher/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 DEPEND="dev-python/cython"



[gentoo-commits] repo/gentoo:master commit in: sys-block/seekwatcher/

2020-01-28 Thread Michał Górny
commit: de3919297065d549469ca74216a31b07291bc1c0
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 28 20:24:56 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 28 20:40:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de391929

sys-block/seekwatcher: Permit *-python2 packages

Signed-off-by: Michał Górny  gentoo.org>

 sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.ebuild | 12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.ebuild 
b/sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.ebuild
index 27f43ceb58a..c845c1122a2 100644
--- a/sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.ebuild
+++ b/sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,8 +18,14 @@ IUSE=""
 
 DEPEND="dev-python/pyrex"
 RDEPEND="
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
+   || (
+   dev-python/matplotlib-python2[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   )
+   || (
+   dev-python/numpy-python2[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   )
>=sys-block/blktrace-0.0.20070730162628
 "
 



[gentoo-commits] repo/gentoo:master commit in: sys-block/seekwatcher/

2020-01-28 Thread Michał Górny
commit: f65746960af6d9061cc790ca4f15c9007aa7ec91
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 28 20:25:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 28 20:40:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6574696

sys-block/seekwatcher: Remove py2 from 0.13

Signed-off-by: Michał Górny  gentoo.org>

 sys-block/seekwatcher/seekwatcher-0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/seekwatcher/seekwatcher-0.13.ebuild 
b/sys-block/seekwatcher/seekwatcher-0.13.ebuild
index 8b69e1eacdb..9fb2f9625e5 100644
--- a/sys-block/seekwatcher/seekwatcher-0.13.ebuild
+++ b/sys-block/seekwatcher/seekwatcher-0.13.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: sys-block/seekwatcher/

2020-01-18 Thread Sergei Trofimovich
commit: d51bc115e6b563452e43cc6f49a83a72a2e6f615
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jan 18 22:56:50 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jan 18 22:57:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d51bc115

sys-block/seekwatcher: bump up to 0.13

Add python-3 support.

Reported-by: Michał Górny
Closes: https://bugs.gentoo.org/705654
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-block/seekwatcher/Manifest|  1 +
 sys-block/seekwatcher/seekwatcher-0.13.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/sys-block/seekwatcher/Manifest b/sys-block/seekwatcher/Manifest
index 9eff0595321..7ae8b6bc75f 100644
--- a/sys-block/seekwatcher/Manifest
+++ b/sys-block/seekwatcher/Manifest
@@ -1 +1,2 @@
 DIST seekwatcher-0.12_p20091015.tar.gz 105328 BLAKE2B 
6ce83dc7655ad9b070b09c745ebff881e30f352955264c3cf18902293466896a2b8ca1454d00848777aa46e1026d9c44cdf2979c0a8cc1758d794efc3f5f8fb7
 SHA512 
fc35399900fac83bf2921a137059f1af23e65a778aad105a9cbb8bb869328723f7e2b3bb19b28e7eed04eca65a39cb637ba5932ee4f5f3a882a7b52715a9aded
+DIST seekwatcher-0.13.tar.gz 25811 BLAKE2B 
72c574e239a346620eb5a1c574365f18dc745e926bfb4f191dd9997ff73b26e716ded9679481be34149c3e5e424077a23a264e7dabe9423eafb396f687085dbd
 SHA512 
687c1190a4d62ee4d7237c6930358d69d2045a7fd5af19caf9fdde8dfae8fcc64ba2d382445af2b038bc31f77c356f31b8dbff2d52cdaf4320881d1b1340dd17

diff --git a/sys-block/seekwatcher/seekwatcher-0.13.ebuild 
b/sys-block/seekwatcher/seekwatcher-0.13.ebuild
new file mode 100644
index 000..8b69e1eacdb
--- /dev/null
+++ b/sys-block/seekwatcher/seekwatcher-0.13.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python{2_7,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="generates graphs from blktrace to help visualize IO patterns and 
performance"
+HOMEPAGE="https://github.com/trofi/seekwatcher";
+SRC_URI="https://github.com/trofi/seekwatcher/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/cython"
+RDEPEND="
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   sys-block/blktrace
+"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: sys-block/seekwatcher/

2017-02-02 Thread David Seifert
commit: 7f74336cd704d2a84211199ad79067a3e2ad0b37
Author: David Seifert  gentoo  org>
AuthorDate: Thu Feb  2 18:18:30 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Feb  2 18:43:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f74336c

sys-block/seekwatcher: Remove ppc from KEYWORDS

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3766

 sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.ebuild 
b/sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.ebuild
index 709c79d..f96ddf0 100644
--- a/sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.ebuild
+++ b/sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://dev.gentoo.org/~slyfox/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="dev-python/pyrex"



[gentoo-commits] repo/gentoo:master commit in: sys-block/seekwatcher/

2017-01-15 Thread Pacho Ramos
commit: cea9a4de4f646b484369a07d55134d0bca88f6c1
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jan 15 11:06:58 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jan 15 11:20:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea9a4de

sys-block/seekwatcher: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-block/seekwatcher/Manifest |  2 -
 sys-block/seekwatcher/seekwatcher-0.12.ebuild  | 28 --
 .../seekwatcher/seekwatcher-0.12_p20091015.ebuild  | 45 --
 sys-block/seekwatcher/seekwatcher-0.6.ebuild   | 28 --
 4 files changed, 103 deletions(-)

diff --git a/sys-block/seekwatcher/Manifest b/sys-block/seekwatcher/Manifest
index c7848cc..2f2eb1f 100644
--- a/sys-block/seekwatcher/Manifest
+++ b/sys-block/seekwatcher/Manifest
@@ -1,3 +1 @@
-DIST seekwatcher-0.12.tar.bz2 16965 SHA256 
fe8192fc0e5d63cc7ccbe68afbe85021d147a759464748507dababc4764116c5 SHA512 
ac6a5469d418c640e1013bafc2097ae5f4e17cd8d720ea57ebee0350fb466abbeea90ac250989aab59061f4d00d487fc804c9171b218a21ece45f765a73a0a94
 WHIRLPOOL 
e82c202425ec1edb3add996d54abc41327b5bbd93cfe49794d9e3800698a54ec1e068b55f9484a67ed54422e4b5f3554ceacad151ab9798e8fc3341ef0239f0a
 DIST seekwatcher-0.12_p20091015.tar.gz 105328 SHA256 
e3e989ef1a978c1382d6762902813044a374598eb4c3288b634a3cf3784d4590 SHA512 
fc35399900fac83bf2921a137059f1af23e65a778aad105a9cbb8bb869328723f7e2b3bb19b28e7eed04eca65a39cb637ba5932ee4f5f3a882a7b52715a9aded
 WHIRLPOOL 
375484a490859b37ebe9704f0193ef4063c5de607c531d1be009e23c0df5fc440aaff74360fcc3b604cd139175a41be33a0cc64cd02eb7e6f76fc08da6ad7b86
-DIST seekwatcher-0.6.tar.bz2 14464 SHA256 
51930792c4749886d807e2af5f6265e13fd8056656262d5a4da865c6a5435bf8 SHA512 
544cca8a146deaabd17be0ec6f0e4413fa21fe162ff97676a6a7a44e46eae9d95f95b115a5cd194c9f0c1663da55dcd3d4de582ceebd0204eece2d17ec5b1277
 WHIRLPOOL 
7ad603b2c912a9e413ef44900279a5b600cb1f504aa620a8245f5fc5281e1a8453016e8388ceea68d83fed065fe18c7d13d7629a1d63e580f61a1e6e8759c35c

diff --git a/sys-block/seekwatcher/seekwatcher-0.12.ebuild 
b/sys-block/seekwatcher/seekwatcher-0.12.ebuild
deleted file mode 100644
index ab6c19b..
--- a/sys-block/seekwatcher/seekwatcher-0.12.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="generates graphs from blktrace to help visualize IO patterns and 
performance"
-HOMEPAGE="http://oss.oracle.com/~mason/seekwatcher/";
-SRC_URI="http://oss.oracle.com/~mason/seekwatcher/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=dev-python/matplotlib-0.90.1
-   >=sys-block/blktrace-0.0.20070730162628"
-
-src_install() {
-   dobin seekwatcher
-   dohtml README.html
-}
-
-pkg_postinst() {
-   elog "If you want to generate IO-movies from captured data, you must"
-   elog "install at least one of the following packages:"
-   elog "- media-video/mplayer with USE=encode"
-   elog "- media-libs/libtheora with USE=examples"
-}

diff --git a/sys-block/seekwatcher/seekwatcher-0.12_p20091015.ebuild 
b/sys-block/seekwatcher/seekwatcher-0.12_p20091015.ebuild
deleted file mode 100644
index c5e5ba0..
--- a/sys-block/seekwatcher/seekwatcher-0.12_p20091015.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-PYTHON_DEPEND="2"
-
-inherit eutils distutils
-
-DESCRIPTION="generates graphs from blktrace to help visualize IO patterns and 
performance"
-HOMEPAGE="http://oss.oracle.com/~mason/seekwatcher/";
-#SRC_URI="http://oss.oracle.com/~mason/seekwatcher/${P}.tar.bz2";
-SRC_URI="https://dev.gentoo.org/~slyfox/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="dev-python/pyrex"
-RDEPEND="dev-python/matplotlib
-   dev-python/numpy
-   >=sys-block/blktrace-0.0.20070730162628"
-
-S=${WORKDIR}/${PN}-b392aeaf693b # hg snapshot
-
-pkg_setup() {
-   python_set_active_version 2
-   python_pkg_setup
-}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-dash-fix.patch
-
-   distutils_src_prepare
-}
-
-pkg_postinst() {
-   distutils_pkg_postinst
-
-   elog "If you want to generate IO-movies from captured data, you must"
-   elog "install at least one of the following packages:"
-   elog "- media-video/mplayer with USE=encode"
-   elog "- media-libs/libtheora with USE=examples"
-}

diff --git a/sys-block/seekwatcher/seekwatcher-0.6.ebuild 
b/sys-block/seekwatcher/seekwatcher-0.6.ebuild
deleted file mode 100644
index d108b3c..
--- a/sys-block/seekwatcher/seekwatcher-0.6.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="generates graphs from

[gentoo-commits] repo/gentoo:master commit in: sys-block/seekwatcher/

2016-10-01 Thread Patrick Lauer
commit: 4c59fba666fd357c5cad422ee528b50318dd2704
Author: Patrick Lauer  gentoo  org>
AuthorDate: Sun Oct  2 06:09:49 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Sun Oct  2 06:10:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c59fba6

sys-block/seekwatcher: Fix dependency naming after partial package move

Package-Manager: portage-2.3.0

 sys-block/seekwatcher/seekwatcher-0.12.ebuild  | 2 +-
 sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.ebuild | 2 +-
 sys-block/seekwatcher/seekwatcher-0.12_p20091015.ebuild| 4 ++--
 sys-block/seekwatcher/seekwatcher-0.6.ebuild   | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-block/seekwatcher/seekwatcher-0.12.ebuild 
b/sys-block/seekwatcher/seekwatcher-0.12.ebuild
index 9a859c6..ab6c19b 100644
--- a/sys-block/seekwatcher/seekwatcher-0.12.ebuild
+++ b/sys-block/seekwatcher/seekwatcher-0.12.ebuild
@@ -13,7 +13,7 @@ IUSE=""
 
 DEPEND=""
 RDEPEND=">=dev-python/matplotlib-0.90.1
-   >=sys-block/btrace-0.0.20070730162628"
+   >=sys-block/blktrace-0.0.20070730162628"
 
 src_install() {
dobin seekwatcher

diff --git a/sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.ebuild 
b/sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.ebuild
index c4697db..6eeedd6 100644
--- a/sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.ebuild
+++ b/sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.ebuild
@@ -21,7 +21,7 @@ DEPEND="dev-python/pyrex"
 RDEPEND="
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
-   >=sys-block/btrace-0.0.20070730162628
+   >=sys-block/blktrace-0.0.20070730162628
 "
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"

diff --git a/sys-block/seekwatcher/seekwatcher-0.12_p20091015.ebuild 
b/sys-block/seekwatcher/seekwatcher-0.12_p20091015.ebuild
index 4dc1586..c5e5ba0 100644
--- a/sys-block/seekwatcher/seekwatcher-0.12_p20091015.ebuild
+++ b/sys-block/seekwatcher/seekwatcher-0.12_p20091015.ebuild
@@ -19,8 +19,8 @@ IUSE=""
 
 DEPEND="dev-python/pyrex"
 RDEPEND="dev-python/matplotlib
-   dev-python/numpy
-   >=sys-block/btrace-0.0.20070730162628"
+   dev-python/numpy
+   >=sys-block/blktrace-0.0.20070730162628"
 
 S=${WORKDIR}/${PN}-b392aeaf693b # hg snapshot
 

diff --git a/sys-block/seekwatcher/seekwatcher-0.6.ebuild 
b/sys-block/seekwatcher/seekwatcher-0.6.ebuild
index 5f196d1..d108b3c 100644
--- a/sys-block/seekwatcher/seekwatcher-0.6.ebuild
+++ b/sys-block/seekwatcher/seekwatcher-0.6.ebuild
@@ -13,7 +13,7 @@ IUSE=""
 
 DEPEND=""
 RDEPEND=">=dev-python/matplotlib-0.90.1
-   >=sys-block/btrace-0.0.20070730162628"
+   >=sys-block/blktrace-0.0.20070730162628"
 
 src_install() {
dobin seekwatcher



[gentoo-commits] repo/gentoo:master commit in: sys-block/seekwatcher/

2016-06-26 Thread Sergei Trofimovich
commit: f771fb86ea3536fcf61c73dd680cb53e18378e03
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun 26 18:10:18 2016 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun 26 18:17:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f771fb86

sys-block/seekwatcher: port to distutils-r1, add myself to maintainers

Package-Manager: portage-2.3.0

 sys-block/seekwatcher/metadata.xml |  4 +++
 sys-block/seekwatcher/seekwatcher-0.12.ebuild  |  4 +--
 .../seekwatcher-0.12_p20091015-r1.ebuild   | 31 ++
 .../seekwatcher/seekwatcher-0.12_p20091015.ebuild  |  4 +--
 sys-block/seekwatcher/seekwatcher-0.6.ebuild   |  4 +--
 5 files changed, 41 insertions(+), 6 deletions(-)

diff --git a/sys-block/seekwatcher/metadata.xml 
b/sys-block/seekwatcher/metadata.xml
index 79d462e..888bfeb 100644
--- a/sys-block/seekwatcher/metadata.xml
+++ b/sys-block/seekwatcher/metadata.xml
@@ -4,4 +4,8 @@
 
   robb...@gentoo.org
 
+
+  sly...@gentoo.org
+  Sergei Trofimovich
+
 

diff --git a/sys-block/seekwatcher/seekwatcher-0.12.ebuild 
b/sys-block/seekwatcher/seekwatcher-0.12.ebuild
index 8595da7..9a859c6 100644
--- a/sys-block/seekwatcher/seekwatcher-0.12.ebuild
+++ b/sys-block/seekwatcher/seekwatcher-0.12.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-DESCRIPTION="Seekwatcher generates graphs from blktrace runs to help visualize 
IO patterns and performance"
+DESCRIPTION="generates graphs from blktrace to help visualize IO patterns and 
performance"
 HOMEPAGE="http://oss.oracle.com/~mason/seekwatcher/";
 SRC_URI="http://oss.oracle.com/~mason/seekwatcher/${P}.tar.bz2";
 

diff --git a/sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.ebuild 
b/sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.ebuild
new file mode 100644
index 000..b6369fa
--- /dev/null
+++ b/sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.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 eutils distutils-r1
+
+DESCRIPTION="generates graphs from blktrace to help visualize IO patterns and 
performance"
+HOMEPAGE="http://oss.oracle.com/~mason/seekwatcher/";
+#SRC_URI="http://oss.oracle.com/~mason/seekwatcher/${P}.tar.bz2";
+SRC_URI="https://dev.gentoo.org/~slyfox/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="dev-python/pyrex"
+RDEPEND="
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   >=sys-block/btrace-0.0.20070730162628
+"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+S=${WORKDIR}/${PN}-b392aeaf693b # hg snapshot
+
+PATCHES=("${FILESDIR}"/${P}-dash-fix.patch)

diff --git a/sys-block/seekwatcher/seekwatcher-0.12_p20091015.ebuild 
b/sys-block/seekwatcher/seekwatcher-0.12_p20091015.ebuild
index 9823b80..4dc1586 100644
--- a/sys-block/seekwatcher/seekwatcher-0.12_p20091015.ebuild
+++ b/sys-block/seekwatcher/seekwatcher-0.12_p20091015.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ PYTHON_DEPEND="2"
 
 inherit eutils distutils
 
-DESCRIPTION="Seekwatcher generates graphs from blktrace runs to help visualize 
IO patterns and performance"
+DESCRIPTION="generates graphs from blktrace to help visualize IO patterns and 
performance"
 HOMEPAGE="http://oss.oracle.com/~mason/seekwatcher/";
 #SRC_URI="http://oss.oracle.com/~mason/seekwatcher/${P}.tar.bz2";
 SRC_URI="https://dev.gentoo.org/~slyfox/${P}.tar.gz";

diff --git a/sys-block/seekwatcher/seekwatcher-0.6.ebuild 
b/sys-block/seekwatcher/seekwatcher-0.6.ebuild
index e00a2b7..5f196d1 100644
--- a/sys-block/seekwatcher/seekwatcher-0.6.ebuild
+++ b/sys-block/seekwatcher/seekwatcher-0.6.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-DESCRIPTION="Seekwatcher generates graphs from blktrace runs to help visualize 
IO patterns and performance"
+DESCRIPTION="generates graphs from blktrace to help visualize IO patterns and 
performance"
 HOMEPAGE="http://oss.oracle.com/~mason/seekwatcher/";
 SRC_URI="http://oss.oracle.com/~mason/seekwatcher/${P}.tar.bz2";
 



[gentoo-commits] repo/gentoo:master commit in: sys-block/seekwatcher/

2016-04-17 Thread Manuel Rüger
commit: 4d8b07cb9085669c9d6eb43a73f06bcddf37f09e
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 17 10:46:35 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 17 10:46:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d8b07cb

sys-block/seekwatcher: Remove old

Package-Manager: portage-2.2.28

 sys-block/seekwatcher/Manifest   |  1 -
 sys-block/seekwatcher/seekwatcher-0.9.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/sys-block/seekwatcher/Manifest b/sys-block/seekwatcher/Manifest
index 5a3e0bd..c7848cc 100644
--- a/sys-block/seekwatcher/Manifest
+++ b/sys-block/seekwatcher/Manifest
@@ -1,4 +1,3 @@
 DIST seekwatcher-0.12.tar.bz2 16965 SHA256 
fe8192fc0e5d63cc7ccbe68afbe85021d147a759464748507dababc4764116c5 SHA512 
ac6a5469d418c640e1013bafc2097ae5f4e17cd8d720ea57ebee0350fb466abbeea90ac250989aab59061f4d00d487fc804c9171b218a21ece45f765a73a0a94
 WHIRLPOOL 
e82c202425ec1edb3add996d54abc41327b5bbd93cfe49794d9e3800698a54ec1e068b55f9484a67ed54422e4b5f3554ceacad151ab9798e8fc3341ef0239f0a
 DIST seekwatcher-0.12_p20091015.tar.gz 105328 SHA256 
e3e989ef1a978c1382d6762902813044a374598eb4c3288b634a3cf3784d4590 SHA512 
fc35399900fac83bf2921a137059f1af23e65a778aad105a9cbb8bb869328723f7e2b3bb19b28e7eed04eca65a39cb637ba5932ee4f5f3a882a7b52715a9aded
 WHIRLPOOL 
375484a490859b37ebe9704f0193ef4063c5de607c531d1be009e23c0df5fc440aaff74360fcc3b604cd139175a41be33a0cc64cd02eb7e6f76fc08da6ad7b86
 DIST seekwatcher-0.6.tar.bz2 14464 SHA256 
51930792c4749886d807e2af5f6265e13fd8056656262d5a4da865c6a5435bf8 SHA512 
544cca8a146deaabd17be0ec6f0e4413fa21fe162ff97676a6a7a44e46eae9d95f95b115a5cd194c9f0c1663da55dcd3d4de582ceebd0204eece2d17ec5b1277
 WHIRLPOOL 
7ad603b2c912a9e413ef44900279a5b600cb1f504aa620a8245f5fc5281e1a8453016e8388ceea68d83fed065fe18c7d13d7629a1d63e580f61a1e6e8759c35c
-DIST seekwatcher-0.9.tar.bz2 15909 SHA256 
a46822d434193716aef366503b4897729148f11db4cec9412013a998cef3554f SHA512 
26ad73d55836669b686717b2393d821b31356cc189596aea00289599c972d25aa76c0dc110228a41e6fb62bc20b958f98e560af3a61c14ae2c48477e350c1830
 WHIRLPOOL 
e4c56b9b7bf5467d568529a7a57740f6ec3342f3a1c9c67013178bffb3757d55a13b849a7042a52f82ac2440131cf440b6de3e353e4aa2622f25140a1e2a7f18

diff --git a/sys-block/seekwatcher/seekwatcher-0.9.ebuild 
b/sys-block/seekwatcher/seekwatcher-0.9.ebuild
deleted file mode 100644
index 8595da7..000
--- a/sys-block/seekwatcher/seekwatcher-0.9.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="Seekwatcher generates graphs from blktrace runs to help visualize 
IO patterns and performance"
-HOMEPAGE="http://oss.oracle.com/~mason/seekwatcher/";
-SRC_URI="http://oss.oracle.com/~mason/seekwatcher/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=dev-python/matplotlib-0.90.1
-   >=sys-block/btrace-0.0.20070730162628"
-
-src_install() {
-   dobin seekwatcher
-   dohtml README.html
-}
-
-pkg_postinst() {
-   elog "If you want to generate IO-movies from captured data, you must"
-   elog "install at least one of the following packages:"
-   elog "- media-video/mplayer with USE=encode"
-   elog "- media-libs/libtheora with USE=examples"
-}