diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-06-26 19:10:18 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-06-26 19:17:27 +0100 |
commit | f771fb86ea3536fcf61c73dd680cb53e18378e03 (patch) | |
tree | 975de3c02a01fa256513330902c27474ef493525 /sys-block | |
parent | sci-geosciences/merkaartor: Only allow qrcode with Qt4 (diff) | |
download | gentoo-f771fb86ea3536fcf61c73dd680cb53e18378e03.tar.gz gentoo-f771fb86ea3536fcf61c73dd680cb53e18378e03.tar.bz2 gentoo-f771fb86ea3536fcf61c73dd680cb53e18378e03.zip |
sys-block/seekwatcher: port to distutils-r1, add myself to maintainers
Package-Manager: portage-2.3.0
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/seekwatcher/metadata.xml | 4 | ||||
-rw-r--r-- | sys-block/seekwatcher/seekwatcher-0.12.ebuild | 4 | ||||
-rw-r--r-- | sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.ebuild | 31 | ||||
-rw-r--r-- | sys-block/seekwatcher/seekwatcher-0.12_p20091015.ebuild | 4 | ||||
-rw-r--r-- | 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 79d462e85571..888bfebd33fc 100644 --- a/sys-block/seekwatcher/metadata.xml +++ b/sys-block/seekwatcher/metadata.xml @@ -4,4 +4,8 @@ <maintainer type="person"> <email>robbat2@gentoo.org</email> </maintainer> +<maintainer type="person"> + <email>slyfox@gentoo.org</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 8595da7b628e..9a859c6ee1a2 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 000000000000..b6369fad8091 --- /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 9823b80da2bf..4dc1586d3ebb 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 e00a2b7389ea..5f196d167c5e 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" |