From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-862565-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id E30B658973
	for <garchives@archives.gentoo.org>; Wed, 10 Feb 2016 18:27:43 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 68BE021C107;
	Wed, 10 Feb 2016 18:27:41 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 7227921C107
	for <gentoo-commits@lists.gentoo.org>; Wed, 10 Feb 2016 18:27:40 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 7F607340B4D
	for <gentoo-commits@lists.gentoo.org>; Wed, 10 Feb 2016 18:27:39 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A0C771074
	for <gentoo-commits@lists.gentoo.org>; Wed, 10 Feb 2016 18:27:37 +0000 (UTC)
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" <jlec@gentoo.org>
Message-ID: <1455128112.287bfbe63c4cb78549d5dfc7b0afc94e7a472921.jlec@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/fiat/
X-VCS-Repository: proj/sci
X-VCS-Files: dev-python/fiat/fiat-1.4.0.ebuild
X-VCS-Directories: dev-python/fiat/
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: 287bfbe63c4cb78549d5dfc7b0afc94e7a472921
X-VCS-Branch: master
Date: Wed, 10 Feb 2016 18:27:37 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 3fa617e7-c48a-4bab-8eb1-a8559f6f6106
X-Archives-Hash: b9ca462e2175ad13631e6dc82df1b5d7

commit:     287bfbe63c4cb78549d5dfc7b0afc94e7a472921
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 18:15:12 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 18:15:12 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=287bfbe6

dev-python/fiat: Chop DESCRIPTION to 80 chars

* Bump EAPI to 6

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/fiat/fiat-1.4.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/fiat/fiat-1.4.0.ebuild b/dev-python/fiat/fiat-1.4.0.ebuild
index ff5be1d..56430d9 100644
--- a/dev-python/fiat/fiat-1.4.0.ebuild
+++ b/dev-python/fiat/fiat-1.4.0.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 
-DESCRIPTION="Generation of arbitrary order instances of the Lagrange elements on lines, triangles, and tetrahedra"
+DESCRIPTION="FInite element Automatic Tabulator"
 HOMEPAGE="https://bitbucket.org/fenics-project/fiat"
 SRC_URI="https://bitbucket.org/fenics-project/fiat/downloads/${P}.tar.gz"