commit:     fb7aaa7ec643e2dc44a226b79f93294253402463
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 23 23:12:55 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Mar 24 00:15:10 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb7aaa7e

sci-mathematics/flocq: drop old 4.1.1

Closes: https://bugs.gentoo.org/951919
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 sci-mathematics/flocq/Manifest           |  1 -
 sci-mathematics/flocq/flocq-4.1.1.ebuild | 37 --------------------------------
 2 files changed, 38 deletions(-)

diff --git a/sci-mathematics/flocq/Manifest b/sci-mathematics/flocq/Manifest
index 88524046b1b1..5b8b18fe37a7 100644
--- a/sci-mathematics/flocq/Manifest
+++ b/sci-mathematics/flocq/Manifest
@@ -1,2 +1 @@
-DIST flocq-4.1.1.tar.gz 450132 BLAKE2B 
00821a3e135156640320d1afd548bc1912953bba64cc675b7b6c94b4e3c792c444bfbb4ef1a3352adefa466548083e32c2b1e4b38747dcbc6ac6de6d72250a74
 SHA512 
7076b8d5e33b8225e0124b9f66f4e3e1ed3e30804c5bca28e30d5e176c1b8c5c3d777a28c243fada17ab4ed32f580c6d606b11f045d48f7acb15e03db59870c4
 DIST flocq-4.2.1.tar.gz 447822 BLAKE2B 
c91f3e51d28854b15c526634494377b07b76dfa0fdbeeb0a3c2c27a27152fc2dd1ef6908f434f4f3be76d9172acdd616a51bea97b937886a3bf64bac37fcba18
 SHA512 
73a93f1b7d7b0d1ad731a87c1fbf80d363cc479259059618170d488eb7ff2e101d4e3adf850796b3d20455c94ba093ad39d9ef80e3e03e53b20f6e9df1886736

diff --git a/sci-mathematics/flocq/flocq-4.1.1.ebuild 
b/sci-mathematics/flocq/flocq-4.1.1.ebuild
deleted file mode 100644
index a547b9e58320..000000000000
--- a/sci-mathematics/flocq/flocq-4.1.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit multiprocessing
-
-DESCRIPTION="Formalization of floating-point arithmetic for the Coq proof 
assistant"
-HOMEPAGE="http://flocq.gforge.inria.fr/
-       https://gitlab.inria.fr/flocq/flocq/";
-SRC_URI="https://flocq.gitlabpages.inria.fr/releases/${P}.tar.gz";
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       dev-lang/ocaml:=
-       >=sci-mathematics/coq-8.12:=
-"
-DEPEND="${RDEPEND}"
-
-# Do not complain about CFLAGS etc since ML projects do not use them.
-QA_FLAGS_IGNORED='.*'
-
-src_compile() {
-       ./remake --jobs=$(makeopts_jobs) || die
-}
-
-src_install() {
-       DESTDIR="${D}" ./remake install || die
-
-       dodoc AUTHORS INSTALL.md NEWS.md README.md
-
-       insinto /usr/share/${PN}
-       doins -r examples
-}

Reply via email to