Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: app-benchmarks/numbench/
Date: Mon, 22 Feb 2016 13:26:03
Message-Id: 1456137785.4c67cc3e4af68d690673475b5a0c7a4125518474.jlec@gentoo
1 commit: 4c67cc3e4af68d690673475b5a0c7a4125518474
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 22 10:43:05 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 22 10:43:05 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4c67cc3e
7
8 app-benchmarks/numbench: Bump to EAPI=6
9
10 Package-Manager: portage-2.2.27
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 app-benchmarks/numbench/numbench-0.2.ebuild | 4 ++--
14 app-benchmarks/numbench/numbench-9999.ebuild | 6 +++---
15 2 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/app-benchmarks/numbench/numbench-0.2.ebuild b/app-benchmarks/numbench/numbench-0.2.ebuild
18 index 7b5ae73..4b70c98 100644
19 --- a/app-benchmarks/numbench/numbench-0.2.ebuild
20 +++ b/app-benchmarks/numbench/numbench-0.2.ebuild
21 @@ -1,8 +1,8 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 -EAPI=5
28 +EAPI=6
29
30 PYTHON_COMPAT=( python2_7 )
31
32
33 diff --git a/app-benchmarks/numbench/numbench-9999.ebuild b/app-benchmarks/numbench/numbench-9999.ebuild
34 index bba3a21..2f60bd3 100644
35 --- a/app-benchmarks/numbench/numbench-9999.ebuild
36 +++ b/app-benchmarks/numbench/numbench-9999.ebuild
37 @@ -1,12 +1,12 @@
38 -# Copyright 1999-2015 Gentoo Foundation
39 +# Copyright 1999-2016 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41 # $Id$
42
43 -EAPI=5
44 +EAPI=6
45
46 PYTHON_COMPAT=( python2_7 )
47
48 -inherit git-r3 distutils-r1
49 +inherit distutils-r1 git-r3
50
51 DESCRIPTION="Automated benchmarks suite"
52 HOMEPAGE="http://soc.dev.gentoo.org/~spiros"