app-benchmarks/bonnie: Remove old
authorDavid Seifert <soap@gentoo.org>
Thu, 28 Dec 2017 12:48:12 +0000 (13:48 +0100)
committerDavid Seifert <soap@gentoo.org>
Thu, 28 Dec 2017 12:49:57 +0000 (13:49 +0100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

app-benchmarks/bonnie/bonnie-2.0.6-r1.ebuild [deleted file]
app-benchmarks/bonnie/bonnie-2.0.6.ebuild [deleted file]

diff --git a/app-benchmarks/bonnie/bonnie-2.0.6-r1.ebuild b/app-benchmarks/bonnie/bonnie-2.0.6-r1.ebuild
deleted file mode 100644 (file)
index b62e0aa..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Performance Test of Filesystem I/O using standard C library calls"
-HOMEPAGE="http://www.textuality.com/bonnie/"
-SRC_URI="http://www.textuality.com/bonnie/bonnie.tar.gz"
-
-LICENSE="bonnie"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-S=${WORKDIR}
-
-src_prepare() {
-       epatch \
-               "${FILESDIR}"/bonnie_man.patch \
-               "${FILESDIR}"/Makefile.patch \
-               "${FILESDIR}"/${P}-includes.patch
-}
-
-src_compile() {
-       emake CC=$(tc-getCC) SYSFLAGS="${CFLAGS}" || die
-}
-
-src_install() {
-       newbin Bonnie bonnie
-       doman bonnie.1
-       dodoc Instructions
-}
diff --git a/app-benchmarks/bonnie/bonnie-2.0.6.ebuild b/app-benchmarks/bonnie/bonnie-2.0.6.ebuild
deleted file mode 100644 (file)
index ddb11ff..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils
-
-DESCRIPTION="Performance Test of Filesystem I/O using standard C library calls"
-HOMEPAGE="http://www.textuality.com/bonnie/"
-SRC_URI="http://www.textuality.com/bonnie/bonnie.tar.gz"
-
-LICENSE="bonnie"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-DEPEND=""
-RDEPEND=""
-
-S=${WORKDIR}
-
-src_unpack() {
-       unpack ${A} || die
-       epatch "${FILESDIR}"/bonnie_man.patch
-       epatch "${FILESDIR}"/Makefile.patch
-}
-
-src_compile() {
-       make SYSFLAGS="${CFLAGS}" || die
-       mv Bonnie bonnie
-}
-
-src_install() {
-       doman bonnie.1
-       dodoc Instructions
-       dobin bonnie
-}