public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-python/ffc/
@ 2013-06-13 16:42 Justin Lecher
  0 siblings, 0 replies; 11+ messages in thread
From: Justin Lecher @ 2013-06-13 16:42 UTC (permalink / raw
  To: gentoo-commits

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

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

Package-Manager: portage-2.2.0_alpha179

---
 dev-python/ffc/ChangeLog        |  8 +++++++-
 dev-python/ffc/ffc-0.9.4.ebuild | 23 -----------------------
 dev-python/ffc/ffc-1.2.0.ebuild | 18 ++++++++++++++++++
 dev-python/ffc/metadata.xml     |  4 ++--
 4 files changed, 27 insertions(+), 26 deletions(-)

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

diff --git a/dev-python/ffc/ffc-0.9.4.ebuild b/dev-python/ffc/ffc-0.9.4.ebuild
deleted file mode 100644
index 68476c3..0000000
--- a/dev-python/ffc/ffc-0.9.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-DESCRIPTION="Compiler for multilinear forms by generating C or C++ code for the evaluation of a multilinear form."
-HOMEPAGE="http://launchpad.net/ffc"
-SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE=""
-
-DEPEND=""
-RDEPEND=""

diff --git a/dev-python/ffc/ffc-1.2.0.ebuild b/dev-python/ffc/ffc-1.2.0.ebuild
new file mode 100644
index 0000000..3183e07
--- /dev/null
+++ b/dev-python/ffc/ffc-1.2.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Compiler for multilinear forms by generating C or C++ code for the evaluation of a multilinear form"
+HOMEPAGE="http://launchpad.net/ffc"
+SRC_URI="https://launchpad.net/ffc/1.2.x/1.2.0/+download/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""

diff --git a/dev-python/ffc/metadata.xml b/dev-python/ffc/metadata.xml
index 350467e..34821f2 100644
--- a/dev-python/ffc/metadata.xml
+++ b/dev-python/ffc/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">
 		FFC works as a compiler for multilinear forms by generating code (C or
 		C++) for the evaluation of a multilinear form given in mathematical
 		notation. This new approach to form evaluation makes it possible to


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/ffc/
@ 2014-07-12 19:54 Guillaume Horel
  0 siblings, 0 replies; 11+ messages in thread
From: Guillaume Horel @ 2014-07-12 19:54 UTC (permalink / raw
  To: gentoo-commits

commit:     7659a943e584756b23b0cfe770bc755e6bb9bb94
Author:     Andrew Reisner <andrew <AT> reisner <DOT> co>
AuthorDate: Fri Jul 11 16:01:38 2014 +0000
Commit:     Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
CommitDate: Fri Jul 11 16:04:15 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7659a943

version bump

Package-Manager: portage-2.2.8-r1

---
 dev-python/ffc/ChangeLog        |  8 ++++++--
 dev-python/ffc/ffc-1.3.0.ebuild | 18 ++++++++++++++++++
 2 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/dev-python/ffc/ChangeLog b/dev-python/ffc/ChangeLog
index dfc0baf..033934c 100644
--- a/dev-python/ffc/ChangeLog
+++ b/dev-python/ffc/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-python/ffc
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*ffc-1.3.0 (11 Jul 2014)
+
+  11 Jul 2014; Andrew Reisner <andrew@reisner.co> +ffc-1.3.0.ebuild:
+  version bump
+
 *ffc-1.2.0 (13 Jun 2013)
 
   13 Jun 2013; Justin Lecher <jlec@gentoo.org> -ffc-0.9.4.ebuild,
@@ -13,4 +18,3 @@
   14 Dec 2010; Nico Schlömer <nico.schloemer@gmail.com> +ffc-0.9.4.ebuild,
   +metadata.xml:
   Initial import.
-

diff --git a/dev-python/ffc/ffc-1.3.0.ebuild b/dev-python/ffc/ffc-1.3.0.ebuild
new file mode 100644
index 0000000..f4d5db6
--- /dev/null
+++ b/dev-python/ffc/ffc-1.3.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Compiler for multilinear forms by generating C or C++ code for the evaluation of a multilinear form"
+HOMEPAGE="https://bitbucket.org/fenics-project/ffc/"
+SRC_URI="https://bitbucket.org/fenics-project/ffc/downloads/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/ffc/
@ 2014-07-21 22:47 Christoph Junghans
  0 siblings, 0 replies; 11+ messages in thread
From: Christoph Junghans @ 2014-07-21 22:47 UTC (permalink / raw
  To: gentoo-commits

commit:     cfe5ab9e40b5ac1a934ce8f6ada65d432330e799
Author:     Andrew Reisner <andrew <AT> reisner <DOT> co>
AuthorDate: Wed Jul 16 12:33:30 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Wed Jul 16 12:33:30 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=cfe5ab9e

fixed dependency issue

Package-Manager: portage-2.2.8-r1

---
 dev-python/ffc/ChangeLog        | 3 +++
 dev-python/ffc/ffc-1.3.0.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-python/ffc/ChangeLog b/dev-python/ffc/ChangeLog
index 1ea0560..37662b3 100644
--- a/dev-python/ffc/ChangeLog
+++ b/dev-python/ffc/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  16 Jul 2014; Andrew Reisner <andrew@reisner.co> ffc-1.3.0.ebuild:
+  fixed dependency issue
+
 *ffc-1.4.0 (16 Jul 2014)
 
   16 Jul 2014; Andrew Reisner <andrew@reisner.co> +ffc-1.4.0.ebuild,

diff --git a/dev-python/ffc/ffc-1.3.0.ebuild b/dev-python/ffc/ffc-1.3.0.ebuild
index 5dbce3b..d2a2918 100644
--- a/dev-python/ffc/ffc-1.3.0.ebuild
+++ b/dev-python/ffc/ffc-1.3.0.ebuild
@@ -17,8 +17,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPPEND="
-	>=sci-mathematics/ufc-1.4.2
+RDEPEND="
+	>=sci-mathematics/ufc-2.3.0
 	=dev-python/ufl-${PV}[${PYTHON_USEDEP}]
 	=dev-python/instant-${PV}[${PYTHON_USEDEP}]
 	=dev-python/fiat-${PV}[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/ffc/
@ 2014-07-21 22:47 Christoph Junghans
  0 siblings, 0 replies; 11+ messages in thread
From: Christoph Junghans @ 2014-07-21 22:47 UTC (permalink / raw
  To: gentoo-commits

commit:     2eae8c6ef0bd24f5c7a7f2fe8cf9bb4af756adad
Author:     Andrew Reisner <andrew <AT> reisner <DOT> co>
AuthorDate: Wed Jul 16 04:56:02 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Wed Jul 16 04:56:02 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2eae8c6e

version bump

Package-Manager: portage-2.2.8-r1

---
 dev-python/ffc/ChangeLog                              |  6 ++++++
 dev-python/ffc/ffc-1.3.0.ebuild                       | 10 +++++++++-
 dev-python/ffc/{ffc-1.3.0.ebuild => ffc-1.4.0.ebuild} | 10 +++++++++-
 3 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/dev-python/ffc/ChangeLog b/dev-python/ffc/ChangeLog
index 033934c..1ea0560 100644
--- a/dev-python/ffc/ChangeLog
+++ b/dev-python/ffc/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*ffc-1.4.0 (16 Jul 2014)
+
+  16 Jul 2014; Andrew Reisner <andrew@reisner.co> +ffc-1.4.0.ebuild,
+  ffc-1.3.0.ebuild:
+  version bump
+
 *ffc-1.3.0 (11 Jul 2014)
 
   11 Jul 2014; Andrew Reisner <andrew@reisner.co> +ffc-1.3.0.ebuild:

diff --git a/dev-python/ffc/ffc-1.3.0.ebuild b/dev-python/ffc/ffc-1.3.0.ebuild
index f4d5db6..5dbce3b 100644
--- a/dev-python/ffc/ffc-1.3.0.ebuild
+++ b/dev-python/ffc/ffc-1.3.0.ebuild
@@ -14,5 +14,13 @@ SRC_URI="https://bitbucket.org/fenics-project/ffc/downloads/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
+
+RDEPPEND="
+	>=sci-mathematics/ufc-1.4.2
+	=dev-python/ufl-${PV}[${PYTHON_USEDEP}]
+	=dev-python/instant-${PV}[${PYTHON_USEDEP}]
+	=dev-python/fiat-${PV}[${PYTHON_USEDEP}]
+	dev-python/numpy[${PYTHON_USEDEP}]
+	"

diff --git a/dev-python/ffc/ffc-1.3.0.ebuild b/dev-python/ffc/ffc-1.4.0.ebuild
similarity index 67%
copy from dev-python/ffc/ffc-1.3.0.ebuild
copy to dev-python/ffc/ffc-1.4.0.ebuild
index f4d5db6..9ec9a20 100644
--- a/dev-python/ffc/ffc-1.3.0.ebuild
+++ b/dev-python/ffc/ffc-1.4.0.ebuild
@@ -14,5 +14,13 @@ SRC_URI="https://bitbucket.org/fenics-project/ffc/downloads/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
+
+RDEPEND="
+	!sci-mathematics/ufc
+	=dev-python/ufl-${PV}[${PYTHON_USEDEP}]
+	=dev-python/instant-${PV}[${PYTHON_USEDEP}]
+	=dev-python/fiat-${PV}[${PYTHON_USEDEP}]
+	dev-python/numpy[${PYTHON_USEDEP}]
+	"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/ffc/
@ 2015-06-07 18:33 Justin Lecher
  0 siblings, 0 replies; 11+ messages in thread
From: Justin Lecher @ 2015-06-07 18:33 UTC (permalink / raw
  To: gentoo-commits

commit:     b7d624567678b287e620c9ea8e58b1d18484ef2b
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  7 18:31:59 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jun  7 18:31:59 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b7d62456

dev-python/ffc: Add bitbucket to remote-id in metadata.xml

Package-Manager: portage-2.2.20

 dev-python/ffc/ChangeLog    | 5 ++++-
 dev-python/ffc/metadata.xml | 7 +++++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/dev-python/ffc/ChangeLog b/dev-python/ffc/ChangeLog
index 37662b3..07f0f26 100644
--- a/dev-python/ffc/ChangeLog
+++ b/dev-python/ffc/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for dev-python/ffc
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+  dev-python/ffc: Add bitbucket to remote-id in metadata.xml
+
   16 Jul 2014; Andrew Reisner <andrew@reisner.co> ffc-1.3.0.ebuild:
   fixed dependency issue
 

diff --git a/dev-python/ffc/metadata.xml b/dev-python/ffc/metadata.xml
index 34821f2..893659e 100644
--- a/dev-python/ffc/metadata.xml
+++ b/dev-python/ffc/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">
 		FFC works as a compiler for multilinear forms by generating code (C or
 		C++) for the evaluation of a multilinear form given in mathematical
 		notation. This new approach to form evaluation makes it possible to
@@ -10,4 +10,7 @@
 		mathematical notation and the generated code is as efficient as
 		hand-optimized code.
    </longdescription>
+	<upstream>
+		<remote-id type="bitbucket">fenics-project/ffc</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/ffc/
@ 2016-02-10 18:27 Justin Lecher
  0 siblings, 0 replies; 11+ messages in thread
From: Justin Lecher @ 2016-02-10 18:27 UTC (permalink / raw
  To: gentoo-commits

commit:     e2f03acc946a567afda066f98859291f83ff44fb
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 17:37:41 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 17:37:41 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=e2f03acc

dev-python/ffc: Drop old

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

 dev-python/ffc/ffc-1.2.0.ebuild | 18 ------------------
 dev-python/ffc/ffc-1.3.0.ebuild | 26 --------------------------
 2 files changed, 44 deletions(-)

diff --git a/dev-python/ffc/ffc-1.2.0.ebuild b/dev-python/ffc/ffc-1.2.0.ebuild
deleted file mode 100644
index b83f5eb..0000000
--- a/dev-python/ffc/ffc-1.2.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Compiler for multilinear forms by generating C or C++ code for the evaluation of a multilinear form"
-HOMEPAGE="http://launchpad.net/ffc"
-SRC_URI="https://launchpad.net/ffc/1.2.x/1.2.0/+download/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""

diff --git a/dev-python/ffc/ffc-1.3.0.ebuild b/dev-python/ffc/ffc-1.3.0.ebuild
deleted file mode 100644
index 85adbe6..0000000
--- a/dev-python/ffc/ffc-1.3.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Compiler for multilinear forms by generating C or C++ code for the evaluation of a multilinear form"
-HOMEPAGE="https://bitbucket.org/fenics-project/ffc/"
-SRC_URI="https://bitbucket.org/fenics-project/ffc/downloads/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	>=sci-mathematics/ufc-2.3.0
-	=dev-python/ufl-${PV}[${PYTHON_USEDEP}]
-	=dev-python/instant-${PV}[${PYTHON_USEDEP}]
-	=dev-python/fiat-${PV}[${PYTHON_USEDEP}]
-	dev-python/numpy[${PYTHON_USEDEP}]
-	"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/ffc/
@ 2016-02-10 18:27 Justin Lecher
  0 siblings, 0 replies; 11+ messages in thread
From: Justin Lecher @ 2016-02-10 18:27 UTC (permalink / raw
  To: gentoo-commits

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

dev-python/ffc: Chop DESCRIPTION to 80 chars

* Bump EAPI to 6
* allow revision in fixed versioned deps

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

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

diff --git a/dev-python/ffc/ffc-1.4.0.ebuild b/dev-python/ffc/ffc-1.4.0.ebuild
index 12e0e43..c0e8f7d 100644
--- a/dev-python/ffc/ffc-1.4.0.ebuild
+++ b/dev-python/ffc/ffc-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="Compiler for multilinear forms by generating C or C++ code for the evaluation of a multilinear form"
+DESCRIPTION="Compiler for multilinear forms by generating C or C++ code"
 HOMEPAGE="https://bitbucket.org/fenics-project/ffc/"
 SRC_URI="https://bitbucket.org/fenics-project/ffc/downloads/${P}.tar.gz"
 
@@ -19,8 +19,8 @@ IUSE=""
 
 RDEPEND="
 	!sci-mathematics/ufc
-	=dev-python/ufl-${PV}[${PYTHON_USEDEP}]
-	=dev-python/instant-${PV}[${PYTHON_USEDEP}]
-	=dev-python/fiat-${PV}[${PYTHON_USEDEP}]
+	~dev-python/ufl-${PV}[${PYTHON_USEDEP}]
+	~dev-python/instant-${PV}[${PYTHON_USEDEP}]
+	~dev-python/fiat-${PV}[${PYTHON_USEDEP}]
 	dev-python/numpy[${PYTHON_USEDEP}]
 	"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/ffc/
@ 2017-04-11 14:50 Marius Brehler
  0 siblings, 0 replies; 11+ messages in thread
From: Marius Brehler @ 2017-04-11 14:50 UTC (permalink / raw
  To: gentoo-commits

commit:     5515ce55032cbcdf1704a84670aa5bccaaebd77b
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  7 02:26:08 2017 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Fri Apr  7 02:26:08 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=5515ce55

dev-python/ffc: version bump to 2016.2.0

Package-Manager: Portage-2.3.3, Repoman-2.3.2

 dev-python/ffc/ffc-2016.2.0.ebuild | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/dev-python/ffc/ffc-2016.2.0.ebuild b/dev-python/ffc/ffc-2016.2.0.ebuild
new file mode 100644
index 000000000..9dc670306
--- /dev/null
+++ b/dev-python/ffc/ffc-2016.2.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Compiler for multilinear forms by generating C or C++ code"
+HOMEPAGE="https://bitbucket.org/fenics-project/ffc/"
+SRC_URI="https://bitbucket.org/fenics-project/ffc/downloads/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	!sci-mathematics/ufc
+	~dev-python/ufl-${PV}[${PYTHON_USEDEP}]
+	~dev-python/instant-${PV}[${PYTHON_USEDEP}]
+	~dev-python/fiat-${PV}[${PYTHON_USEDEP}]
+	dev-python/numpy[${PYTHON_USEDEP}]
+	"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/ffc/
@ 2017-09-14 18:41 Matthias Maier
  0 siblings, 0 replies; 11+ messages in thread
From: Matthias Maier @ 2017-09-14 18:41 UTC (permalink / raw
  To: gentoo-commits

commit:     cd983cf6120936a0b5ccd2f6dbaa2136c97e0ed0
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 14 18:28:00 2017 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 18:28:00 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=cd983cf6

dev-python/ffc: version bump to 2017.1.0

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/ffc/ffc-2017.1.0.ebuild | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/dev-python/ffc/ffc-2017.1.0.ebuild b/dev-python/ffc/ffc-2017.1.0.ebuild
new file mode 100644
index 000000000..9dc670306
--- /dev/null
+++ b/dev-python/ffc/ffc-2017.1.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Compiler for multilinear forms by generating C or C++ code"
+HOMEPAGE="https://bitbucket.org/fenics-project/ffc/"
+SRC_URI="https://bitbucket.org/fenics-project/ffc/downloads/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	!sci-mathematics/ufc
+	~dev-python/ufl-${PV}[${PYTHON_USEDEP}]
+	~dev-python/instant-${PV}[${PYTHON_USEDEP}]
+	~dev-python/fiat-${PV}[${PYTHON_USEDEP}]
+	dev-python/numpy[${PYTHON_USEDEP}]
+	"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/ffc/
@ 2020-09-25  8:33 Horea Christian
  0 siblings, 0 replies; 11+ messages in thread
From: Horea Christian @ 2020-09-25  8:33 UTC (permalink / raw
  To: gentoo-commits

commit:     cf333c97ee5a13a85b3b7abfa7e0a73937f75294
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Sep 25 08:33:18 2020 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Sep 25 08:33:18 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=cf333c97

dev-python/ffc: version bump 2019.1.0 and removed old versions

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-python/ffc/ffc-2016.2.0.ebuild                 | 25 ----------------------
 dev-python/ffc/ffc-2017.1.0.ebuild                 | 25 ----------------------
 .../ffc/{ffc-1.4.0.ebuild => ffc-2019.1.0.ebuild}  |  7 +++---
 3 files changed, 3 insertions(+), 54 deletions(-)

diff --git a/dev-python/ffc/ffc-2016.2.0.ebuild b/dev-python/ffc/ffc-2016.2.0.ebuild
deleted file mode 100644
index 9dc670306..000000000
--- a/dev-python/ffc/ffc-2016.2.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Compiler for multilinear forms by generating C or C++ code"
-HOMEPAGE="https://bitbucket.org/fenics-project/ffc/"
-SRC_URI="https://bitbucket.org/fenics-project/ffc/downloads/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	!sci-mathematics/ufc
-	~dev-python/ufl-${PV}[${PYTHON_USEDEP}]
-	~dev-python/instant-${PV}[${PYTHON_USEDEP}]
-	~dev-python/fiat-${PV}[${PYTHON_USEDEP}]
-	dev-python/numpy[${PYTHON_USEDEP}]
-	"

diff --git a/dev-python/ffc/ffc-2017.1.0.ebuild b/dev-python/ffc/ffc-2017.1.0.ebuild
deleted file mode 100644
index 69b633667..000000000
--- a/dev-python/ffc/ffc-2017.1.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_4 python3_5 python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Compiler for multilinear forms by generating C or C++ code"
-HOMEPAGE="https://bitbucket.org/fenics-project/ffc/"
-SRC_URI="https://bitbucket.org/fenics-project/ffc/downloads/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	!sci-mathematics/ufc
-	~dev-python/ufl-${PV}[${PYTHON_USEDEP}]
-	~dev-python/instant-${PV}[${PYTHON_USEDEP}]
-	~dev-python/fiat-${PV}[${PYTHON_USEDEP}]
-	dev-python/numpy[${PYTHON_USEDEP}]
-	"

diff --git a/dev-python/ffc/ffc-1.4.0.ebuild b/dev-python/ffc/ffc-2019.1.0.ebuild
similarity index 80%
rename from dev-python/ffc/ffc-1.4.0.ebuild
rename to dev-python/ffc/ffc-2019.1.0.ebuild
index 55f6e913d..66c2fd3d7 100644
--- a/dev-python/ffc/ffc-1.4.0.ebuild
+++ b/dev-python/ffc/ffc-2019.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 
 inherit distutils-r1
 
@@ -19,7 +19,6 @@ IUSE=""
 RDEPEND="
 	!sci-mathematics/ufc
 	~dev-python/ufl-${PV}[${PYTHON_USEDEP}]
-	~dev-python/instant-${PV}[${PYTHON_USEDEP}]
 	~dev-python/fiat-${PV}[${PYTHON_USEDEP}]
 	dev-python/numpy[${PYTHON_USEDEP}]
 	"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/ffc/
@ 2021-01-30 15:12 Andrew Ammerlaan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2021-01-30 15:12 UTC (permalink / raw
  To: gentoo-commits

commit:     662cf9bc9183d49ac0fbece03701789eeba39186
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Jan 30 15:12:21 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Jan 30 15:12:21 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=662cf9bc

dev-python/ffc: remove nonexistent blocker

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/ffc/ffc-2019.1.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/ffc/ffc-2019.1.0.ebuild b/dev-python/ffc/ffc-2019.1.0.ebuild
index 66c2fd3d7..17e6c06dc 100644
--- a/dev-python/ffc/ffc-2019.1.0.ebuild
+++ b/dev-python/ffc/ffc-2019.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,7 +17,6 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="
-	!sci-mathematics/ufc
 	~dev-python/ufl-${PV}[${PYTHON_USEDEP}]
 	~dev-python/fiat-${PV}[${PYTHON_USEDEP}]
 	dev-python/numpy[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-01-30 15:12 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-07 18:33 [gentoo-commits] proj/sci:master commit in: dev-python/ffc/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2021-01-30 15:12 Andrew Ammerlaan
2020-09-25  8:33 Horea Christian
2017-09-14 18:41 Matthias Maier
2017-04-11 14:50 Marius Brehler
2016-02-10 18:27 Justin Lecher
2016-02-10 18:27 Justin Lecher
2014-07-21 22:47 Christoph Junghans
2014-07-21 22:47 Christoph Junghans
2014-07-12 19:54 Guillaume Horel
2013-06-13 16:42 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox