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>[email protected]</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}"
