From: "Justin Lecher" <jlec@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/sci:fixing commit in: dev-python/ufl/ Date: Fri, 14 Jun 2013 11:21:32 +0000 (UTC) [thread overview] Message-ID: <1371207665.a89caae5ae617dc0fdebaabb8f1c71b69c73ccc9.jlec@gentoo> (raw) commit: a89caae5ae617dc0fdebaabb8f1c71b69c73ccc9 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Fri Jun 14 11:01:05 2013 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Fri Jun 14 11:01:05 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a89caae5 dev-python/ufl: Bump to EAPI=5 and distutils-r1.eclass Package-Manager: portage-2.2.0_alpha179 --- dev-python/ufl/ChangeLog | 5 ++++- dev-python/ufl/metadata.xml | 4 ++-- dev-python/ufl/ufl-0.5.4.ebuild | 17 ++++++----------- 3 files changed, 12 insertions(+), 14 deletions(-) diff --git a/dev-python/ufl/ChangeLog b/dev-python/ufl/ChangeLog index e62174c..c398241 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 8f11ba1..f430bd6 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 f9e2c36..83fd556 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=""
WARNING: multiple messages have this Message-ID (diff)
From: "Justin Lecher" <jlec@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/sci:master commit in: dev-python/ufl/ Date: Fri, 14 Jun 2013 11:21:37 +0000 (UTC) [thread overview] Message-ID: <1371207665.a89caae5ae617dc0fdebaabb8f1c71b69c73ccc9.jlec@gentoo> (raw) Message-ID: <20130614112137.RMoON0Qj-DkVQl88MNPA1eaFlkA115goFMT3Xl6lJEk@z> (raw) commit: a89caae5ae617dc0fdebaabb8f1c71b69c73ccc9 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Fri Jun 14 11:01:05 2013 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Fri Jun 14 11:01:05 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a89caae5 dev-python/ufl: Bump to EAPI=5 and distutils-r1.eclass Package-Manager: portage-2.2.0_alpha179 --- dev-python/ufl/ChangeLog | 5 ++++- dev-python/ufl/metadata.xml | 4 ++-- dev-python/ufl/ufl-0.5.4.ebuild | 17 ++++++----------- 3 files changed, 12 insertions(+), 14 deletions(-) diff --git a/dev-python/ufl/ChangeLog b/dev-python/ufl/ChangeLog index e62174c..c398241 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 8f11ba1..f430bd6 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 f9e2c36..83fd556 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=""
next reply other threads:[~2013-06-14 11:22 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2013-06-14 11:21 Justin Lecher [this message] 2013-06-14 11:21 ` [gentoo-commits] proj/sci:master commit in: dev-python/ufl/ Justin Lecher
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1371207665.a89caae5ae617dc0fdebaabb8f1c71b69c73ccc9.jlec@gentoo \ --to=jlec@gentoo.org \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox