commit:     479b911a514a16c9779baff55a90d573a233950c
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Mar  4 12:04:05 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Mar  4 12:04:05 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=479b911a

sci-mathematics/gappa: drop old

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-mathematics/gappa/gappa-1.1.1.ebuild | 39 --------------------------------
 1 file changed, 39 deletions(-)

diff --git a/sci-mathematics/gappa/gappa-1.1.1.ebuild 
b/sci-mathematics/gappa/gappa-1.1.1.ebuild
deleted file mode 100644
index 97c64ef6e..000000000
--- a/sci-mathematics/gappa/gappa-1.1.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Verifying and proving properties on floating-point or fixed-point 
arithmetic"
-HOMEPAGE="http://gappa.gforge.inria.fr/";
-SRC_URI="http://gforge.inria.fr/frs/download.php/33486/${P}.tar.gz";
-
-LICENSE="|| ( CeCILL-2 GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-RDEPEND="
-       dev-libs/gmp:0=
-       dev-libs/mpfr:0=
-       dev-libs/boost"
-DEPEND="${RDEPEND}
-       doc? ( app-doc/doxygen )"
-
-src_prepare() {
-       sed -i Remakefile.in \
-               -e "s:mkdir -p @bindir@:mkdir -p \${DESTDIR}@bindir@:g" \
-               -e "s:cp src/gappa @bindir@:cp src/gappa \${DESTDIR}@bindir@:g"
-}
-
-src_compile() {
-       ./remake -d ${MAKEOPTS} || die "emake failed"
-       if use doc; then
-               ./remake doc/html/index.html
-       fi
-}
-
-src_install() {
-       DESTDIR="${D}" ./remake install
-       dodoc NEWS README AUTHORS ChangeLog
-       use doc && dohtml -A png -r doc/html/*
-}

Reply via email to