From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/frobby/
Date: Mon, 26 Dec 2022 15:59:22 +0000 (UTC) [thread overview]
Message-ID: <1672070354.9909bceaafa55cd574d17d1f4c7395afcc3e85c6.soap@gentoo> (raw)
commit: 9909bceaafa55cd574d17d1f4c7395afcc3e85c6
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 26 15:59:14 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Dec 26 15:59:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9909bcea
sci-mathematics/frobby: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
...obby-0.9.0-r3.ebuild => frobby-0.9.0-r4.ebuild} | 32 ++++++++++------------
1 file changed, 14 insertions(+), 18 deletions(-)
diff --git a/sci-mathematics/frobby/frobby-0.9.0-r3.ebuild b/sci-mathematics/frobby/frobby-0.9.0-r4.ebuild
similarity index 62%
rename from sci-mathematics/frobby/frobby-0.9.0-r3.ebuild
rename to sci-mathematics/frobby/frobby-0.9.0-r4.ebuild
index ae7086641b0d..14a17f5470f5 100644
--- a/sci-mathematics/frobby/frobby-0.9.0-r3.ebuild
+++ b/sci-mathematics/frobby/frobby-0.9.0-r4.ebuild
@@ -1,29 +1,28 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit toolchain-funcs
DESCRIPTION="Software system and project for computations with monomial ideals"
HOMEPAGE="http://www.broune.com/frobby/"
SRC_URI="http://www.broune.com/frobby/frobby_v${PV}.tar.gz"
+S="${WORKDIR}/frobby_v${PV}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm x86"
-IUSE="doc static-libs"
+IUSE="doc"
RDEPEND="dev-libs/gmp:0=[cxx(+)]"
-DEPEND="${RDEPEND}
- doc? ( virtual/latex-base )"
-
-S="${WORKDIR}/frobby_v${PV}"
+DEPEND="${RDEPEND}"
+BDEPEND="doc? ( virtual/latex-base )"
PATCHES=(
- "${FILESDIR}/${PN}-cflags-no-strip-soname.patch"
- "${FILESDIR}/${PN}-gcc-4.7.patch"
- "${FILESDIR}/${PN}-gmp-5.1.patch"
+ "${FILESDIR}"/${PN}-cflags-no-strip-soname.patch
+ "${FILESDIR}"/${PN}-gcc-4.7.patch
+ "${FILESDIR}"/${PN}-gmp-5.1.patch
)
src_prepare() {
@@ -41,22 +40,19 @@ src_configure() {
}
src_compile() {
- emake
- MODE=shared emake library
- use static-libs && emake library
+ emake MODE=shared
+ emake MODE=shared library
use doc && emake docPdf
}
src_install() {
dobin bin/frobby
dolib.so bin/libfrobby.so
- dosym libfrobby.so "${PREFIX}/usr/$(get_libdir)/libfrobby.so.0"
- use static-libs && dolib.a bin/libfrobby.a
+ dosym libfrobby.so /usr/$(get_libdir)/libfrobby.so.0
- insinto /usr/include
- doins src/frobby.h
+ doheader src/frobby.h
- insinto /usr/include/"${PN}"
+ insinto /usr/include/frobby
doins src/stdinc.h
use doc && dodoc bin/manual.pdf
next reply other threads:[~2022-12-26 15:59 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-26 15:59 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-06-18 13:15 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/frobby/ David Seifert
2018-02-08 0:10 Andreas Sturmlechner
2017-03-11 13:42 Agostino Sarubbo
2017-03-11 13:31 Agostino Sarubbo
2017-02-19 23:46 David Seifert
2016-03-02 19:29 Markus Meier
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=1672070354.9909bceaafa55cd574d17d1f4c7395afcc3e85c6.soap@gentoo \
--to=soap@gentoo.org \
--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