commit: 80430190326d3c224528f9106c0dc760786befc3 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sun Jan 10 19:39:10 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sun Jan 10 19:39:10 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=80430190
sci-mathematics/open-axiom: add new snapshot no keywords yet, because it doesn't compile Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> ...4.2.ebuild => open-axiom-1.4.2_p20180201.ebuild} | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild b/sci-mathematics/open-axiom/open-axiom-1.4.2_p20180201.ebuild similarity index 60% rename from sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild rename to sci-mathematics/open-axiom/open-axiom-1.4.2_p20180201.ebuild index 402e19eb2..8a0f64bd6 100644 --- a/sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild +++ b/sci-mathematics/open-axiom/open-axiom-1.4.2_p20180201.ebuild @@ -1,11 +1,13 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 + +COMMIT="d113f3f7ba119fecd9d946bced8d3dfe9456b933" DESCRIPTION="Symbolic and algebraic computations system" -HOMEPAGE="http://www.open-axiom.org/" -SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${P}.tar.bz2" +HOMEPAGE="https://github.com/GabrielDosReis/open-axiom http://www.open-axiom.org/" +SRC_URI="https://github.com/GabrielDosReis/open-axiom/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" @@ -16,10 +18,13 @@ IUSE="X" RDEPEND="X? ( x11-libs/libXpm )" DEPEND="${RDEPEND} app-text/noweb - >=dev-lisp/sbcl-1.0.22" + >=dev-lisp/sbcl-1.0.22 +" DOCS="MAINTAINERS TODO STYLES" +S="${WORKDIR}/${PN}-${COMMIT}" + src_configure() { # There is an option to compile with other lisps. However: # - gcl is getting obsolete and unmaintained and is hard masked @@ -28,9 +33,3 @@ src_configure() { --with-lisp=sbcl \ $(use_with X x) } - -src_compile() { - # unfortunately could not track down the broken parallel build - # -j5 ok but -j30 sbcl stalled - emake -j1 -}
