aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-24 18:35:58 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-24 18:35:58 +0100
commit4acf5ce61cdc3257f84d9f608fa382304965aa5a (patch)
tree32fc2fc511ea3432e9cf426501876e79d12b487d /sci-mathematics
parentdev-python/fslpy: cleanup old (diff)
downloadsci-4acf5ce61cdc3257f84d9f608fa382304965aa5a.tar.gz
sci-4acf5ce61cdc3257f84d9f608fa382304965aa5a.tar.bz2
sci-4acf5ce61cdc3257f84d9f608fa382304965aa5a.zip
sci-mathematics/open-axiom: remove dead package
Last release 2013, does not compile Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/open-axiom/Manifest1
-rw-r--r--sci-mathematics/open-axiom/metadata.xml17
-rw-r--r--sci-mathematics/open-axiom/open-axiom-1.4.2_p20180201.ebuild35
3 files changed, 0 insertions, 53 deletions
diff --git a/sci-mathematics/open-axiom/Manifest b/sci-mathematics/open-axiom/Manifest
deleted file mode 100644
index 0d21997aa..000000000
--- a/sci-mathematics/open-axiom/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST open-axiom-1.4.2_p20180201.tar.gz 11874816 BLAKE2B dbde86beb5fee7094a7653902f4cabc043b21ef46cc1c30778cb060c167149638b253c07f0bd2dc572b72f8e30cce9192c153f3ef2f2d53be41a9373b89a09ba SHA512 0c7996dfdef9ea468d1b9ea30ecd50d60ef310acf346bf285c846358354fab9d2b31497ee5d1e978e8da5c5129365d80c40bffaaf65770b9b18865e554155967
diff --git a/sci-mathematics/open-axiom/metadata.xml b/sci-mathematics/open-axiom/metadata.xml
deleted file mode 100644
index c9b1f5cd4..000000000
--- a/sci-mathematics/open-axiom/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci-mathematics@gentoo.org</email>
- <name>Gentoo Mathematics Project</name>
- </maintainer>
- <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
-interest to researchers and practitioners of computational sciences.
-</longdescription>
- <upstream>
- <remote-id type="sourceforge">open-axiom</remote-id>
- </upstream>
-</pkgmetadata>
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
deleted file mode 100644
index d5c363ba6..000000000
--- a/sci-mathematics/open-axiom/open-axiom-1.4.2_p20180201.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-COMMIT="d113f3f7ba119fecd9d946bced8d3dfe9456b933"
-
-DESCRIPTION="Symbolic and algebraic computations system"
-HOMEPAGE="https://github.com/GabrielDosReis/open-axiom http://www.open-axiom.org/"
-SRC_URI="https://github.com/GabrielDosReis/open-axiom/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-
-IUSE="X"
-
-RDEPEND="X? ( x11-libs/libXpm )"
-DEPEND="${RDEPEND}
- app-text/noweb
- dev-lisp/ecls[cxx]
-"
-
-DOCS="MAINTAINERS TODO STYLES"
-
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-src_configure() {
- # There is an option to compile with other lisps. However:
- # - gcl is getting obsolete and unmaintained and is hard masked
- # - could not make it work with sbcl
- econf \
- --with-lisp=ecl \
- $(use_with X x)
-}