* [gentoo-commits] proj/sci:master commit in: sci-libs/matc/
@ 2015-06-03 10:21 Justin Lecher
0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2015-06-03 10:21 UTC (permalink / raw
To: gentoo-commits
commit: 738ff19fb6e9df787b3f8f1da41409904b358066
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sun May 31 14:16:13 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun May 31 14:16:13 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=738ff19f
sci-libs/matc: Source moved from sf.net to github; Fix LICENSE
Package-Manager: portage-2.2.18
sci-libs/matc/ChangeLog | 6 ++++--
sci-libs/matc/matc-9999.ebuild | 20 +++++++-------------
2 files changed, 11 insertions(+), 15 deletions(-)
diff --git a/sci-libs/matc/ChangeLog b/sci-libs/matc/ChangeLog
index 37a9725..60cdf89 100644
--- a/sci-libs/matc/ChangeLog
+++ b/sci-libs/matc/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-libs/matc
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 31 May 2015; Marius Brehler <marbre@linux.sungazer.de> matc-9999.ebuild:
+ Source moved from sf.net to github; Fix LICENSE
+
03 Dec 2013; Justin Lecher <jlec@gentoo.org> -matc-5.4.1.ebuild,
+matc-6.0_p4651.ebuild, matc-9999.ebuild, -files/matc-5.4.1-shared.patch,
+files/matc-6.0_p4651-shared.patch:
@@ -14,4 +17,3 @@
+metadata.xml:
Bump EAPI; fix license; fix DESCRIPTION; drop keywords from live ebuild; use
correct phase functions; simplify configure; build shared libraries
-
diff --git a/sci-libs/matc/matc-9999.ebuild b/sci-libs/matc/matc-9999.ebuild
index b787716..2b8aa00 100644
--- a/sci-libs/matc/matc-9999.ebuild
+++ b/sci-libs/matc/matc-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -6,7 +6,7 @@ EAPI=5
AUTOTOOLS_AUTORECONF=true
-inherit autotools-utils subversion
+inherit autotools-utils git-r3
ELMER_ROOT="elmerfem"
MY_PN=${PN/elmer-/}
@@ -14,27 +14,21 @@ 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="doc? ( http://www.nic.funet.fi/pub/sci/physics/elmer/doc/MATCManual.pdf )"
-ESVN_REPO_URI="https://elmerfem.svn.sourceforge.net/svnroot/elmerfem/trunk/${MY_PN}"
-ESVN_PROJECT="${MY_PN}"
+EGIT_REPO_URI="https://github.com/ElmerCSC/elmerfem.git git://github.com/ElmerCSC/elmerfem.git"
-LICENSE="GPL-2"
+LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS=""
IUSE="doc debug static-libs"
RDEPEND="
sys-libs/ncurses
- sys-libs/readline"
+ sys-libs/readline:0"
DEPEND="${RDEPEND}"
-S="${WORKDIR}"/${PN}
+S="${WORKDIR}/${P}/${PN}"
-PATCHES=( "${FILESDIR}"/${PN}-6.0_p4651-shared.patch )
-
-src_prepare() {
- subversion_src_prepare
- autotools-utils_src_prepare
-}
+#PATCHES=( "${FILESDIR}"/${PN}-6.0_p4651-shared.patch )
src_configure() {
local myeconfargs=(
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/matc/
@ 2015-06-03 10:21 Justin Lecher
0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2015-06-03 10:21 UTC (permalink / raw
To: gentoo-commits
commit: 999442c8634ebe97e3d0824772c1d4b34528fa11
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sun May 31 14:24:23 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun May 31 14:24:23 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=999442c8
sci-libs/matc: Version bump
Package-Manager: portage-2.2.18
sci-libs/matc/ChangeLog | 5 +++++
sci-libs/matc/matc-8.0.ebuild | 42 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/sci-libs/matc/ChangeLog b/sci-libs/matc/ChangeLog
index 60cdf89..ea77050 100644
--- a/sci-libs/matc/ChangeLog
+++ b/sci-libs/matc/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*matc-8.0 (31 May 2015)
+
+ 31 May 2015; Marius Brehler <marbre@linux.sungazer.de> +matc-8.0.ebuild:
+ Version bump
+
31 May 2015; Marius Brehler <marbre@linux.sungazer.de> matc-9999.ebuild:
Source moved from sf.net to github; Fix LICENSE
diff --git a/sci-libs/matc/matc-8.0.ebuild b/sci-libs/matc/matc-8.0.ebuild
new file mode 100644
index 0000000..5659624
--- /dev/null
+++ b/sci-libs/matc/matc-8.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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
+ sys-libs/readline:0"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/elmerfem-release-${PV}/${PN}"
+
+#PATCHES=( "${FILESDIR}"/${P}-shared.patch )
+
+src_configure() {
+ local myeconfargs=(
+ --enable-shared
+ $(use_with debug)
+ )
+ autotools-utils_src_configure
+}
+
+src_install() {
+ use doc && DOCS=( "${DISTDIR}"/MATCManual.pdf )
+ autotools-utils_src_install
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/matc/
@ 2015-09-21 19:05 Justin Lecher
0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2015-09-21 19:05 UTC (permalink / raw
To: gentoo-commits
commit: 19a5a421d6de5ab05f38aa6aa74f42258670a319
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 18:19:42 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 18:19:42 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=19a5a421
sci-libs/matc: Add subslot operators
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-libs/matc/matc-6.0_p4651.ebuild | 7 +++----
sci-libs/matc/matc-8.0.ebuild | 5 ++---
sci-libs/matc/matc-9999.ebuild | 5 ++---
3 files changed, 7 insertions(+), 10 deletions(-)
diff --git a/sci-libs/matc/matc-6.0_p4651.ebuild b/sci-libs/matc/matc-6.0_p4651.ebuild
index 0cd5ada..0ab173d 100644
--- a/sci-libs/matc/matc-6.0_p4651.ebuild
+++ b/sci-libs/matc/matc-6.0_p4651.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -23,8 +23,8 @@ KEYWORDS="~amd64 ~x86"
IUSE="doc debug static-libs"
RDEPEND="
- sys-libs/ncurses
- sys-libs/readline"
+ sys-libs/ncurses:0=
+ sys-libs/readline:0="
DEPEND="${RDEPEND}"
S="${WORKDIR}"/${PN}
@@ -33,7 +33,6 @@ PATCHES=( "${FILESDIR}"/${P}-shared.patch )
src_configure() {
local myeconfargs=(
- --enable-shared
$(use_with debug)
)
autotools-utils_src_configure
diff --git a/sci-libs/matc/matc-8.0.ebuild b/sci-libs/matc/matc-8.0.ebuild
index 04c23a2..c78629b 100644
--- a/sci-libs/matc/matc-8.0.ebuild
+++ b/sci-libs/matc/matc-8.0.ebuild
@@ -20,8 +20,8 @@ KEYWORDS="~amd64 ~x86"
IUSE="doc debug static-libs"
RDEPEND="
- sys-libs/ncurses
- sys-libs/readline:0"
+ sys-libs/ncurses:0=
+ sys-libs/readline:0="
DEPEND="${RDEPEND}"
S="${WORKDIR}/elmerfem-release-${PV}/${PN}"
@@ -30,7 +30,6 @@ S="${WORKDIR}/elmerfem-release-${PV}/${PN}"
src_configure() {
local myeconfargs=(
- --enable-shared
$(use_with debug)
)
autotools-utils_src_configure
diff --git a/sci-libs/matc/matc-9999.ebuild b/sci-libs/matc/matc-9999.ebuild
index 4638b89..4bf4877 100644
--- a/sci-libs/matc/matc-9999.ebuild
+++ b/sci-libs/matc/matc-9999.ebuild
@@ -22,8 +22,8 @@ KEYWORDS=""
IUSE="doc debug static-libs"
RDEPEND="
- sys-libs/ncurses
- sys-libs/readline:0"
+ sys-libs/ncurses:0=
+ sys-libs/readline:0="
DEPEND="${RDEPEND}"
S="${WORKDIR}/${P}/${PN}"
@@ -32,7 +32,6 @@ S="${WORKDIR}/${P}/${PN}"
src_configure() {
local myeconfargs=(
- --enable-shared
$(use_with debug)
)
autotools-utils_src_configure
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/matc/
@ 2021-01-30 12:12 Andrew Ammerlaan
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-01-30 12:12 UTC (permalink / raw
To: gentoo-commits
commit: 94800e0db0d66b5f75f269120efe541c32ced605
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Jan 30 12:06:55 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Jan 30 12:06:55 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=94800e0d
sci-libs/matc: remove pack, included in elmer-fem
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-libs/matc/matc-6.0_p4651.ebuild | 43 -------------------------------------
sci-libs/matc/matc-8.0.ebuild | 40 ----------------------------------
sci-libs/matc/matc-9.0.ebuild | 21 ++++++++++++++++++
sci-libs/matc/matc-9999.ebuild | 30 ++++----------------------
4 files changed, 25 insertions(+), 109 deletions(-)
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
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-01-30 12:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-03 10:21 [gentoo-commits] proj/sci:master commit in: sci-libs/matc/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2021-01-30 12:12 Andrew Ammerlaan
2015-09-21 19:05 Justin Lecher
2015-06-03 10:21 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox