From 439a381e7526b9da10044094b35460fec5252c20 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sat, 30 Jan 2021 13:13:34 +0100 Subject: sci-libs/matc: remove pack, replace by elmer-fem Signed-off-by: Andrew Ammerlaan --- sci-libs/matc/Manifest | 2 -- sci-libs/matc/files/matc-6.0_p4651-shared.patch | 32 ------------------------- sci-libs/matc/matc-9.0.ebuild | 21 ---------------- sci-libs/matc/matc-9999.ebuild | 20 ---------------- sci-libs/matc/metadata.xml | 12 ---------- 5 files changed, 87 deletions(-) delete mode 100644 sci-libs/matc/Manifest delete mode 100644 sci-libs/matc/files/matc-6.0_p4651-shared.patch delete mode 100644 sci-libs/matc/matc-9.0.ebuild delete mode 100644 sci-libs/matc/matc-9999.ebuild delete mode 100644 sci-libs/matc/metadata.xml diff --git a/sci-libs/matc/Manifest b/sci-libs/matc/Manifest deleted file mode 100644 index ee2f34d80..000000000 --- a/sci-libs/matc/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST MATCManual.pdf 103143 BLAKE2B e947e780f8dbb948c7b20af80e341934a240f4b111f5ebd51f365579001bbb900d8db5c027a4033b5c247ea32fc5fc65bb5d7ee3dcab520c54a1cb80bb640c20 SHA512 39ef144879f432c8b86390b443b42c7e3587a1680f2f1bfc34a6b1e68626f40be8b21887318c1172929c2670900a57bd5b8723489c5633a534be4b1f6705287c -DIST matc-9.0.tar.gz 64060003 BLAKE2B 54c1ee1c7c8f8337aadd7afed60a7c0f20184a4114c8b998d940c27836b654149a27d2bf44421d9ac25255781971ca377fa1d43bcb729fb285629453e2e8fbfb SHA512 0affb0420b674ebf4d089c4039ba78dd29650f0daf956eab59bd7bea1c466ba6dfdf17c1ca6c953f36bbf95ed127dc9e6e025ee3edb1d2a56e55e61e24e97254 diff --git a/sci-libs/matc/files/matc-6.0_p4651-shared.patch b/sci-libs/matc/files/matc-6.0_p4651-shared.patch deleted file mode 100644 index a2287dabb..000000000 --- a/sci-libs/matc/files/matc-6.0_p4651-shared.patch +++ /dev/null @@ -1,32 +0,0 @@ - configure.in | 2 +- - src/Makefile.am | 6 +++--- - 2 files changed, 4 insertions(+), 4 deletions(-) - -diff --git a/configure.in b/configure.in -index 3e5cd27..1d8b065 100755 ---- a/configure.in -+++ b/configure.in -@@ -4,7 +4,7 @@ dnl TODO: get fortran name mangling sceme and use it in the fortran api (spfortr - dnl using the convenience macros provided by automake - - AC_INIT(src/eig.c) -- -+LT_INIT - AC_CANONICAL_HOST - AC_CANONICAL_TARGET - -diff --git a/src/Makefile.am b/src/Makefile.am -index 2e39c11..e10a91d 100755 ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -45,7 +45,7 @@ matc_SOURCES = main.c - - endif - --matc_LDADD = libmatc.a -+matc_LDADD = libmatc.la - --lib_LIBRARIES = libmatc.a --libmatc_a_SOURCES = $(COMMON_SRCS) -+lib_LTLIBRARIES = libmatc.la -+libmatc_la_SOURCES = $(COMMON_SRCS) diff --git a/sci-libs/matc/matc-9.0.ebuild b/sci-libs/matc/matc-9.0.ebuild deleted file mode 100644 index 3c8ea0923..000000000 --- a/sci-libs/matc/matc-9.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="Finite element programs, libraries, and visualization tools - math C library" -HOMEPAGE="https://www.csc.fi/web/elmer" -SRC_URI="https://github.com/ElmerCSC/elmerfem/archive/release-${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - sys-libs/ncurses:0= - sys-libs/readline:0=" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/elmerfem-release-${PV}/${PN}" diff --git a/sci-libs/matc/matc-9999.ebuild b/sci-libs/matc/matc-9999.ebuild deleted file mode 100644 index c7862ce7a..000000000 --- a/sci-libs/matc/matc-9999.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake git-r3 - -DESCRIPTION="Finite element programs, libraries, and visualization tools - math C library" -HOMEPAGE="https://www.csc.fi/web/elmer" -EGIT_REPO_URI="https://github.com/ElmerCSC/elmerfem.git" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" - -RDEPEND=" - sys-libs/ncurses:0= - sys-libs/readline:0=" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${P}/${PN}" diff --git a/sci-libs/matc/metadata.xml b/sci-libs/matc/metadata.xml deleted file mode 100644 index 70c9ebc20..000000000 --- a/sci-libs/matc/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - sci@gentoo.org - Gentoo Science Project - - - ElmerCSC/elmerfem - svn - - -- cgit v1.2.3-65-gdbad