mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-block/seekwatcher: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user