aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-benchmarks/numbench/numbench-9999.ebuild')
-rw-r--r--app-benchmarks/numbench/numbench-9999.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/app-benchmarks/numbench/numbench-9999.ebuild b/app-benchmarks/numbench/numbench-9999.ebuild
index 1e8517418..ac8095f32 100644
--- a/app-benchmarks/numbench/numbench-9999.ebuild
+++ b/app-benchmarks/numbench/numbench-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -8,7 +8,8 @@ inherit eutils git-2 distutils
DESCRIPTION="Automated benchmarks suite"
HOMEPAGE="http://soc.dev.gentoo.org/~spiros"
-EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/auto-numerical-bench.git"
+#EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/auto-numerical-bench.git"
+EGIT_REPO_URI="git://github.com/andyspiros/numbench.git"
LICENSE="GPL-2"
SLOT="0"
@@ -20,8 +21,7 @@ RDEPEND="!app-admin/eselect-blas
!app-admin/eselect-cblas
!app-admin/eselect-lapack
>=dev-python/matplotlib-1.0.0
- =app-admin/eselect-1.3.1-r1
- app-benchmarks/btl"
+ =app-admin/eselect-1.3.1-r1"
src_install() {
distutils_src_install
@@ -30,7 +30,7 @@ src_install() {
newbin exec.py numbench
insinto /usr/share/numbench/samples
- doins *.in
+ doins samples/*xml
doman doc/numbench.1
}