From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D54AF138200 for ; Tue, 2 Jul 2013 03:14:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91AC6E0A5C; Tue, 2 Jul 2013 03:14:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1588FE0A5C for ; Tue, 2 Jul 2013 03:14:09 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3C3D33BE50 for ; Tue, 2 Jul 2013 03:14:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 45318E468F for ; Tue, 2 Jul 2013 03:14:06 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1372734786.357096a2c54df20d3d799ca74b67d6137c5d114e.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/ufc/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/ufc/ChangeLog sci-mathematics/ufc/ufc-1.4.2.ebuild X-VCS-Directories: sci-mathematics/ufc/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 357096a2c54df20d3d799ca74b67d6137c5d114e X-VCS-Branch: master Date: Tue, 2 Jul 2013 03:14:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0d36155b-fd64-456e-9cdf-d1d93a6195e5 X-Archives-Hash: 89cc536e79e7b878d9cf4d440a8f2959 commit: 357096a2c54df20d3d799ca74b67d6137c5d114e Author: Christoph Junghans gentoo org> AuthorDate: Tue Jul 2 03:13:06 2013 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Tue Jul 2 03:13:06 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=357096a2 bumped to EAPI=5 Package-Manager: portage-2.2.0_alpha186 --- sci-mathematics/ufc/ChangeLog | 5 ++++- sci-mathematics/ufc/ufc-1.4.2.ebuild | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/ufc/ChangeLog b/sci-mathematics/ufc/ChangeLog index e658577..cbba8f5 100644 --- a/sci-mathematics/ufc/ChangeLog +++ b/sci-mathematics/ufc/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-mathematics/ufc -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 02 Jul 2013; Christoph Junghans ufc-1.4.2.ebuild: + bumped to EAPI=5 + *ufc-1.4.2 (13 Dec 2010) 13 December 2010; Nico Schlömer diff --git a/sci-mathematics/ufc/ufc-1.4.2.ebuild b/sci-mathematics/ufc/ufc-1.4.2.ebuild index 560c678..47a9f82 100644 --- a/sci-mathematics/ufc/ufc-1.4.2.ebuild +++ b/sci-mathematics/ufc/ufc-1.4.2.ebuild @@ -1,7 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ +EAPI=5 + inherit cmake-utils DESCRIPTION="Unified framework for finite element assembly"