commit:     439a381e7526b9da10044094b35460fec5252c20
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Jan 30 12:13:34 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Jan 30 12:13:34 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=439a381e

sci-libs/matc: remove pack, replace by elmer-fem

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 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 ----------
 4 files changed, 85 deletions(-)

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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>s...@gentoo.org</email>
-               <name>Gentoo Science Project</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="github">ElmerCSC/elmerfem</remote-id>
-               <remote-id type="sourceforge">svn</remote-id>
-       </upstream>
-</pkgmetadata>

Reply via email to