diff options
author | Stefan Jones <cretin@gentoo.org> | 2004-04-15 09:25:35 +0000 |
---|---|---|
committer | Stefan Jones <cretin@gentoo.org> | 2004-04-15 09:25:35 +0000 |
commit | 94b04f7619d9e946c3208b80c8dd2b55a18a6e98 (patch) | |
tree | f135e81d19a6c789b2930b84a3f84c0f7097cfbd /app-benchmarks | |
parent | Version bump for the CAN-2004-0109 issue; bug #47881. (Manifest recommit) (diff) | |
download | gentoo-2-94b04f7619d9e946c3208b80c8dd2b55a18a6e98.tar.gz gentoo-2-94b04f7619d9e946c3208b80c8dd2b55a18a6e98.tar.bz2 gentoo-2-94b04f7619d9e946c3208b80c8dd2b55a18a6e98.zip |
New version and fixed ebuild
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/xfbsuite/ChangeLog | 8 | ||||
-rw-r--r-- | app-benchmarks/xfbsuite/files/digest-xfbsuite-0.9.7.3 | 1 | ||||
-rw-r--r-- | app-benchmarks/xfbsuite/files/digest-xfbsuite-0.9.7.6 | 1 | ||||
-rw-r--r-- | app-benchmarks/xfbsuite/xfbsuite-0.9.7.6.ebuild (renamed from app-benchmarks/xfbsuite/xfbsuite-0.9.7.3.ebuild) | 18 |
4 files changed, 17 insertions, 11 deletions
diff --git a/app-benchmarks/xfbsuite/ChangeLog b/app-benchmarks/xfbsuite/ChangeLog index f02521047229..d44412d30e12 100644 --- a/app-benchmarks/xfbsuite/ChangeLog +++ b/app-benchmarks/xfbsuite/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for app-benchmarks/xfbsuite # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/xfbsuite/ChangeLog,v 1.3 2004/04/14 02:18:15 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/xfbsuite/ChangeLog,v 1.4 2004/04/15 09:25:35 cretin Exp $ 13 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> xfbsuite-0.9.7.3.ebuild: @@ -9,6 +9,12 @@ 13 Apr 2004; David Holm <dholm@gentoo.org> xfbsuite-0.9.7.3.ebuild: Added to ~ppc. +*xfbsuite-0.9.7.6 (15 Apr 2004) + + 15 Apr 2004; <cretin@gentoo.org> : + New version and gentooified ebuild + (note binaries are incuded so it is x86 only) + *xfbsuite-0.9.7.3 (12 Apr 2004) 12 Apr 2004; <cretin@gentoo.org> : diff --git a/app-benchmarks/xfbsuite/files/digest-xfbsuite-0.9.7.3 b/app-benchmarks/xfbsuite/files/digest-xfbsuite-0.9.7.3 deleted file mode 100644 index 65983722472c..000000000000 --- a/app-benchmarks/xfbsuite/files/digest-xfbsuite-0.9.7.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 d3a6a88d27b034c3627aeca2151e6b15 xfbsuite-0.9.7.3.tgz 317120 diff --git a/app-benchmarks/xfbsuite/files/digest-xfbsuite-0.9.7.6 b/app-benchmarks/xfbsuite/files/digest-xfbsuite-0.9.7.6 new file mode 100644 index 000000000000..38807f5d4054 --- /dev/null +++ b/app-benchmarks/xfbsuite/files/digest-xfbsuite-0.9.7.6 @@ -0,0 +1 @@ +MD5 6c36d725b20693041240b7abb5a072e9 xfbsuite-0.9.7.6.tgz 309439 diff --git a/app-benchmarks/xfbsuite/xfbsuite-0.9.7.3.ebuild b/app-benchmarks/xfbsuite/xfbsuite-0.9.7.6.ebuild index d43c6c25833f..47c02719a9f7 100644 --- a/app-benchmarks/xfbsuite/xfbsuite-0.9.7.3.ebuild +++ b/app-benchmarks/xfbsuite/xfbsuite-0.9.7.6.ebuild @@ -2,28 +2,28 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/app-benchmarks/xfbsuite-0.9.7.3, 2004/04/12 13:22:09 + DESCRIPTION="benchmark suite" HOMEPAGE="https://sourceforge.net/projects/fbsuite/" SRC_URI="mirror://sourceforge/fbsuite/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="~x86 ~amd64" IUSE="" + DEPEND="dev-lang/perl dev-perl/perl-tk" src_install() { - keepdir /usr/share/xfbsuite/results - - install -m644 Todo Readme.DE ${D}/usr/share/xfbsuite - - cp -a bin images ${D}/usr/share/xfbsuite + insinto /usr/share/xfbsuite/images + doins images/* - chmod -R 755 ${D}/usr/share/xfbsuite/{images,bin} + dodoc doc/Todo doc/Readme.DE - dodir /usr/bin + dobin bin/{xfbsuite.tk,xfbsuite.pl,xfbsuite.sh} - install -m755 xfbsuite.tk xfbsuite.pl xfbsuite.sh ${D}/usr/bin + exeinto /usr/bin/xfbsuite + doexe bin/{stream,cachebench,nbench,NNET.DAT,bonnie++,piozone} } |