aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Arteaga <andyspiros@gmail.com>2012-08-08 07:22:54 +0200
committerAndrea Arteaga <andyspiros@gmail.com>2012-08-08 07:22:54 +0200
commite9d30cf8559d4abe15f1814d7ec540da4b5e772e (patch)
tree9d89e6f1f2c2b4dc8d0cba77cdcb5cbafdf88c75 /app-benchmarks
parentUpdate live dependencies (diff)
downloadsci-e9d30cf8559d4abe15f1814d7ec540da4b5e772e.tar.gz
sci-e9d30cf8559d4abe15f1814d7ec540da4b5e772e.tar.bz2
sci-e9d30cf8559d4abe15f1814d7ec540da4b5e772e.zip
[app-benchmarks/numbench] Updated live ebuild.
Diffstat (limited to 'app-benchmarks')
-rw-r--r--app-benchmarks/numbench/ChangeLog3
-rw-r--r--app-benchmarks/numbench/numbench-9999.ebuild10
2 files changed, 8 insertions, 5 deletions
diff --git a/app-benchmarks/numbench/ChangeLog b/app-benchmarks/numbench/ChangeLog
index becf4a404..d4ecf81da 100644
--- a/app-benchmarks/numbench/ChangeLog
+++ b/app-benchmarks/numbench/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-benchmarks/numbench
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+
+ 7 Aug 2012; Andrea Arteaga <andyspiros@gmail.com> numbench-9999.ebuild
+ Updated live ebuild.
*numbench-0.2_beta3
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
}