commit: af0c252d74d64140b4997f1c56e869e9410015b4 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Tue Jan 3 19:08:25 2023 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Tue Jan 3 19:08:25 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=af0c252d
sci-mathematics/gappalib-coq: treeclean Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> .../gappalib-coq/gappalib-coq-1.4.6.ebuild | 35 ---------------------- sci-mathematics/gappalib-coq/metadata.xml | 13 -------- 2 files changed, 48 deletions(-) diff --git a/sci-mathematics/gappalib-coq/gappalib-coq-1.4.6.ebuild b/sci-mathematics/gappalib-coq/gappalib-coq-1.4.6.ebuild deleted file mode 100644 index 82b02933c..000000000 --- a/sci-mathematics/gappalib-coq/gappalib-coq-1.4.6.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 - -DESCRIPTION="Allows the certificates Gappa generates to be imported by the Coq" -HOMEPAGE="http://gappa.gforge.inria.fr/" -SRC_URI="https://gforge.inria.fr/frs/download.php/file/38386/${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND=" - >=sci-mathematics/gappa-1.3.2 - >=sci-mathematics/coq-8.8 - >=sci-mathematics/flocq-3.0 -" -RDEPEND="${DEPEND}" - -src_prepare() { - default - sed -i Remakefile.in \ - -e "s:mkdir -p @libdir@:mkdir -p \${DESTDIR}@libdir@:g" \ - -e "s:cp \$(OBJS) \$(MLTARGETS) @libdir@:cp \$(OBJS) \$(MLTARGETS) \${DESTDIR}@libdir@:g" -} - -src_compile() { - ./remake || die "emake failed" -} - -src_install() { - DESTDIR="${D}" ./remake install || die "emake install failed" - einstalldocs -} diff --git a/sci-mathematics/gappalib-coq/metadata.xml b/sci-mathematics/gappalib-coq/metadata.xml deleted file mode 100644 index 182ed0520..000000000 --- a/sci-mathematics/gappalib-coq/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="project"> - <email>[email protected]</email> - <name>Gentoo Mathematics Project</name> - </maintainer> - <longdescription> -While Gappa is intended to be used directly, it can also act as a -backend prover for the Why software verification plateform or as an -automatic tactic for the Coq proof assistant. -</longdescription> -</pkgmetadata>
