public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-mathematics/ufc/
@ 2014-07-21 22:47 Christoph Junghans
  0 siblings, 0 replies; 5+ messages in thread
From: Christoph Junghans @ 2014-07-21 22:47 UTC (permalink / raw
  To: gentoo-commits

commit:     d71e10316734c4da1e17d625a069a5712b69bbe5
Author:     Andrew Reisner <andrew <AT> reisner <DOT> co>
AuthorDate: Tue Jul 15 02:45:12 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Tue Jul 15 02:45:12 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d71e1031

version bump

Package-Manager: portage-2.2.8-r1

---
 sci-mathematics/ufc/ChangeLog        |  7 ++++++-
 sci-mathematics/ufc/ufc-2.3.0.ebuild | 19 +++++++++++++++++++
 2 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/sci-mathematics/ufc/ChangeLog b/sci-mathematics/ufc/ChangeLog
index cbba8f5..9cfe081 100644
--- a/sci-mathematics/ufc/ChangeLog
+++ b/sci-mathematics/ufc/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for sci-mathematics/ufc
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*ufc-2.3.0 (15 Jul 2014)
+
+  15 Jul 2014; Andrew Reisner <andrew@reisner.co> +ufc-2.3.0.ebuild:
+  version bump
+
   02 Jul 2013; Christoph Junghans <ottxor@gentoo.org> ufc-1.4.2.ebuild:
   bumped to EAPI=5
 

diff --git a/sci-mathematics/ufc/ufc-2.3.0.ebuild b/sci-mathematics/ufc/ufc-2.3.0.ebuild
new file mode 100644
index 0000000..57bca44
--- /dev/null
+++ b/sci-mathematics/ufc/ufc-2.3.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit cmake-utils
+
+DESCRIPTION="Unified framework for finite element assembly"
+HOMEPAGE="https://bitbucket.org/fenics-project/${PN}-deprecated/"
+SRC_URI="https://bitbucket.org/fenics-project/${PN}-deprecated/downloads/${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-mathematics/ufc/
@ 2020-09-27 13:12 Aisha Tammy
  0 siblings, 0 replies; 5+ messages in thread
From: Aisha Tammy @ 2020-09-27 13:12 UTC (permalink / raw
  To: gentoo-commits

commit:     994b7502f1fc970b5063670906071531db1da9a3
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Sep 27 13:11:37 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sun Sep 27 13:11:37 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=994b7502

sci-mathematics/ufc: drop package

upstream says to use sci-mathematics/ffc

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 sci-mathematics/ufc/metadata.xml     | 15 ---------------
 sci-mathematics/ufc/ufc-1.4.2.ebuild | 19 -------------------
 sci-mathematics/ufc/ufc-2.3.0.ebuild | 18 ------------------
 3 files changed, 52 deletions(-)

diff --git a/sci-mathematics/ufc/metadata.xml b/sci-mathematics/ufc/metadata.xml
deleted file mode 100644
index 062f16a24..000000000
--- a/sci-mathematics/ufc/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>sci-mathematics@gentoo.org</email>
-		<name>Gentoo Mathematics Project</name>
-	</maintainer>
-	<longdescription lang="en">
-UFC (Unified Form-assembly Code) is a unified framework for finite element assembly. More precisely, it defines a fixed interface for communicating low level routines (functions) for evaluating and assembling finite element variational forms. The UFC interface consists of a single header file ufc.h that specifies a C++ interface that must be implemented by code that complies with the UFC specification.
-</longdescription>
-	<upstream>
-		<remote-id type="bitbucket">fenics-project/ufc-deprecated</remote-id>
-		<remote-id type="launchpad">ufc</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/sci-mathematics/ufc/ufc-1.4.2.ebuild b/sci-mathematics/ufc/ufc-1.4.2.ebuild
deleted file mode 100644
index 90700be9b..000000000
--- a/sci-mathematics/ufc/ufc-1.4.2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils
-
-DESCRIPTION="Unified framework for finite element assembly"
-HOMEPAGE="http://launchpad.net/ufc"
-SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"

diff --git a/sci-mathematics/ufc/ufc-2.3.0.ebuild b/sci-mathematics/ufc/ufc-2.3.0.ebuild
deleted file mode 100644
index bf9b9330b..000000000
--- a/sci-mathematics/ufc/ufc-2.3.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils
-
-DESCRIPTION="Unified framework for finite element assembly"
-HOMEPAGE="https://bitbucket.org/fenics-project/${PN}-deprecated/"
-SRC_URI="https://bitbucket.org/fenics-project/${PN}-deprecated/downloads/${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-mathematics/ufc/
@ 2015-06-07 18:33 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2015-06-07 18:33 UTC (permalink / raw
  To: gentoo-commits

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

sci-mathematics/ufc: Add bitbucket to remote-id in metadata.xml

Package-Manager: portage-2.2.20

 sci-mathematics/ufc/ChangeLog    | 5 ++++-
 sci-mathematics/ufc/metadata.xml | 8 +++++---
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/sci-mathematics/ufc/ChangeLog b/sci-mathematics/ufc/ChangeLog
index 3e9549b..fefc018 100644
--- a/sci-mathematics/ufc/ChangeLog
+++ b/sci-mathematics/ufc/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-mathematics/ufc
-# 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:
+  sci-mathematics/ufc: Add bitbucket to remote-id in metadata.xml
+
   16 Jul 2014; Andrew Reisner <andrew@reisner.co> ufc-2.3.0.ebuild:
   added keyword
 

diff --git a/sci-mathematics/ufc/metadata.xml b/sci-mathematics/ufc/metadata.xml
index 132ec13..497df08 100644
--- a/sci-mathematics/ufc/metadata.xml
+++ b/sci-mathematics/ufc/metadata.xml
@@ -1,9 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci-mathematics</herd>
-<longdescription lang="en">
+  <herd>sci-mathematics</herd>
+  <longdescription lang="en">
 UFC (Unified Form-assembly Code) is a unified framework for finite element assembly. More precisely, it defines a fixed interface for communicating low level routines (functions) for evaluating and assembling finite element variational forms. The UFC interface consists of a single header file ufc.h that specifies a C++ interface that must be implemented by code that complies with the UFC specification.
 </longdescription>
+  <upstream>
+    <remote-id type="bitbucket">fenics-project/ufc-deprecated</remote-id>
+  </upstream>
 </pkgmetadata>
-


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-mathematics/ufc/
@ 2014-07-21 22:47 Christoph Junghans
  0 siblings, 0 replies; 5+ messages in thread
From: Christoph Junghans @ 2014-07-21 22:47 UTC (permalink / raw
  To: gentoo-commits

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

added keyword

Package-Manager: portage-2.2.8-r1

---
 sci-mathematics/ufc/ChangeLog        | 3 +++
 sci-mathematics/ufc/ufc-2.3.0.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-mathematics/ufc/ChangeLog b/sci-mathematics/ufc/ChangeLog
index 9cfe081..3e9549b 100644
--- a/sci-mathematics/ufc/ChangeLog
+++ b/sci-mathematics/ufc/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  16 Jul 2014; Andrew Reisner <andrew@reisner.co> ufc-2.3.0.ebuild:
+  added keyword
+
 *ufc-2.3.0 (15 Jul 2014)
 
   15 Jul 2014; Andrew Reisner <andrew@reisner.co> +ufc-2.3.0.ebuild:

diff --git a/sci-mathematics/ufc/ufc-2.3.0.ebuild b/sci-mathematics/ufc/ufc-2.3.0.ebuild
index 57bca44..9d0b156 100644
--- a/sci-mathematics/ufc/ufc-2.3.0.ebuild
+++ b/sci-mathematics/ufc/ufc-2.3.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://bitbucket.org/fenics-project/${PN}-deprecated/downloads/${P}.ta
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=""


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-mathematics/ufc/
@ 2013-07-02  3:14 Christoph Junghans
  0 siblings, 0 replies; 5+ messages in thread
From: Christoph Junghans @ 2013-07-02  3:14 UTC (permalink / raw
  To: gentoo-commits

commit:     357096a2c54df20d3d799ca74b67d6137c5d114e
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  2 03:13:06 2013 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Tue Jul  2 03:13:06 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=357096a2

bumped to EAPI=5

Package-Manager: portage-2.2.0_alpha186

---
 sci-mathematics/ufc/ChangeLog        | 5 ++++-
 sci-mathematics/ufc/ufc-1.4.2.ebuild | 4 +++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/ufc/ChangeLog b/sci-mathematics/ufc/ChangeLog
index e658577..cbba8f5 100644
--- a/sci-mathematics/ufc/ChangeLog
+++ b/sci-mathematics/ufc/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-mathematics/ufc
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  02 Jul 2013; Christoph Junghans <ottxor@gentoo.org> ufc-1.4.2.ebuild:
+  bumped to EAPI=5
+
 *ufc-1.4.2 (13 Dec 2010)
 
   13 December 2010; Nico Schlömer <nico.schloemer@gmail.com>

diff --git a/sci-mathematics/ufc/ufc-1.4.2.ebuild b/sci-mathematics/ufc/ufc-1.4.2.ebuild
index 560c678..47a9f82 100644
--- a/sci-mathematics/ufc/ufc-1.4.2.ebuild
+++ b/sci-mathematics/ufc/ufc-1.4.2.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
+EAPI=5
+
 inherit cmake-utils
 
 DESCRIPTION="Unified framework for finite element assembly"


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

end of thread, other threads:[~2020-09-27 13:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-21 22:47 [gentoo-commits] proj/sci:master commit in: sci-mathematics/ufc/ Christoph Junghans
  -- strict thread matches above, loose matches on Subject: below --
2020-09-27 13:12 Aisha Tammy
2015-06-07 18:33 Justin Lecher
2014-07-21 22:47 Christoph Junghans
2013-07-02  3:14 Christoph Junghans

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