commit:     cea9a4de4f646b484369a07d55134d0bca88f6c1
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 11:06:58 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 11:20:13 2017 +0000
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..00000000
--- 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..00000000
--- 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..00000000
--- 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 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"
-}

Reply via email to