Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/open-axiom/
Date: Mon, 21 Sep 2015 14:05:20
Message-Id: 1442844123.13759876f0bc80cdc97d4941eadf030cbf888319.jlec@gentoo
1 commit: 13759876f0bc80cdc97d4941eadf030cbf888319
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 14:02:03 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 14:02:03 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=13759876
7
8 sci-mathematics/open-axiom: Fix SRC_URI
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-mathematics/open-axiom/open-axiom-1.3.0.ebuild | 40 ----------------------
14 sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild | 4 +--
15 2 files changed, 2 insertions(+), 42 deletions(-)
16
17 diff --git a/sci-mathematics/open-axiom/open-axiom-1.3.0.ebuild b/sci-mathematics/open-axiom/open-axiom-1.3.0.ebuild
18 deleted file mode 100644
19 index ecfa7c1..0000000
20 --- a/sci-mathematics/open-axiom/open-axiom-1.3.0.ebuild
21 +++ /dev/null
22 @@ -1,40 +0,0 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -# $Id$
26 -
27 -EAPI=2
28 -
29 -DESCRIPTION="Symbolic and algebraic computations system"
30 -HOMEPAGE="http://www.open-axiom.org/"
31 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
32 -
33 -LICENSE="BSD"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -
37 -IUSE="X"
38 -
39 -RDEPEND="X? ( x11-libs/libXpm )"
40 -DEPEND="${RDEPEND}
41 - app-text/noweb
42 - >=dev-lisp/sbcl-1.0.22"
43 -
44 -src_configure() {
45 - # There is an option to compile with other lisps. However:
46 - # - gcl is getting obsolete and unmaintained and is hard masked
47 - # - could not make it work with ecls
48 - econf \
49 - --with-lisp=sbcl \
50 - $(use_with X x)
51 -}
52 -
53 -src_compile() {
54 - # unfortunately could not track down the broken parallel build
55 - # -j5 ok but -j30 sbcl stalled
56 - emake -j1 || die "emake failed"
57 -}
58 -
59 -src_install() {
60 - emake DESTDIR="${D}" install || die "emake install failed"
61 - dodoc ChangeLog* NEWS README AUTHORS MAINTAINERS TODO STYLES
62 -}
63
64 diff --git a/sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild b/sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild
65 index bf0db70..b4e5185 100644
66 --- a/sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild
67 +++ b/sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild
68 @@ -1,4 +1,4 @@
69 -# Copyright 1999-2014 Gentoo Foundation
70 +# Copyright 1999-2015 Gentoo Foundation
71 # Distributed under the terms of the GNU General Public License v2
72 # $Id$
73
74 @@ -6,7 +6,7 @@ EAPI=5
75
76 DESCRIPTION="Symbolic and algebraic computations system"
77 HOMEPAGE="http://www.open-axiom.org/"
78 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
79 +SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${P}.tar.bz2"
80
81 LICENSE="BSD"
82 SLOT="0"