diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-04-30 17:24:10 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-04-30 17:24:10 +0000 |
commit | bcc78992ac43e93ad2e0af1d7dd7905e7d68b4ca (patch) | |
tree | aed0aa2a14f25bef6e069ffde2b8d7a695637103 /app-benchmarks | |
parent | Remove old (diff) | |
download | gentoo-2-bcc78992ac43e93ad2e0af1d7dd7905e7d68b4ca.tar.gz gentoo-2-bcc78992ac43e93ad2e0af1d7dd7905e7d68b4ca.tar.bz2 gentoo-2-bcc78992ac43e93ad2e0af1d7dd7905e7d68b4ca.zip |
Remove old
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/filebench/ChangeLog | 5 | ||||
-rw-r--r-- | app-benchmarks/filebench/filebench-1.2.4.ebuild | 37 |
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 -} |