Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/open-axiom/
Date: Mon, 24 Jan 2022 19:51:18
Message-Id: 1643045758.4acf5ce61cdc3257f84d9f608fa382304965aa5a.andrewammerlaan@gentoo
1 commit: 4acf5ce61cdc3257f84d9f608fa382304965aa5a
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 24 17:35:58 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 24 17:35:58 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4acf5ce6
7
8 sci-mathematics/open-axiom: remove dead package
9
10 Last release 2013, does not compile
11
12 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
13
14 sci-mathematics/open-axiom/metadata.xml | 17 -----------
15 .../open-axiom/open-axiom-1.4.2_p20180201.ebuild | 35 ----------------------
16 2 files changed, 52 deletions(-)
17
18 diff --git a/sci-mathematics/open-axiom/metadata.xml b/sci-mathematics/open-axiom/metadata.xml
19 deleted file mode 100644
20 index c9b1f5cd4..000000000
21 --- a/sci-mathematics/open-axiom/metadata.xml
22 +++ /dev/null
23 @@ -1,17 +0,0 @@
24 -<?xml version="1.0" encoding="UTF-8"?>
25 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 -<pkgmetadata>
27 - <maintainer type="project">
28 - <email>sci-mathematics@g.o</email>
29 - <name>Gentoo Mathematics Project</name>
30 - </maintainer>
31 - <longdescription lang="en">
32 -OpenAxiom is an open source platform for symbolic, algebraic, and
33 -numerical computations. It offers an interactive environment, an expressive
34 -programming language, a compiler, a large set of mathematical libraries of
35 -interest to researchers and practitioners of computational sciences.
36 -</longdescription>
37 - <upstream>
38 - <remote-id type="sourceforge">open-axiom</remote-id>
39 - </upstream>
40 -</pkgmetadata>
41
42 diff --git a/sci-mathematics/open-axiom/open-axiom-1.4.2_p20180201.ebuild b/sci-mathematics/open-axiom/open-axiom-1.4.2_p20180201.ebuild
43 deleted file mode 100644
44 index d5c363ba6..000000000
45 --- a/sci-mathematics/open-axiom/open-axiom-1.4.2_p20180201.ebuild
46 +++ /dev/null
47 @@ -1,35 +0,0 @@
48 -# Copyright 1999-2021 Gentoo Authors
49 -# Distributed under the terms of the GNU General Public License v2
50 -
51 -EAPI=7
52 -
53 -COMMIT="d113f3f7ba119fecd9d946bced8d3dfe9456b933"
54 -
55 -DESCRIPTION="Symbolic and algebraic computations system"
56 -HOMEPAGE="https://github.com/GabrielDosReis/open-axiom http://www.open-axiom.org/"
57 -SRC_URI="https://github.com/GabrielDosReis/open-axiom/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
58 -
59 -LICENSE="BSD"
60 -SLOT="0"
61 -KEYWORDS=""
62 -
63 -IUSE="X"
64 -
65 -RDEPEND="X? ( x11-libs/libXpm )"
66 -DEPEND="${RDEPEND}
67 - app-text/noweb
68 - dev-lisp/ecls[cxx]
69 -"
70 -
71 -DOCS="MAINTAINERS TODO STYLES"
72 -
73 -S="${WORKDIR}/${PN}-${COMMIT}"
74 -
75 -src_configure() {
76 - # There is an option to compile with other lisps. However:
77 - # - gcl is getting obsolete and unmaintained and is hard masked
78 - # - could not make it work with sbcl
79 - econf \
80 - --with-lisp=ecl \
81 - $(use_with X x)
82 -}