public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/Macaulay2/
Date: Sat, 16 Jan 2021 21:29:47 +0000 (UTC)	[thread overview]
Message-ID: <1610832549.ec744b8b8ff2871b0cdc5da919951cf0166b21ba.andrewammerlaan@gentoo> (raw)

commit:     ec744b8b8ff2871b0cdc5da919951cf0166b21ba
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Jan 16 21:29:09 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Jan 16 21:29:09 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ec744b8b

sci-mathematics/Macaulay2: fix fetch, fix homepage

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-mathematics/Macaulay2/Macaulay2-9999.ebuild | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/sci-mathematics/Macaulay2/Macaulay2-9999.ebuild b/sci-mathematics/Macaulay2/Macaulay2-9999.ebuild
index 46e370ce0..529be005b 100644
--- a/sci-mathematics/Macaulay2/Macaulay2-9999.ebuild
+++ b/sci-mathematics/Macaulay2/Macaulay2-9999.ebuild
@@ -1,18 +1,18 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit autotools elisp-common eutils flag-o-matic git-r3 python-single-r1 toolchain-funcs
+inherit autotools elisp-common flag-o-matic git-r3 python-single-r1 toolchain-funcs
 
 FACTORY="factory-4.0.0+m4"
 FACTORY_GFTABLES="factory.4.0.1-gftables"
 
 DESCRIPTION="Research tool for commutative algebra and algebraic geometry"
-HOMEPAGE="http://www.math.uiuc.edu/Macaulay2/"
-BASE_URI="http://www.math.uiuc.edu/Macaulay2/Downloads/OtherSourceCode/trunk"
+HOMEPAGE="https://faculty.math.illinois.edu/Macaulay2"
+BASE_URI="https://faculty.math.illinois.edu/Macaulay2/Downloads/OtherSourceCode/"
 SRC_URI="
 	${BASE_URI}/${FACTORY}.tar.gz
 	${BASE_URI}/${FACTORY_GFTABLES}.tar.gz
@@ -56,7 +56,7 @@ RDEPEND="${PYTHON_DEPS}
 	sys-libs/ncurses
 	>=dev-libs/boehm-gc-7.2_alpha6[threads]
 	dev-libs/libatomic_ops
-	emacs? ( virtual/emacs )"
+	emacs? ( app-editors/emacs )"
 
 SITEFILE=70Macaulay2-gentoo.el
 
@@ -89,10 +89,12 @@ src_prepare() {
 
 	# Patching .m2 files to look for external programs in
 	# /usr/bin
-	epatch "${FILESDIR}"/${PV}-paths-of-external-programs.patch
+	eapply "${FILESDIR}"/${PV}-paths-of-external-programs.patch
 
 	# Shortcircuit lapack tests
-	epatch "${FILESDIR}"/${PV}-lapack.patch
+	eapply "${FILESDIR}"/${PV}-lapack.patch
+
+	eapply_user
 
 	# Factory is a statically linked library which (in this flavor) are not used by any
 	# other program. We build it internally and don't install it.


             reply	other threads:[~2021-01-16 21:29 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-16 21:29 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-01-30 15:22 [gentoo-commits] proj/sci:master commit in: sci-mathematics/Macaulay2/ Andrew Ammerlaan
2021-01-19 16:56 Andrew Ammerlaan
2014-06-26 11:36 Thomas Kahle
2014-06-11 13:18 Thomas Kahle
2014-06-10 21:08 Thomas Kahle
2014-06-10 21:04 Thomas Kahle
2014-04-29  6:17 Thomas Kahle
2013-12-04 16:22 Justin Lecher
2013-04-18  6:56 Thomas Kahle
2013-02-22 10:15 Justin Lecher
2013-02-18 15:57 Thomas Kahle
2013-02-18 15:57 Thomas Kahle
2013-01-10  9:18 Thomas Kahle
2012-11-13  2:24 Thomas Kahle
2012-10-24 19:23 Thomas Kahle
2012-10-12 22:08 Thomas Kahle
2012-10-12 21:36 Thomas Kahle
2012-10-12  0:16 Thomas Kahle
2012-08-19  9:17 Thomas Kahle
2012-08-06  7:23 Thomas Kahle
2012-07-30 12:39 Thomas Kahle
2012-05-02 16:15 Thomas Kahle
2012-03-01 16:33 Thomas Kahle
2011-09-25  7:27 Thomas Kahle
2011-08-09 11:46 Thomas Kahle
2011-03-07 12:01 Justin Lecher
2011-02-26  6:51 Thomas Kahle

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=1610832549.ec744b8b8ff2871b0cdc5da919951cf0166b21ba.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