summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-04-30 17:26:17 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-04-30 17:26:17 +0000
commit89bf3c081f2396f740f1353808f4c43d29cfc392 (patch)
tree1446fcf4782184e6803230015b7241e661c9bb58 /app-benchmarks/filebench
parentalpha/arm/ia64/sparc stable wrt #267234 (diff)
downloadhistorical-89bf3c081f2396f740f1353808f4c43d29cfc392.tar.gz
historical-89bf3c081f2396f740f1353808f4c43d29cfc392.tar.bz2
historical-89bf3c081f2396f740f1353808f4c43d29cfc392.zip
Remove old
Package-Manager: portage-2.2_rc31/cvs/Linux x86_64
Diffstat (limited to 'app-benchmarks/filebench')
-rw-r--r--app-benchmarks/filebench/ChangeLog5
-rw-r--r--app-benchmarks/filebench/filebench-1.2.4.ebuild37
2 files changed, 4 insertions, 38 deletions
diff --git a/app-benchmarks/filebench/ChangeLog b/app-benchmarks/filebench/ChangeLog
index 42c34b9516fc..ce0704da00b1 100644
--- a/app-benchmarks/filebench/ChangeLog
+++ b/app-benchmarks/filebench/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-benchmarks/filebench
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/filebench/ChangeLog,v 1.2 2009/03/08 16:04:17 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/filebench/ChangeLog,v 1.3 2009/04/30 17:24:10 patrick Exp $
+
+ 30 Apr 2009; Patrick Lauer <patrick@gentoo.org> -filebench-1.2.4.ebuild:
+ Remove old
*filebench-1.3.4 (08 Mar 2009)
diff --git a/app-benchmarks/filebench/filebench-1.2.4.ebuild b/app-benchmarks/filebench/filebench-1.2.4.ebuild
deleted file mode 100644
index c579dfaa5f25..000000000000
--- a/app-benchmarks/filebench/filebench-1.2.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.2.4.ebuild,v 1.1 2009/03/01 00:15:23 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
-}