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: Sun, 29 Dec 2013 10:11:21
Message-Id: 1388311854.d577482278bbadb32ce7f7731593c8a76adc81a0.jlec@gentoo
1 commit: d577482278bbadb32ce7f7731593c8a76adc81a0
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 29 10:10:54 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 10:10:54 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d5774822
7
8 sci-mathematics/open-axiom: Drop src_install in favour of default and use DOCS
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 sci-mathematics/open-axiom/ChangeLog | 6 +++++-
14 sci-mathematics/open-axiom/metadata.xml | 4 ++--
15 sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild | 7 ++-----
16 3 files changed, 9 insertions(+), 8 deletions(-)
17
18 diff --git a/sci-mathematics/open-axiom/ChangeLog b/sci-mathematics/open-axiom/ChangeLog
19 index f8d9884..ad2fb68 100644
20 --- a/sci-mathematics/open-axiom/ChangeLog
21 +++ b/sci-mathematics/open-axiom/ChangeLog
22 @@ -1,7 +1,11 @@
23 # ChangeLog for sci-mathematics/open-axiom
24 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
25 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
26 # $Header: $
27
28 + 29 Dec 2013; Justin Lecher <jlec@g.o> open-axiom-1.4.2.ebuild,
29 + metadata.xml:
30 + Drop src_install in favour of default and use DOCS
31 +
32 *open-axiom-1.3.0 (22 Jan 2010)
33
34 22 Jan 2010; Sébastien Fabbro <bicatali@g.o>
35
36 diff --git a/sci-mathematics/open-axiom/metadata.xml b/sci-mathematics/open-axiom/metadata.xml
37 index be6988b..7485722 100644
38 --- a/sci-mathematics/open-axiom/metadata.xml
39 +++ b/sci-mathematics/open-axiom/metadata.xml
40 @@ -1,8 +1,8 @@
41 <?xml version="1.0" encoding="UTF-8"?>
42 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
43 <pkgmetadata>
44 -<herd>sci-mathematics</herd>
45 -<longdescription lang="en">
46 + <herd>sci-mathematics</herd>
47 + <longdescription lang="en">
48 OpenAxiom is an open source platform for symbolic, algebraic, and
49 numerical computations. It offers an interactive environment, an expressive
50 programming language, a compiler, a large set of mathematical libraries of
51
52 diff --git a/sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild b/sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild
53 index ebcb994..972339a 100644
54 --- a/sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild
55 +++ b/sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild
56 @@ -19,6 +19,8 @@ DEPEND="${RDEPEND}
57 app-text/noweb
58 >=dev-lisp/sbcl-1.0.22"
59
60 +DOCS="MAINTAINERS TODO STYLES"
61 +
62 src_configure() {
63 # There is an option to compile with other lisps. However:
64 # - gcl is getting obsolete and unmaintained and is hard masked
65 @@ -33,8 +35,3 @@ src_compile() {
66 # -j5 ok but -j30 sbcl stalled
67 emake -j1
68 }
69 -
70 -src_install() {
71 - emake DESTDIR="${D}" install
72 - dodoc ChangeLog* NEWS README AUTHORS MAINTAINERS TODO STYLES
73 -}