commit:     4acf5ce61cdc3257f84d9f608fa382304965aa5a
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 24 17:35:58 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Jan 24 17:35:58 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=4acf5ce6

sci-mathematics/open-axiom: remove dead package

Last release 2013, does not compile

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-mathematics/open-axiom/metadata.xml            | 17 -----------
 .../open-axiom/open-axiom-1.4.2_p20180201.ebuild   | 35 ----------------------
 2 files changed, 52 deletions(-)

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>[email protected]</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)
-}

Reply via email to