From 13759876f0bc80cdc97d4941eadf030cbf888319 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 21 Sep 2015 16:02:03 +0200 Subject: sci-mathematics/open-axiom: Fix SRC_URI Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher --- sci-mathematics/open-axiom/Manifest | 3 +- sci-mathematics/open-axiom/open-axiom-1.3.0.ebuild | 40 ---------------------- sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild | 4 +-- 3 files changed, 3 insertions(+), 44 deletions(-) delete mode 100644 sci-mathematics/open-axiom/open-axiom-1.3.0.ebuild (limited to 'sci-mathematics/open-axiom') diff --git a/sci-mathematics/open-axiom/Manifest b/sci-mathematics/open-axiom/Manifest index 15dcde960..97ba2079c 100644 --- a/sci-mathematics/open-axiom/Manifest +++ b/sci-mathematics/open-axiom/Manifest @@ -1,2 +1 @@ -DIST open-axiom-1.3.0.tar.bz2 11821857 SHA256 5c35d0c8b6da17ff2254d833c5f6694d3f5d49064e312e61719cdeb386f888c4 -DIST open-axiom-1.4.2.tar.bz2 9862899 SHA256 745024aadb4fefdd09980e3076141e1a4646ea8588b4d9b0ece486d581b8a119 +DIST open-axiom-1.4.2.tar.bz2 9862899 SHA256 745024aadb4fefdd09980e3076141e1a4646ea8588b4d9b0ece486d581b8a119 SHA512 7db25874c9427e0fe5903f3d9e8ef8d265f132bf839e184efa290795f65b8f1752e8ffd0602142c2260404d79e30793b1cd37a2a25db4a4258d7b7682b8acc1a WHIRLPOOL 96b240b1026269ecbafecbe395a237115b7063d651b7b868806e1ff27e8f8d011ed5e121ddbb41d8970c7d0a09e1a513c0a9aa871db24ecd0a4014013414daed 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 ecfa7c14d..000000000 --- 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 bf0db70d4..b4e5185b2 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" -- cgit v1.2.3-65-gdbad