aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-30 13:06:55 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-30 13:06:55 +0100
commit94800e0db0d66b5f75f269120efe541c32ced605 (patch)
treefb1f307853629087eee41d4411131969372ec974
parentsci-libs/optpp: EAPI bump, fix file collision (diff)
downloadsci-94800e0db0d66b5f75f269120efe541c32ced605.tar.gz
sci-94800e0db0d66b5f75f269120efe541c32ced605.tar.bz2
sci-94800e0db0d66b5f75f269120efe541c32ced605.zip
sci-libs/matc: remove pack, included in elmer-fem
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--sci-libs/matc/Manifest5
-rw-r--r--sci-libs/matc/matc-6.0_p4651.ebuild43
-rw-r--r--sci-libs/matc/matc-8.0.ebuild40
-rw-r--r--sci-libs/matc/matc-9.0.ebuild21
-rw-r--r--sci-libs/matc/matc-9999.ebuild30
5 files changed, 27 insertions, 112 deletions
diff --git a/sci-libs/matc/Manifest b/sci-libs/matc/Manifest
index 1daa9eefc..ee2f34d80 100644
--- a/sci-libs/matc/Manifest
+++ b/sci-libs/matc/Manifest
@@ -1,3 +1,2 @@
-DIST MATCManual.pdf 103341 SHA256 a49945c6965cdb28dfaa98f36d46813a56c7f792c4b5634d02e6afc0ae361e9c SHA512 0f9efea84ed2f6848c431b0a9647c8d300b3bcf06a83c4f6bc7cd3640ec5fc003516b442f90b022a246b3cac54f2cdac1118283e929d2c9547f5469f2b9912cb WHIRLPOOL 27eedcf4b62cedacaaa8821d87e2d2ee8a0623cf7e48f99c3310e292d0ee5a3f412546e8cbfcce34a274cf318be2b86c96af6053ff2add24c7c8569a75f670fd
-DIST matc-6.0_p4651.tar.gz 203543 SHA256 b174036ebafa2d0bff51db283831e4f9a165e6fa9798224dc3658dc2dc5e99b1 SHA512 ada3e4a1d02a0125ee5ccb7a791975d3f728d89ff21fac6461060e4458b086edb34adef058f3aa84f924f28b7d652a539d63f61d9bfce208d0b8540b812ef7be WHIRLPOOL b47b025bff1fbb88ccbabb0c42a8656c905f09ce4345c12cd83e8effb6b9c12f5cfece69741c2655fc3c60dd4e652a9867c14989d9043ae23b338815f800927a
-DIST matc-8.0.tar.gz 45051199 BLAKE2B 221e68c46c7340e2a5bf829ade317bdf5a5908941dea9f123a7d15dbf3472d73a59007ba6522d12a0fd40d506c737ac16daf3886050d7a6bce6829e4a3a336a3 SHA512 bc34c6dbbdb2c24f2110d377e02c4515cb4886de36b30bc3caf79c9b954e5b7ba81cabedaa35fad1802287c396ab88ef074505efc904411061f7c98c9bea3497
+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/matc-6.0_p4651.ebuild b/sci-libs/matc/matc-6.0_p4651.ebuild
deleted file mode 100644
index c0234a2ef..000000000
--- a/sci-libs/matc/matc-6.0_p4651.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils
-
-ELMER_ROOT="elmerfem"
-MY_PN=${PN/elmer-/}
-
-DESCRIPTION="Finite element programs, libraries, and visualization tools - math C library"
-HOMEPAGE="http://www.csc.fi/english/pages/elmer"
-SRC_URI="
- http://elmerfem.svn.sourceforge.net/viewvc/${ELMER_ROOT}/release/${PV%_p*}/${MY_PN}/?view=tar&pathrev=4651 -> ${P}.tar.gz
- doc? ( http://www.nic.funet.fi/pub/sci/physics/elmer/doc/MATCManual.pdf )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc debug static-libs"
-
-RDEPEND="
- sys-libs/ncurses:0=
- sys-libs/readline:0="
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/${PN}
-
-PATCHES=( "${FILESDIR}"/${P}-shared.patch )
-
-src_configure() {
- local myeconfargs=(
- $(use_with debug)
- )
- autotools-utils_src_configure
-}
-
-src_install() {
- use doc && DOCS=( "${DISTDIR}"/MATCManual.pdf )
- autotools-utils_src_install
-}
diff --git a/sci-libs/matc/matc-8.0.ebuild b/sci-libs/matc/matc-8.0.ebuild
deleted file mode 100644
index 8b7686f8d..000000000
--- a/sci-libs/matc/matc-8.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils
-
-DESCRIPTION="Finite element programs, libraries, and visualization tools - math C library"
-HOMEPAGE="http://www.csc.fi/english/pages/elmer"
-SRC_URI="
- https://github.com/ElmerCSC/elmerfem/archive/release-${PV}.tar.gz -> ${P}.tar.gz
- doc? ( http://www.nic.funet.fi/pub/sci/physics/elmer/doc/MATCManual.pdf )"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc debug static-libs"
-
-RDEPEND="
- sys-libs/ncurses:0=
- sys-libs/readline:0="
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/elmerfem-release-${PV}/${PN}"
-
-#PATCHES=( "${FILESDIR}"/${P}-shared.patch )
-
-src_configure() {
- local myeconfargs=(
- $(use_with debug)
- )
- autotools-utils_src_configure
-}
-
-src_install() {
- use doc && DOCS=( "${DISTDIR}"/MATCManual.pdf )
- autotools-utils_src_install
-}
diff --git a/sci-libs/matc/matc-9.0.ebuild b/sci-libs/matc/matc-9.0.ebuild
new file mode 100644
index 000000000..3c8ea0923
--- /dev/null
+++ b/sci-libs/matc/matc-9.0.ebuild
@@ -0,0 +1,21 @@
+# 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
index 7c520a9ff..c7862ce7a 100644
--- a/sci-libs/matc/matc-9999.ebuild
+++ b/sci-libs/matc/matc-9999.ebuild
@@ -1,24 +1,16 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils git-r3
-
-ELMER_ROOT="elmerfem"
-MY_PN=${PN/elmer-/}
+inherit cmake git-r3
DESCRIPTION="Finite element programs, libraries, and visualization tools - math C library"
-HOMEPAGE="http://www.csc.fi/english/pages/elmer"
-SRC_URI="doc? ( http://www.nic.funet.fi/pub/sci/physics/elmer/doc/MATCManual.pdf )"
-EGIT_REPO_URI="https://github.com/ElmerCSC/elmerfem.git git://github.com/ElmerCSC/elmerfem.git"
+HOMEPAGE="https://www.csc.fi/web/elmer"
+EGIT_REPO_URI="https://github.com/ElmerCSC/elmerfem.git"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS=""
-IUSE="doc debug static-libs"
RDEPEND="
sys-libs/ncurses:0=
@@ -26,17 +18,3 @@ RDEPEND="
DEPEND="${RDEPEND}"
S="${WORKDIR}/${P}/${PN}"
-
-#PATCHES=( "${FILESDIR}"/${PN}-6.0_p4651-shared.patch )
-
-src_configure() {
- local myeconfargs=(
- $(use_with debug)
- )
- autotools-utils_src_configure
-}
-
-src_install() {
- use doc && DOCS=( "${DISTDIR}"/MATCManual.pdf )
- autotools-utils_src_install
-}