From f44c9362081fcae9b92d5912faa10d09a550fffc Mon Sep 17 00:00:00 2001 From: Dmitry 'daks' Fomenko Date: Sun, 5 Aug 2012 07:45:42 +0300 Subject: [PATCH] Move sys-process/ioping to the app-benchmarks/ioping to comply with main tree. --- app-benchmarks/ioping/ChangeLog | 9 ++++++++ app-benchmarks/ioping/Manifest | 4 ++++ app-benchmarks/ioping/ioping-0.4.ebuild | 28 +++++++++++++++++++++++++ app-benchmarks/ioping/metadata.xml | 9 ++++++++ 4 files changed, 50 insertions(+) create mode 100644 app-benchmarks/ioping/ChangeLog create mode 100644 app-benchmarks/ioping/Manifest create mode 100644 app-benchmarks/ioping/ioping-0.4.ebuild create mode 100644 app-benchmarks/ioping/metadata.xml diff --git a/app-benchmarks/ioping/ChangeLog b/app-benchmarks/ioping/ChangeLog new file mode 100644 index 000000000..17a92cae8 --- /dev/null +++ b/app-benchmarks/ioping/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-benchmarks/ioping +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v3 +# $Header: $ + +*ioping-0.4 (07 Jun 2011) + + 06 Jun 2011; Dmitry 'daks' Fomenko + +ioping-0.4.ebuild: + Initial ebuild diff --git a/app-benchmarks/ioping/Manifest b/app-benchmarks/ioping/Manifest new file mode 100644 index 000000000..fa01aaabc --- /dev/null +++ b/app-benchmarks/ioping/Manifest @@ -0,0 +1,4 @@ +DIST ioping-0.4.tar.gz 5803 SHA256 87100c34d50a27fafb44fd72634bf11947ae0afa8971e0a9919028f1a0749718 +EBUILD ioping-0.4.ebuild 597 SHA256 0986eafe574f1f42f4eab13bbe4eabfb7fa79bed777e3cfc3a9079e8e7d00ea3 SHA512 91a4525d52e2f28a7b1600fac97e65f825b03bcb3962e1c28ad61c09d4630f68ab88a86242aad546a2f5137d7e0468aac3af5567bb1dda51e9e22b52b0cb7f32 WHIRLPOOL befe2cbaaacfb737d7bde477a66246a62b9bea3e5d088c6172cef63c5d0836a5182846179b1bd9b2ae304883fe4ba87fd49be301e1a2bc890461dff35d19a7c0 +MISC ChangeLog 244 SHA256 a1a652e7fc9279a49e21a5e7fb5a8a2f5fa8b36af64f820d76f07bf11a3a4cd4 SHA512 7543ad1d51aed98e2c379339811d34308d4e5a2920ea89a17e80a17ca27d6743a6cf57adeb1754992d1a9fd9f09f5fa68feb972015e6f6d5be1909a749cae9d6 WHIRLPOOL ab58781b59012f668e600f5b555cc9739ab736b4e19f4710a8b15445efff4613d95185576cbd284226d839cea252e738dead787d029f3b61e765f86a90e2e22d +MISC metadata.xml 261 SHA256 c4a2402d01197b6c1a7476c5b2b1ec7552b4acbc7dd51c7d775c4100c6324c8d SHA512 8faf1b8a224dfff5fb6877b201be94676085384e1956f5b7a59f736355c5a977265977607834db708ff1134db7d84e05310b534d87e234a4aceb91cc6ea6dc9c WHIRLPOOL 6b9ef570281ca1f8a3286f5a2f525e0a87938b7eab2b45264a0e92ad55e4543aed919d8234df0231a35052e1dcb4ea2f0bd3d194585eaa7e96bf835e54c7634f diff --git a/app-benchmarks/ioping/ioping-0.4.ebuild b/app-benchmarks/ioping/ioping-0.4.ebuild new file mode 100644 index 000000000..0aee7843c --- /dev/null +++ b/app-benchmarks/ioping/ioping-0.4.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3 + +DESCRIPTION="ioping is a simple disk I/O latency monitoring tool" +HOMEPAGE="http://kir.sacred.ru/ioping/ http://code.google.com/p/ioping/" +SRC_URI="http://ioping.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +src_compile() { + mv Makefile Makefile.orig + sed -e "s/PREFIX=\/usr\/local/PREFIX=\/usr/" Makefile.orig > Makefile + emake || die +} + +src_install() { + dobin ${PN} + doman ${PN}.1 +} diff --git a/app-benchmarks/ioping/metadata.xml b/app-benchmarks/ioping/metadata.xml new file mode 100644 index 000000000..234b4095d --- /dev/null +++ b/app-benchmarks/ioping/metadata.xml @@ -0,0 +1,9 @@ + + + + no-herd + + daks12@gmail.com + Dmitry 'daks' Fomenko + +