From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B789C1387B2 for ; Sun, 29 Dec 2013 10:11:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC5E6E0A5B; Sun, 29 Dec 2013 10:11:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B2BDE0A53 for ; Sun, 29 Dec 2013 10:11:19 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 32A8933F7C1 for ; Sun, 29 Dec 2013 10:11:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id AEBB1E5532 for ; Sun, 29 Dec 2013 10:11:17 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1388311854.d577482278bbadb32ce7f7731593c8a76adc81a0.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/open-axiom/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/open-axiom/ChangeLog sci-mathematics/open-axiom/metadata.xml sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild X-VCS-Directories: sci-mathematics/open-axiom/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: d577482278bbadb32ce7f7731593c8a76adc81a0 X-VCS-Branch: master Date: Sun, 29 Dec 2013 10:11:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f245384f-1427-47dd-8d11-2b020d0007fc X-Archives-Hash: fb7446f39721d6d6aab466a68275838a commit: d577482278bbadb32ce7f7731593c8a76adc81a0 Author: Justin Lecher gentoo org> AuthorDate: Sun Dec 29 10:10:54 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Dec 29 10:10:54 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d5774822 sci-mathematics/open-axiom: Drop src_install in favour of default and use DOCS Package-Manager: portage-2.2.7 --- sci-mathematics/open-axiom/ChangeLog | 6 +++++- sci-mathematics/open-axiom/metadata.xml | 4 ++-- sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild | 7 ++----- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/sci-mathematics/open-axiom/ChangeLog b/sci-mathematics/open-axiom/ChangeLog index f8d9884..ad2fb68 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 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 diff --git a/sci-mathematics/open-axiom/metadata.xml b/sci-mathematics/open-axiom/metadata.xml index be6988b..7485722 100644 --- a/sci-mathematics/open-axiom/metadata.xml +++ b/sci-mathematics/open-axiom/metadata.xml @@ -1,8 +1,8 @@ -sci-mathematics - + sci-mathematics + 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 ebcb994..972339a 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 -}