summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Shepherd <masterdriverz@gentoo.org>2007-01-03 09:52:41 +0000
committerCharlie Shepherd <masterdriverz@gentoo.org>2007-01-03 09:52:41 +0000
commitc53249bc97a5d6f90c7dd7b9ffe9adf97193792b (patch)
treebec7356fc084868b61e9dcb83a49d6f707653b47 /app-benchmarks/xfbsuite
parentgit-instaweb has some additional dependencies, fixes bug #159698 (diff)
downloadgentoo-2-c53249bc97a5d6f90c7dd7b9ffe9adf97193792b.tar.gz
gentoo-2-c53249bc97a5d6f90c7dd7b9ffe9adf97193792b.tar.bz2
gentoo-2-c53249bc97a5d6f90c7dd7b9ffe9adf97193792b.zip
PDEPEND on plugins rather than use the bundled ones; bug 152225
(Portage version: 2.1.2_rc4-r3)
Diffstat (limited to 'app-benchmarks/xfbsuite')
-rw-r--r--app-benchmarks/xfbsuite/ChangeLog8
-rw-r--r--app-benchmarks/xfbsuite/files/digest-xfbsuite-0.9.7.62
-rw-r--r--app-benchmarks/xfbsuite/xfbsuite-0.9.7.6.ebuild11
3 files changed, 16 insertions, 5 deletions
diff --git a/app-benchmarks/xfbsuite/ChangeLog b/app-benchmarks/xfbsuite/ChangeLog
index e0ea23031ef1..5e0efdfbf5ba 100644
--- a/app-benchmarks/xfbsuite/ChangeLog
+++ b/app-benchmarks/xfbsuite/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-benchmarks/xfbsuite
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/xfbsuite/ChangeLog,v 1.8 2005/01/01 12:06:54 eradicator Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/xfbsuite/ChangeLog,v 1.9 2007/01/03 09:52:41 masterdriverz Exp $
+
+ 03 Jan 2007; Charlie Shepherd <masterdriverz@gentoo.org>
+ xfbsuite-0.9.7.6.ebuild:
+ PDEPEND on plugins rather than use the bundled ones; bug 152225
18 Dec 2004; Simon Stelling <blubb@gentoo.org> xfbsuite-0.9.7.6.ebuild:
was testing for a long time, marking stable on amd64
diff --git a/app-benchmarks/xfbsuite/files/digest-xfbsuite-0.9.7.6 b/app-benchmarks/xfbsuite/files/digest-xfbsuite-0.9.7.6
index 38807f5d4054..df22a3835dec 100644
--- a/app-benchmarks/xfbsuite/files/digest-xfbsuite-0.9.7.6
+++ b/app-benchmarks/xfbsuite/files/digest-xfbsuite-0.9.7.6
@@ -1 +1,3 @@
MD5 6c36d725b20693041240b7abb5a072e9 xfbsuite-0.9.7.6.tgz 309439
+RMD160 99653ad3bfda51737dd28c09d7691418512f61cd xfbsuite-0.9.7.6.tgz 309439
+SHA256 abe8c26c73f20a73a227462d7a89d2b8750f8817bb8d58d16b6729d2f317ea8f xfbsuite-0.9.7.6.tgz 309439
diff --git a/app-benchmarks/xfbsuite/xfbsuite-0.9.7.6.ebuild b/app-benchmarks/xfbsuite/xfbsuite-0.9.7.6.ebuild
index 94aa35b02984..749c4c5dda6d 100644
--- a/app-benchmarks/xfbsuite/xfbsuite-0.9.7.6.ebuild
+++ b/app-benchmarks/xfbsuite/xfbsuite-0.9.7.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/xfbsuite/xfbsuite-0.9.7.6.ebuild,v 1.6 2005/01/01 12:06:54 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/xfbsuite/xfbsuite-0.9.7.6.ebuild,v 1.7 2007/01/03 09:52:41 masterdriverz Exp $
DESCRIPTION="benchmark suite"
HOMEPAGE="https://sourceforge.net/projects/fbsuite/"
@@ -13,6 +13,11 @@ IUSE=""
DEPEND="dev-lang/perl
dev-perl/perl-tk"
+RDEPEND="$DEPEND
+ x11-misc/xdialog"
+PDEPEND="app-benchmarks/nbench
+ app-benchmarks/piozone
+ app-benchmarks/bonnie++"
src_install() {
insinto /usr/share/xfbsuite/images
@@ -23,5 +28,5 @@ src_install() {
dobin bin/{xfbsuite.tk,xfbsuite.pl,xfbsuite.sh} || die
exeinto /usr/bin/xfbsuite
- doexe bin/{stream,cachebench,nbench,NNET.DAT,bonnie++,piozone} || die
+ doexe bin/{stream,cachebench,NNET.DAT} || die
}