public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/fiat/
Date: Thu, 13 Jun 2013 16:42:48 +0000 (UTC)	[thread overview]
Message-ID: <1371130039.33797466ab08e6e08a8299b11b2dabb48c9c083e.jlec@gentoo> (raw)

commit:     33797466ab08e6e08a8299b11b2dabb48c9c083e
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 13 13:27:19 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 13:27:19 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=33797466

dev-python/fiat: Version Bump; Bump to EAPI=5 and distutils-r1.eclass

Package-Manager: portage-2.2.0_alpha179

---
 dev-python/fiat/ChangeLog                              |  8 +++++++-
 dev-python/fiat/{fiat-0.9.2.ebuild => fiat-1.1.ebuild} | 14 ++++++--------
 dev-python/fiat/metadata.xml                           |  4 ++--
 3 files changed, 15 insertions(+), 11 deletions(-)

diff --git a/dev-python/fiat/ChangeLog b/dev-python/fiat/ChangeLog
index 6502569..563d72b 100644
--- a/dev-python/fiat/ChangeLog
+++ b/dev-python/fiat/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-python/fiat
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*fiat-1.1 (13 Jun 2013)
+
+  13 Jun 2013; Justin Lecher <jlec@gentoo.org> -fiat-0.9.2.ebuild,
+  +fiat-1.1.ebuild, metadata.xml:
+  Version Bump; Bump to EAPI=5 and distutils-r1.eclass
+
 *fiat-0.9.2 (14 Dec 2010)
 
   14 Dec 2010; Nico Schlömer <nico.schloemer@gmail.com> +fiat-0.9.2.ebuild,

diff --git a/dev-python/fiat/fiat-0.9.2.ebuild b/dev-python/fiat/fiat-1.1.ebuild
similarity index 56%
rename from dev-python/fiat/fiat-0.9.2.ebuild
rename to dev-python/fiat/fiat-1.1.ebuild
index 6e687e2..6d79e6a 100644
--- a/dev-python/fiat/fiat-0.9.2.ebuild
+++ b/dev-python/fiat/fiat-1.1.ebuild
@@ -1,23 +1,21 @@
-# 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="Generation of arbitrary order instances of the Lagrange elements on lines, triangles, and tetrahedra"
 HOMEPAGE="http://launchpad.net/fiat"
-SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
+SRC_URI="https://launchpad.net/fiat/1.1.x/release-1.1/+download/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64"
-
 IUSE=""
 
 DEPEND=""
-RDEPEND="dev-python/scientificpython"
+RDEPEND="dev-python/scientificpython[${PYTHON_USEDEP}]"

diff --git a/dev-python/fiat/metadata.xml b/dev-python/fiat/metadata.xml
index 69bdd83..a67ae62 100644
--- a/dev-python/fiat/metadata.xml
+++ b/dev-python/fiat/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 FInite element Automatic Tabulator FIAT supports generation of
 		arbitrary order instances of the Lagrange elements on lines, triangles,
 		and tetrahedra. It is also capable of generating arbitrary order


             reply	other threads:[~2013-06-13 16:42 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-13 16:42 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-07-21 22:47 [gentoo-commits] proj/sci:master commit in: dev-python/fiat/ Christoph Junghans
2014-07-21 22:47 Christoph Junghans
2015-06-07 18:33 Justin Lecher
2016-02-10 18:27 Justin Lecher
2016-02-10 18:27 Justin Lecher
2017-04-11 14:50 Marius Brehler
2017-04-11 14:50 Marius Brehler
2017-09-14 18:41 Matthias Maier
2020-09-25  8:31 Horea Christian

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=1371130039.33797466ab08e6e08a8299b11b2dabb48c9c083e.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: link
Be 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