summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-04-06 09:54:49 +0000
committerJustin Lecher <jlec@gentoo.org>2015-04-06 09:54:49 +0000
commit8945273d5a72d05d1408076b7e6c02abaf163f97 (patch)
treedc4542dab986d73ae26c2930e2f13d1b60e5ccb3 /app-benchmarks
parentversion bump; rm gns3-gui-1.2.ebuild; change mirror to github; change dev-pyt... (diff)
downloadgentoo-2-8945273d5a72d05d1408076b7e6c02abaf163f97.tar.gz
gentoo-2-8945273d5a72d05d1408076b7e6c02abaf163f97.tar.bz2
gentoo-2-8945273d5a72d05d1408076b7e6c02abaf163f97.zip
Version BUmp; thanks Johan Bergström for the patch
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'app-benchmarks')
-rw-r--r--app-benchmarks/ioping/ChangeLog10
-rw-r--r--app-benchmarks/ioping/ioping-0.6-r1.ebuild30
-rw-r--r--app-benchmarks/ioping/ioping-0.9.ebuild (renamed from app-benchmarks/ioping/ioping-0.7.ebuild)10
3 files changed, 14 insertions, 36 deletions
diff --git a/app-benchmarks/ioping/ChangeLog b/app-benchmarks/ioping/ChangeLog
index 3cf9bf1a86c4..22e2e755d59e 100644
--- a/app-benchmarks/ioping/ChangeLog
+++ b/app-benchmarks/ioping/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-benchmarks/ioping
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/ioping/ChangeLog,v 1.4 2014/05/06 07:36:00 patrick Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/ioping/ChangeLog,v 1.5 2015/04/06 09:54:49 jlec Exp $
+
+*ioping-0.9 (06 Apr 2015)
+
+ 06 Apr 2015; Justin Lecher <jlec@gentoo.org> +ioping-0.9.ebuild,
+ -ioping-0.6-r1.ebuild, -ioping-0.7.ebuild:
+ Version BUmp; thanks Johan Bergström for the patch
*ioping-0.8 (06 May 2014)
diff --git a/app-benchmarks/ioping/ioping-0.6-r1.ebuild b/app-benchmarks/ioping/ioping-0.6-r1.ebuild
deleted file mode 100644
index f310713e73e9..000000000000
--- a/app-benchmarks/ioping/ioping-0.6-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/ioping/ioping-0.6-r1.ebuild,v 1.1 2012/01/20 18:08:09 jer Exp $
-
-EAPI=4
-
-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() {
- epatch "${FILESDIR}"/${P}-makefile.patch
-}
-
-src_compile() {
- emake \
- CC="$(tc-getCC)" \
- PREFIX="${EPREFIX}/usr"
-}
-
-src_install() {
- emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
-}
diff --git a/app-benchmarks/ioping/ioping-0.7.ebuild b/app-benchmarks/ioping/ioping-0.9.ebuild
index 57de73c7fc5c..689ca6c42a35 100644
--- a/app-benchmarks/ioping/ioping-0.7.ebuild
+++ b/app-benchmarks/ioping/ioping-0.9.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 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 $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/ioping/ioping-0.9.ebuild,v 1.1 2015/04/06 09:54:49 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"
+HOMEPAGE="https://github.com/koct9i/ioping"
+SRC_URI="https://github.com/koct9i/ioping/releases/download/v${PV}/${P}.tar.gz"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
@@ -21,6 +21,8 @@ src_prepare() {
-e 's: $(LDFLAGS) : :g' \
-e 's: -o : $(LDFLAGS) -o :g' \
-e 's:-s -m:-m:g' \
+ -e 's:LICENSE::g' \
+ -e 's:-O2.*::g' \
-i Makefile || die
}