aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-09-21 16:02:03 +0200
committerJustin Lecher <jlec@gentoo.org>2015-09-21 16:02:03 +0200
commit13759876f0bc80cdc97d4941eadf030cbf888319 (patch)
treec2aca14b6b4ca6441f9dfec1dddafe4c2866259c /sci-mathematics/open-axiom
parentDrop obsolete package Sources unavailable (diff)
downloadsci-13759876f0bc80cdc97d4941eadf030cbf888319.tar.gz
sci-13759876f0bc80cdc97d4941eadf030cbf888319.tar.bz2
sci-13759876f0bc80cdc97d4941eadf030cbf888319.zip
sci-mathematics/open-axiom: Fix SRC_URI
Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-mathematics/open-axiom')
-rw-r--r--sci-mathematics/open-axiom/Manifest3
-rw-r--r--sci-mathematics/open-axiom/open-axiom-1.3.0.ebuild40
-rw-r--r--sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild4
3 files changed, 3 insertions, 44 deletions
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"