Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/ufc/
Date: Sun, 27 Sep 2020 13:12:18
Message-Id: 1601212297.994b7502f1fc970b5063670906071531db1da9a3.epsilon-0@gentoo
1 commit: 994b7502f1fc970b5063670906071531db1da9a3
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Sun Sep 27 13:11:37 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Sun Sep 27 13:11:37 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=994b7502
7
8 sci-mathematics/ufc: drop package
9
10 upstream says to use sci-mathematics/ffc
11
12 Package-Manager: Portage-3.0.8, Repoman-3.0.1
13 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
14
15 sci-mathematics/ufc/metadata.xml | 15 ---------------
16 sci-mathematics/ufc/ufc-1.4.2.ebuild | 19 -------------------
17 sci-mathematics/ufc/ufc-2.3.0.ebuild | 18 ------------------
18 3 files changed, 52 deletions(-)
19
20 diff --git a/sci-mathematics/ufc/metadata.xml b/sci-mathematics/ufc/metadata.xml
21 deleted file mode 100644
22 index 062f16a24..000000000
23 --- a/sci-mathematics/ufc/metadata.xml
24 +++ /dev/null
25 @@ -1,15 +0,0 @@
26 -<?xml version="1.0" encoding="UTF-8"?>
27 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 -<pkgmetadata>
29 - <maintainer type="project">
30 - <email>sci-mathematics@g.o</email>
31 - <name>Gentoo Mathematics Project</name>
32 - </maintainer>
33 - <longdescription lang="en">
34 -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.
35 -</longdescription>
36 - <upstream>
37 - <remote-id type="bitbucket">fenics-project/ufc-deprecated</remote-id>
38 - <remote-id type="launchpad">ufc</remote-id>
39 - </upstream>
40 -</pkgmetadata>
41
42 diff --git a/sci-mathematics/ufc/ufc-1.4.2.ebuild b/sci-mathematics/ufc/ufc-1.4.2.ebuild
43 deleted file mode 100644
44 index 90700be9b..000000000
45 --- a/sci-mathematics/ufc/ufc-1.4.2.ebuild
46 +++ /dev/null
47 @@ -1,19 +0,0 @@
48 -# Copyright 1999-2014 Gentoo Foundation
49 -# Distributed under the terms of the GNU General Public License v2
50 -
51 -EAPI=5
52 -
53 -inherit cmake-utils
54 -
55 -DESCRIPTION="Unified framework for finite element assembly"
56 -HOMEPAGE="http://launchpad.net/ufc"
57 -SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
58 -
59 -LICENSE="public-domain"
60 -SLOT="0"
61 -KEYWORDS="~amd64"
62 -
63 -IUSE=""
64 -
65 -DEPEND=""
66 -RDEPEND="${DEPEND}"
67
68 diff --git a/sci-mathematics/ufc/ufc-2.3.0.ebuild b/sci-mathematics/ufc/ufc-2.3.0.ebuild
69 deleted file mode 100644
70 index bf9b9330b..000000000
71 --- a/sci-mathematics/ufc/ufc-2.3.0.ebuild
72 +++ /dev/null
73 @@ -1,18 +0,0 @@
74 -# Copyright 1999-2014 Gentoo Foundation
75 -# Distributed under the terms of the GNU General Public License v2
76 -
77 -EAPI=5
78 -
79 -inherit cmake-utils
80 -
81 -DESCRIPTION="Unified framework for finite element assembly"
82 -HOMEPAGE="https://bitbucket.org/fenics-project/${PN}-deprecated/"
83 -SRC_URI="https://bitbucket.org/fenics-project/${PN}-deprecated/downloads/${P}.tar.gz"
84 -
85 -LICENSE="public-domain"
86 -SLOT="0"
87 -KEYWORDS="~amd64 ~x86"
88 -IUSE=""
89 -
90 -DEPEND=""
91 -RDEPEND="${DEPEND}"