Gentoo Archives: gentoo-commits

From: Andrea Arteaga <andyspiros@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: app-benchmarks/numbench/
Date: Tue, 28 Feb 2012 22:36:20
Message-Id: 1330468506.08ccc1ed31852107a5b29f34dcf382ecbc202bb9.spiros@gentoo
1 commit: 08ccc1ed31852107a5b29f34dcf382ecbc202bb9
2 Author: Andrea Arteaga <andyspiros <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 28 22:35:06 2012 +0000
4 Commit: Andrea Arteaga <andyspiros <AT> gmail <DOT> com>
5 CommitDate: Tue Feb 28 22:35:06 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=08ccc1ed
7
8 [app-benchmarks/numbench] Updated live ebuild.
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 b3edf67..634e7cc 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 + 28 Feb 2012; Andrea Arteaga <andyspiros@×××××.com> numbench-9999.ebuild
24 + Updated eselect dependency. Removed keywords.
25 +
26 28 Feb 2012; Andrea Arteaga <andyspiros@×××××.com> +numbench-0.2_beta1.ebuild metadata.xml
27 Version 0.2_beta1 added. Metadata updated.
28
29
30 diff --git a/app-benchmarks/numbench/numbench-9999.ebuild b/app-benchmarks/numbench/numbench-9999.ebuild
31 index bf4fbd4..1e85174 100644
32 --- a/app-benchmarks/numbench/numbench-9999.ebuild
33 +++ b/app-benchmarks/numbench/numbench-9999.ebuild
34 @@ -7,12 +7,12 @@ EAPI=3
35 inherit eutils git-2 distutils
36
37 DESCRIPTION="Automated benchmarks suite"
38 -HOMEPAGE=""
39 +HOMEPAGE="http://soc.dev.gentoo.org/~spiros"
40 EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/auto-numerical-bench.git"
41
42 LICENSE="GPL-2"
43 SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 +KEYWORDS=""
46
47 IUSE=""
48
49 @@ -20,7 +20,7 @@ RDEPEND="!app-admin/eselect-blas
50 !app-admin/eselect-cblas
51 !app-admin/eselect-lapack
52 >=dev-python/matplotlib-1.0.0
53 - =app-admin/eselect-1.2.17-r1
54 + =app-admin/eselect-1.3.1-r1
55 app-benchmarks/btl"
56
57 src_install() {