aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-06-14 13:01:05 +0200
committerJustin Lecher <jlec@gentoo.org>2013-06-14 13:01:05 +0200
commita89caae5ae617dc0fdebaabb8f1c71b69c73ccc9 (patch)
treeee2cbfeff28049069d12797da7308c12d14bf30b /dev-python
parentdev-python/pythoncgns: Bump to EAPI=5 and distutils-r1.eclass (diff)
downloadsci-a89caae5ae617dc0fdebaabb8f1c71b69c73ccc9.tar.gz
sci-a89caae5ae617dc0fdebaabb8f1c71b69c73ccc9.tar.bz2
sci-a89caae5ae617dc0fdebaabb8f1c71b69c73ccc9.zip
dev-python/ufl: Bump to EAPI=5 and distutils-r1.eclass
Package-Manager: portage-2.2.0_alpha179
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/ufl/ChangeLog5
-rw-r--r--dev-python/ufl/metadata.xml4
-rw-r--r--dev-python/ufl/ufl-0.5.4.ebuild17
3 files changed, 12 insertions, 14 deletions
diff --git a/dev-python/ufl/ChangeLog b/dev-python/ufl/ChangeLog
index e62174c09..c3982410c 100644
--- a/dev-python/ufl/ChangeLog
+++ b/dev-python/ufl/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for dev-python/ufl
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 14 Jun 2013; Justin Lecher <jlec@gentoo.org> ufl-0.5.4.ebuild, metadata.xml:
+ Bump to EAPI=5 and distutils-r1.eclass
+
*ufl-0.5.4 (14 Dec 2010)
14 Dec 2010; Nico Schlömer <nico.schloemer@gmail.com> +ufl-0.5.4.ebuild,
diff --git a/dev-python/ufl/metadata.xml b/dev-python/ufl/metadata.xml
index 8f11ba1e2..f430bd641 100644
--- a/dev-python/ufl/metadata.xml
+++ b/dev-python/ufl/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>sci</herd>
- <longdescription lang="en">
+ <herd>sci</herd>
+ <longdescription lang="en">
The Unified Form Language (UFL) is a domain specific language for
declaration of finite element discretizations of variational forms. More
precisely, it defines a flexible interface for choosing finite element
diff --git a/dev-python/ufl/ufl-0.5.4.ebuild b/dev-python/ufl/ufl-0.5.4.ebuild
index f9e2c36bc..83fd55692 100644
--- a/dev-python/ufl/ufl-0.5.4.ebuild
+++ b/dev-python/ufl/ufl-0.5.4.ebuild
@@ -1,23 +1,18 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=5
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+PYTHON_COMPAT=( python{2_6,2_7} )
-inherit distutils
+inherit distutils-r1
-DESCRIPTION="Domain specific language for declaration of finite element discretizations of variational forms"
+DESCRIPTION="Domain specific language for declaration of FE discretizations of variational forms"
HOMEPAGE="http://launchpad.net/ufl"
SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64"
-
+KEYWORDS="~amd64 ~x86"
IUSE=""
-
-DEPEND=""
-RDEPEND=""