aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/open-axiom/open-axiom-1.4.2_p20180201.ebuild')
-rw-r--r--sci-mathematics/open-axiom/open-axiom-1.4.2_p20180201.ebuild35
1 files changed, 0 insertions, 35 deletions
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)
-}