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 1BFC71382C5 for ; Sat, 30 Jan 2021 14:30:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B549E0B29; Sat, 30 Jan 2021 14:30:56 +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 4E151E0B2E for ; Sat, 30 Jan 2021 14:30:56 +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 420603410AC for ; Sat, 30 Jan 2021 14:30:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E68054B4 for ; Sat, 30 Jan 2021 14:30:46 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1612016986.02b47559d95a45e8b2f85a381a993a1b055ea3db.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-misc/elmer-meta/ X-VCS-Repository: proj/sci X-VCS-Files: sci-misc/elmer-meta/elmer-meta-6.0_p4651.ebuild sci-misc/elmer-meta/elmer-meta-9999.ebuild sci-misc/elmer-meta/metadata.xml X-VCS-Directories: sci-misc/elmer-meta/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 02b47559d95a45e8b2f85a381a993a1b055ea3db X-VCS-Branch: master Date: Sat, 30 Jan 2021 14:30:46 +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: e28a8947-1e48-48f0-8a7e-7d059fddb630 X-Archives-Hash: 74f3221ba100112d6bcb2c7cdacfe563 commit: 02b47559d95a45e8b2f85a381a993a1b055ea3db Author: Andrew Ammerlaan riseup net> AuthorDate: Sat Jan 30 14:29:46 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Jan 30 14:29:46 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=02b47559 sci-misc/elmer-meta: remove obsolete meta pack Signed-off-by: Andrew Ammerlaan riseup.net> sci-misc/elmer-meta/elmer-meta-6.0_p4651.ebuild | 27 ------------------------- sci-misc/elmer-meta/elmer-meta-9999.ebuild | 27 ------------------------- sci-misc/elmer-meta/metadata.xml | 8 -------- 3 files changed, 62 deletions(-) diff --git a/sci-misc/elmer-meta/elmer-meta-6.0_p4651.ebuild b/sci-misc/elmer-meta/elmer-meta-6.0_p4651.ebuild deleted file mode 100644 index 2c066473a..000000000 --- a/sci-misc/elmer-meta/elmer-meta-6.0_p4651.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Collection of finite element programs, libraries, and visualization tools" -HOMEPAGE="https://www.csc.fi/web/elmer" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - ~sci-misc/elmer-fem-${PV} - ~sci-misc/elmer-elmergrid-${PV} - ~sci-misc/elmer-meshgen2d-${PV} - ~sci-libs/elmer-eio-${PV} - ~sci-libs/elmer-hutiter-${PV} - ~sci-misc/elmer-fem-${PV} - ~sci-misc/elmer-post-${PV} - ~sci-misc/elmer-front-${PV}" - -pkg_postinst() { - einfo "Elmer ebuilds may need further development." - einfo "Please inform any problems or improvements in https://bugs.gentoo.org/show_bug.cgi?id=221013" -} diff --git a/sci-misc/elmer-meta/elmer-meta-9999.ebuild b/sci-misc/elmer-meta/elmer-meta-9999.ebuild deleted file mode 100644 index 428c01c63..000000000 --- a/sci-misc/elmer-meta/elmer-meta-9999.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Collection of finite element programs, libraries, and visualization tools" -HOMEPAGE="https://www.csc.fi/web/elmer" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND=" - ~sci-misc/elmer-fem-${PV} - ~sci-misc/elmer-elmergrid-${PV} - ~sci-misc/elmer-meshgen2d-${PV} - ~sci-libs/elmer-eio-${PV} - ~sci-libs/elmer-hutiter-${PV} - ~sci-misc/elmer-fem-${PV} - ~sci-misc/elmer-post-${PV} - ~sci-misc/elmer-front-${PV}" - -pkg_postinst() { - einfo "Elmer ebuilds may need further development." - einfo "Please inform any problems or improvements in https://bugs.gentoo.org/show_bug.cgi?id=221013" -} diff --git a/sci-misc/elmer-meta/metadata.xml b/sci-misc/elmer-meta/metadata.xml deleted file mode 100644 index ae9640ffb..000000000 --- a/sci-misc/elmer-meta/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - sci@gentoo.org - Gentoo Science Project - -