Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: app-benchmarks/numbench/
Date: Tue, 06 Sep 2011 17:44:23
Message-Id: c9a32fc39f60b8b036a2942bb8367e320de03092.bicatali@gentoo
1 commit: c9a32fc39f60b8b036a2942bb8367e320de03092
2 Author: Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 6 17:43:39 2011 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 6 17:43:39 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c9a32fc3
7
8 updated eselect dependency
9
10 ---
11 app-benchmarks/numbench/ChangeLog | 3 +++
12 app-benchmarks/numbench/numbench-9999.ebuild | 6 +++---
13 2 files changed, 6 insertions(+), 3 deletions(-)
14
15 diff --git a/app-benchmarks/numbench/ChangeLog b/app-benchmarks/numbench/ChangeLog
16 index 500ca66..793dfac 100644
17 --- a/app-benchmarks/numbench/ChangeLog
18 +++ b/app-benchmarks/numbench/ChangeLog
19 @@ -2,6 +2,9 @@
20 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
21 # $Header: $
22
23 + 06 Sep 2011; Sébastien Fabbro <bicatali@g.o> numbench-9999.ebuild:
24 + Updated eselect dependency
25 +
26 17 Aug 2011; Andrea Arteaga <andyspiros@×××××.com>
27 Using distutils.
28
29
30 diff --git a/app-benchmarks/numbench/numbench-9999.ebuild b/app-benchmarks/numbench/numbench-9999.ebuild
31 index f674587..bf4fbd4 100644
32 --- a/app-benchmarks/numbench/numbench-9999.ebuild
33 +++ b/app-benchmarks/numbench/numbench-9999.ebuild
34 @@ -20,7 +20,7 @@ RDEPEND="!app-admin/eselect-blas
35 !app-admin/eselect-cblas
36 !app-admin/eselect-lapack
37 >=dev-python/matplotlib-1.0.0
38 - =app-admin/eselect-1.2.16-r1
39 + =app-admin/eselect-1.2.17-r1
40 app-benchmarks/btl"
41
42 src_install() {
43 @@ -28,9 +28,9 @@ src_install() {
44
45 chmod +x exec.py
46 newbin exec.py numbench
47 -
48 +
49 insinto /usr/share/numbench/samples
50 doins *.in
51 -
52 +
53 doman doc/numbench.1
54 }