aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-12-29 11:10:54 +0100
committerJustin Lecher <jlec@gentoo.org>2013-12-29 11:10:54 +0100
commitd577482278bbadb32ce7f7731593c8a76adc81a0 (patch)
tree25f7cd565d2834c6d8035325439716b510560f90 /sci-mathematics/open-axiom
parentsci-mathematics/open-axiom: version bump to 1.4.2 (diff)
downloadsci-d577482278bbadb32ce7f7731593c8a76adc81a0.tar.gz
sci-d577482278bbadb32ce7f7731593c8a76adc81a0.tar.bz2
sci-d577482278bbadb32ce7f7731593c8a76adc81a0.zip
sci-mathematics/open-axiom: Drop src_install in favour of default and use DOCS
Package-Manager: portage-2.2.7
Diffstat (limited to 'sci-mathematics/open-axiom')
-rw-r--r--sci-mathematics/open-axiom/ChangeLog6
-rw-r--r--sci-mathematics/open-axiom/metadata.xml4
-rw-r--r--sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild7
3 files changed, 9 insertions, 8 deletions
diff --git a/sci-mathematics/open-axiom/ChangeLog b/sci-mathematics/open-axiom/ChangeLog
index f8d9884d2..ad2fb6847 100644
--- a/sci-mathematics/open-axiom/ChangeLog
+++ b/sci-mathematics/open-axiom/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-mathematics/open-axiom
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 29 Dec 2013; Justin Lecher <jlec@gentoo.org> open-axiom-1.4.2.ebuild,
+ metadata.xml:
+ Drop src_install in favour of default and use DOCS
+
*open-axiom-1.3.0 (22 Jan 2010)
22 Jan 2010; Sébastien Fabbro <bicatali@gentoo.org>
diff --git a/sci-mathematics/open-axiom/metadata.xml b/sci-mathematics/open-axiom/metadata.xml
index be6988b49..7485722c6 100644
--- a/sci-mathematics/open-axiom/metadata.xml
+++ b/sci-mathematics/open-axiom/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci-mathematics</herd>
-<longdescription lang="en">
+ <herd>sci-mathematics</herd>
+ <longdescription lang="en">
OpenAxiom is an open source platform for symbolic, algebraic, and
numerical computations. It offers an interactive environment, an expressive
programming language, a compiler, a large set of mathematical libraries of
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 ebcb9946f..972339a92 100644
--- a/sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild
+++ b/sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild
@@ -19,6 +19,8 @@ DEPEND="${RDEPEND}
app-text/noweb
>=dev-lisp/sbcl-1.0.22"
+DOCS="MAINTAINERS TODO STYLES"
+
src_configure() {
# There is an option to compile with other lisps. However:
# - gcl is getting obsolete and unmaintained and is hard masked
@@ -33,8 +35,3 @@ src_compile() {
# -j5 ok but -j30 sbcl stalled
emake -j1
}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc ChangeLog* NEWS README AUTHORS MAINTAINERS TODO STYLES
-}