From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3E8EB138359 for ; Sun, 27 Sep 2020 13:12:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59B4AE080E; Sun, 27 Sep 2020 13:12:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 39F4BE080E for ; Sun, 27 Sep 2020 13:12:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 20D4434069F for ; Sun, 27 Sep 2020 13:12:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87046339 for ; Sun, 27 Sep 2020 13:12:13 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1601212297.994b7502f1fc970b5063670906071531db1da9a3.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/ufc/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/ufc/metadata.xml sci-mathematics/ufc/ufc-1.4.2.ebuild sci-mathematics/ufc/ufc-2.3.0.ebuild X-VCS-Directories: sci-mathematics/ufc/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 994b7502f1fc970b5063670906071531db1da9a3 X-VCS-Branch: master Date: Sun, 27 Sep 2020 13:12:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8044ca24-bade-487f-9e10-85114d951396 X-Archives-Hash: 0ce46406a3a7f642efd04792e33c5a0d commit: 994b7502f1fc970b5063670906071531db1da9a3 Author: Aisha Tammy aisha cc> AuthorDate: Sun Sep 27 13:11:37 2020 +0000 Commit: Aisha Tammy aisha 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 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 @@ - - - - - sci-mathematics@gentoo.org - Gentoo Mathematics Project - - -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. - - - fenics-project/ufc-deprecated - ufc - - 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}"