Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/ufc/
Date: Tue, 02 Jul 2013 03:14:11
Message-Id: 1372734786.357096a2c54df20d3d799ca74b67d6137c5d114e.ottxor@gentoo
1 commit: 357096a2c54df20d3d799ca74b67d6137c5d114e
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 2 03:13:06 2013 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 2 03:13:06 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=357096a2
7
8 bumped to EAPI=5
9
10 Package-Manager: portage-2.2.0_alpha186
11
12 ---
13 sci-mathematics/ufc/ChangeLog | 5 ++++-
14 sci-mathematics/ufc/ufc-1.4.2.ebuild | 4 +++-
15 2 files changed, 7 insertions(+), 2 deletions(-)
16
17 diff --git a/sci-mathematics/ufc/ChangeLog b/sci-mathematics/ufc/ChangeLog
18 index e658577..cbba8f5 100644
19 --- a/sci-mathematics/ufc/ChangeLog
20 +++ b/sci-mathematics/ufc/ChangeLog
21 @@ -1,7 +1,10 @@
22 # ChangeLog for sci-mathematics/ufc
23 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 + 02 Jul 2013; Christoph Junghans <ottxor@g.o> ufc-1.4.2.ebuild:
28 + bumped to EAPI=5
29 +
30 *ufc-1.4.2 (13 Dec 2010)
31
32 13 December 2010; Nico Schlömer <nico.schloemer@×××××.com>
33
34 diff --git a/sci-mathematics/ufc/ufc-1.4.2.ebuild b/sci-mathematics/ufc/ufc-1.4.2.ebuild
35 index 560c678..47a9f82 100644
36 --- a/sci-mathematics/ufc/ufc-1.4.2.ebuild
37 +++ b/sci-mathematics/ufc/ufc-1.4.2.ebuild
38 @@ -1,7 +1,9 @@
39 -# Copyright 1999-2010 Gentoo Foundation
40 +# Copyright 1999-2013 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42 # $Header: $
43
44 +EAPI=5
45 +
46 inherit cmake-utils
47
48 DESCRIPTION="Unified framework for finite element assembly"