From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/elmer-hutiter/, sci-libs/elmer-hutiter/files/
Date: Sat, 30 Jan 2021 14:30:46 +0000 (UTC) [thread overview]
Message-ID: <1612016336.d252a53b3aecc7fb4e8ee158aac93f582136944c.andrewammerlaan@gentoo> (raw)
commit: d252a53b3aecc7fb4e8ee158aac93f582136944c
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Jan 30 14:18:56 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Jan 30 14:18:56 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d252a53b
sci-libs/elmer-hutiter: remove pack, included in elmer-fem now
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
.../elmer-hutiter/elmer-hutiter-6.0_p4651.ebuild | 37 ------------------
sci-libs/elmer-hutiter/elmer-hutiter-9999.ebuild | 44 ----------------------
.../files/elmer-hutiter-6.0_p4651-shared.patch | 33 ----------------
sci-libs/elmer-hutiter/metadata.xml | 11 ------
4 files changed, 125 deletions(-)
diff --git a/sci-libs/elmer-hutiter/elmer-hutiter-6.0_p4651.ebuild b/sci-libs/elmer-hutiter/elmer-hutiter-6.0_p4651.ebuild
deleted file mode 100644
index 9cf9a3c00..000000000
--- a/sci-libs/elmer-hutiter/elmer-hutiter-6.0_p4651.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils toolchain-funcs
-
-ELMER_ROOT="elmerfem"
-MY_PN=${PN/elmer-/}
-
-DESCRIPTION="Finite element programs, libraries, and visualization tools - hutiter 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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug static-libs"
-
-RDEPEND="virtual/blas"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S="${WORKDIR}"/hutiter
-
-PATCHES=( "${FILESDIR}"/${P}-shared.patch )
-
-src_configure() {
- local myeconfargs=(
- --enable-shared
- $(use_with debug) \
- --with-blas="$($(tc-getPKG_CONFIG) --libs blas)"
- )
- autotools-utils_src_configure
-}
diff --git a/sci-libs/elmer-hutiter/elmer-hutiter-9999.ebuild b/sci-libs/elmer-hutiter/elmer-hutiter-9999.ebuild
deleted file mode 100644
index 7e053befa..000000000
--- a/sci-libs/elmer-hutiter/elmer-hutiter-9999.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils toolchain-funcs subversion
-
-ELMER_ROOT="elmerfem"
-MY_PN=${PN/elmer-/}
-
-DESCRIPTION="Finite element programs, libraries, and visualization tools - hutiter library"
-HOMEPAGE="http://www.csc.fi/english/pages/elmer"
-SRC_URI=""
-ESVN_REPO_URI="https://elmerfem.svn.sourceforge.net/svnroot/elmerfem/trunk/${MY_PN}"
-ESVN_PROJECT="${MY_PN}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="debug static-libs"
-
-RDEPEND="virtual/blas"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S="${WORKDIR}"/hutiter
-
-PATCHES=( "${FILESDIR}"/${PN}-6.0_p4651-shared.patch )
-
-src_prepare() {
- subversion_src_prepare
- autotools-utils_src_prepare
-}
-
-src_configure() {
- local myeconfargs=(
- --enable-shared
- $(use_with debug) \
- --with-blas="$($(tc-getPKG_CONFIG) --libs blas)"
- )
- autotools-utils_src_configure
-}
diff --git a/sci-libs/elmer-hutiter/files/elmer-hutiter-6.0_p4651-shared.patch b/sci-libs/elmer-hutiter/files/elmer-hutiter-6.0_p4651-shared.patch
deleted file mode 100644
index cc7e0cd11..000000000
--- a/sci-libs/elmer-hutiter/files/elmer-hutiter-6.0_p4651-shared.patch
+++ /dev/null
@@ -1,33 +0,0 @@
- src/Makefile.am | 5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/src/Makefile.am b/src/Makefile.am
-index bdfb73f..8800d1a 100755
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -49,8 +49,9 @@ COMMON_SRCS = \
-
-
-
--lib_LIBRARIES = libhuti.a
--libhuti_a_SOURCES = $(COMMON_SRCS)
-+lib_LTLIBRARIES = libhuti.la
-+libhuti_la_SOURCES = $(COMMON_SRCS)
-+libhuti_la_LIBADD =
-
- #################################################################################
- # If sources are missing generate them with the preprocessor.
- configure.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.in b/configure.in
-index 5b25b28..7356ca4 100755
---- a/configure.in
-+++ b/configure.in
-@@ -1,5 +1,5 @@
- AC_INIT(src/huti_cg.src)
--
-+LT_INIT
- dnl AC_PREREQ(2.59c)
-
- AC_CANONICAL_HOST
diff --git a/sci-libs/elmer-hutiter/metadata.xml b/sci-libs/elmer-hutiter/metadata.xml
deleted file mode 100644
index 070aa2029..000000000
--- a/sci-libs/elmer-hutiter/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">svn</remote-id>
- </upstream>
-</pkgmetadata>
next reply other threads:[~2021-01-30 14:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-30 14:30 Andrew Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-12-03 14:53 [gentoo-commits] proj/sci:master commit in: sci-libs/elmer-hutiter/, sci-libs/elmer-hutiter/files/ Justin Lecher
2013-12-03 14:53 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1612016336.d252a53b3aecc7fb4e8ee158aac93f582136944c.andrewammerlaan@gentoo \
--to=andrewammerlaan@riseup.net \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox