diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-07-16 13:39:50 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-07-16 13:39:50 +0000 |
commit | 645a0a73fd8e714ddc8876bf6bdc1aea3078d11e (patch) | |
tree | 8d5ccfde217867fae3506c1b972c75f8ae0aeab3 /app-benchmarks | |
parent | Bump. (diff) | |
download | gentoo-2-645a0a73fd8e714ddc8876bf6bdc1aea3078d11e.tar.gz gentoo-2-645a0a73fd8e714ddc8876bf6bdc1aea3078d11e.tar.bz2 gentoo-2-645a0a73fd8e714ddc8876bf6bdc1aea3078d11e.zip |
app-benchmarks/ioping: Version Bump
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/ioping/ChangeLog | 10 | ||||
-rw-r--r-- | app-benchmarks/ioping/ioping-0.7.ebuild | 35 | ||||
-rw-r--r-- | app-benchmarks/ioping/metadata.xml | 12 |
3 files changed, 49 insertions, 8 deletions
diff --git a/app-benchmarks/ioping/ChangeLog b/app-benchmarks/ioping/ChangeLog index 2bfb20a19350..072871055b76 100644 --- a/app-benchmarks/ioping/ChangeLog +++ b/app-benchmarks/ioping/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-benchmarks/ioping -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/ioping/ChangeLog,v 1.2 2012/01/20 18:08:09 jer Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/ioping/ChangeLog,v 1.3 2013/07/16 13:39:50 jlec Exp $ + +*ioping-0.7 (16 Jul 2013) + + 16 Jul 2013; Justin Lecher <jlec@gentoo.org> +ioping-0.7.ebuild, + metadata.xml: + Version Bump *ioping-0.6-r1 (20 Jan 2012) diff --git a/app-benchmarks/ioping/ioping-0.7.ebuild b/app-benchmarks/ioping/ioping-0.7.ebuild new file mode 100644 index 000000000000..57de73c7fc5c --- /dev/null +++ b/app-benchmarks/ioping/ioping-0.7.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/ioping/ioping-0.7.ebuild,v 1.1 2013/07/16 13:39:50 jlec Exp $ + +EAPI=5 + +inherit eutils + +DESCRIPTION="Simple disk I/0 latency measuring tool" +HOMEPAGE="http://code.google.com/p/ioping/" +SRC_URI="http://ioping.googlecode.com/files/${P}.tar.gz" + +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +LICENSE="GPL-3" +IUSE="" + +src_prepare() { + sed \ + -e 's: -g : :g' \ + -e 's: $(LDFLAGS) : :g' \ + -e 's: -o : $(LDFLAGS) -o :g' \ + -e 's:-s -m:-m:g' \ + -i Makefile || die +} + +src_compile() { + emake \ + CC="$(tc-getCC)" \ + PREFIX="${EPREFIX}/usr" +} + +src_install() { + emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install +} diff --git a/app-benchmarks/ioping/metadata.xml b/app-benchmarks/ioping/metadata.xml index b4f4d97b93ce..72ef980e0611 100644 --- a/app-benchmarks/ioping/metadata.xml +++ b/app-benchmarks/ioping/metadata.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer> - <email>jlec@gentoo.org</email> - </maintainer> - <upstream> - <remote-id type="google-code">ioping</remote-id> - </upstream> + <maintainer> + <email>jlec@gentoo.org</email> + </maintainer> + <upstream> + <remote-id type="google-code">ioping</remote-id> + </upstream> </pkgmetadata> |