commit: 13759876f0bc80cdc97d4941eadf030cbf888319 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Mon Sep 21 14:02:03 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Mon Sep 21 14:02:03 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=13759876
sci-mathematics/open-axiom: Fix SRC_URI Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> sci-mathematics/open-axiom/open-axiom-1.3.0.ebuild | 40 ---------------------- sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild | 4 +-- 2 files changed, 2 insertions(+), 42 deletions(-) diff --git a/sci-mathematics/open-axiom/open-axiom-1.3.0.ebuild b/sci-mathematics/open-axiom/open-axiom-1.3.0.ebuild deleted file mode 100644 index ecfa7c1..0000000 --- a/sci-mathematics/open-axiom/open-axiom-1.3.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=2 - -DESCRIPTION="Symbolic and algebraic computations system" -HOMEPAGE="http://www.open-axiom.org/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="X" - -RDEPEND="X? ( x11-libs/libXpm )" -DEPEND="${RDEPEND} - app-text/noweb - >=dev-lisp/sbcl-1.0.22" - -src_configure() { - # There is an option to compile with other lisps. However: - # - gcl is getting obsolete and unmaintained and is hard masked - # - could not make it work with ecls - econf \ - --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 || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc ChangeLog* NEWS README AUTHORS MAINTAINERS TODO STYLES -} diff --git a/sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild b/sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild index bf0db70..b4e5185 100644 --- a/sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild +++ b/sci-mathematics/open-axiom/open-axiom-1.4.2.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$ @@ -6,7 +6,7 @@ EAPI=5 DESCRIPTION="Symbolic and algebraic computations system" HOMEPAGE="http://www.open-axiom.org/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" +SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${P}.tar.bz2" LICENSE="BSD" SLOT="0"
