commit:     f771fb86ea3536fcf61c73dd680cb53e18378e03
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 26 18:10:18 2016 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jun 26 18:17:27 2016 +0000
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 @@
 <maintainer type="person">
   <email>[email protected]</email>
 </maintainer>
+<maintainer type="person">
+  <email>[email protected]</email>
+  <name>Sergei Trofimovich</name>
+</maintainer>
 </pkgmetadata>

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 0000000..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";
 

Reply via email to