commit:     8fcb0ecd67aa70c08011d3bb5ec86c25b071bca8
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sat Sep 26 23:17:06 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sat Sep 26 23:17:06 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=8fcb0ecd

sci-mathematics/aribas: drop dead package

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 sci-mathematics/aribas/aribas-1.63.ebuild       | 76 -------------------------
 sci-mathematics/aribas/files/64aribas-gentoo.el |  3 -
 sci-mathematics/aribas/metadata.xml             | 13 -----
 3 files changed, 92 deletions(-)

diff --git a/sci-mathematics/aribas/aribas-1.63.ebuild 
b/sci-mathematics/aribas/aribas-1.63.ebuild
deleted file mode 100644
index 0759b3158..000000000
--- a/sci-mathematics/aribas/aribas-1.63.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp-common versionator
-
-DESCRIPTION="Interpreter for big integer and multi-precision floating point 
arithmetic"
-HOMEPAGE="http://www.mathematik.uni-muenchen.de/~forster/sw/${PN}.html";
-SRC_URI="ftp://ftp.mathematik.uni-muenchen.de/pub/forster/${PN}/UNIX_LINUX/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="doc emacs examples"
-
-RDEPEND="emacs? ( virtual/emacs )"
-DEPEND="${RDEPEND}"
-
-SITEFILE=64${PN}-gentoo.el
-CH_PV=$(delete_all_version_separators)
-
-src_prepare() {
-       # Linux x86 assembly piece
-       if use x86; then
-               mv LINUX/arito386.S . || die
-               mv LINUX/Makefile.linux Makefile || die
-       fi
-
-       # removing strip
-       sed -e '/^      strip \$(PROGRAM)$/d' -i Makefile || die "sed failed"
-}
-
-src_compile() {
-       cd src || die
-       if use x86; then
-               emake CFLAGS="-DLiNUX -DPROTO ${CFLAGS}"
-       else
-               emake CC=gcc CFLAGS="-DUNiX -DPROTO ${CFLAGS}"
-       fi
-
-       if use emacs; then
-               cd EL || doe
-               elisp-compile *.el
-       fi
-}
-
-src_install() {
-       dobin src/${PN}
-       doman doc/*.1
-       dodoc CHANGES${CH_PV}.txt
-
-       if use doc; then
-               dodoc doc/${PN}.doc doc/${PN}.tut
-       fi
-
-       if use examples; then
-               insinto /usr/share/${P}
-               doins -r examples
-       fi
-
-       if use emacs; then
-               cd src/EL || die
-               elisp-install ${PN} *.el *.elc
-               elisp-site-file-install "${FILESDIR}"/${SITEFILE}
-               newdoc EL/README README.emacs
-       fi
-}
-
-pkg_postinst() {
-       use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
-       use emacs && elisp-site-regen
-}

diff --git a/sci-mathematics/aribas/files/64aribas-gentoo.el 
b/sci-mathematics/aribas/files/64aribas-gentoo.el
deleted file mode 100644
index 3598e39ca..000000000
--- a/sci-mathematics/aribas/files/64aribas-gentoo.el
+++ /dev/null
@@ -1,3 +0,0 @@
-;; aribas mode
-(add-to-list 'load-path "@SITELISP@")
-(autoload 'run-aribas "aribas" "Run ARIBAS." t)

diff --git a/sci-mathematics/aribas/metadata.xml 
b/sci-mathematics/aribas/metadata.xml
deleted file mode 100644
index 146901339..000000000
--- a/sci-mathematics/aribas/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>[email protected]</email>
-               <name>Andrey Grozin</name>
-       </maintainer>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Gentoo Mathematics Project</name>
-       </maintainer>
-       <longdescription>Interpreter for big integer and multi-precision 
floating point arithmetic</longdescription>
-</pkgmetadata>

Reply via email to