summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-03-29 03:47:08 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-03-29 03:47:08 +0000
commit2ca16abc899dfcf354738969838818316e658fa5 (patch)
treed47dd9319e292100adc7e7c3ddcfcdacfdb8bc9a /app-benchmarks/filebench
parentAdd blocker to prevent file collision on downgrade, thanks to Zero_Chaos in b... (diff)
downloadgentoo-2-2ca16abc899dfcf354738969838818316e658fa5.tar.gz
gentoo-2-2ca16abc899dfcf354738969838818316e658fa5.tar.bz2
gentoo-2-2ca16abc899dfcf354738969838818316e658fa5.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-benchmarks/filebench')
-rw-r--r--app-benchmarks/filebench/ChangeLog8
-rw-r--r--app-benchmarks/filebench/filebench-1.3.4.ebuild37
-rw-r--r--app-benchmarks/filebench/filebench-1.4.9.ebuild37
3 files changed, 6 insertions, 76 deletions
diff --git a/app-benchmarks/filebench/ChangeLog b/app-benchmarks/filebench/ChangeLog
index b08ca2ffe35b..62556e16ae3f 100644
--- a/app-benchmarks/filebench/ChangeLog
+++ b/app-benchmarks/filebench/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-benchmarks/filebench
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/filebench/ChangeLog,v 1.5 2012/08/27 08:57:06 patrick Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/filebench/ChangeLog,v 1.6 2015/03/29 03:47:08 mrueg Exp $
+
+ 29 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -filebench-1.3.4.ebuild,
+ -filebench-1.4.9.ebuild:
+ Remove old.
*filebench-1.4.9.1 (27 Aug 2012)
diff --git a/app-benchmarks/filebench/filebench-1.3.4.ebuild b/app-benchmarks/filebench/filebench-1.3.4.ebuild
deleted file mode 100644
index c5dda0036a3f..000000000000
--- a/app-benchmarks/filebench/filebench-1.3.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/filebench/filebench-1.3.4.ebuild,v 1.1 2009/03/08 16:04:17 patrick Exp $
-
-inherit eutils autotools
-
-DESCRIPTION="Filebench - A Model Based File System Workload Generator"
-HOMEPAGE="http://sourceforge.net/projects/filebench/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="CDDL"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-libs/libaio
- sys-devel/flex
- sys-devel/bison"
-RDEPEND=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- #epatch "${FILESDIR}/linux-port.patch"
- eautoreconf
-}
-
-src_compile() {
- econf
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "Install failed"
-
- dodoc README AUTHORS docs/README.benchpoint
-}
diff --git a/app-benchmarks/filebench/filebench-1.4.9.ebuild b/app-benchmarks/filebench/filebench-1.4.9.ebuild
deleted file mode 100644
index 45d681e0421c..000000000000
--- a/app-benchmarks/filebench/filebench-1.4.9.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/filebench/filebench-1.4.9.ebuild,v 1.1 2011/07/22 18:55:35 patrick Exp $
-
-inherit eutils autotools
-
-DESCRIPTION="Filebench - A Model Based File System Workload Generator"
-HOMEPAGE="http://sourceforge.net/projects/filebench/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="CDDL"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-libs/libaio
- sys-devel/flex
- sys-devel/bison"
-RDEPEND=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- #epatch "${FILESDIR}/linux-port.patch"
- eautoreconf
-}
-
-src_compile() {
- econf
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "Install failed"
-
- dodoc README AUTHORS
-}