commit:     6e412177eb38dfea270e9c6c8cf60375cc9ddd81
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  6 15:52:17 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Feb  6 17:41:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e412177

sci-mathematics/why3-for-spark: drop old version

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-mathematics/why3-for-spark/Manifest            |  1 -
 sci-mathematics/why3-for-spark/metadata.xml        |  1 -
 .../why3-for-spark/why3-for-spark-2018.ebuild      | 73 ----------------------
 .../why3-for-spark/why3-for-spark-2019-r2.ebuild   |  6 +-
 4 files changed, 3 insertions(+), 78 deletions(-)

diff --git a/sci-mathematics/why3-for-spark/Manifest 
b/sci-mathematics/why3-for-spark/Manifest
index a15aa4d6feb9..afc57cb3d37d 100644
--- a/sci-mathematics/why3-for-spark/Manifest
+++ b/sci-mathematics/why3-for-spark/Manifest
@@ -1,4 +1,3 @@
 DIST 
8bb5801e17b8b23453262da69c981c091959eec7?filename=why3-2020-20200429-199EF-src.tar.gz
 9739066 BLAKE2B 
c7c11a92d4926f90be9ffa94d74e65ad78423953b53ee617565ccfcea4a5a60b251367b0712c30d170ab717d5868f7d95d62694f38c3d2f52805a28a6522ab8a
 SHA512 
61cd5509957230ff81186d2507b9749b182cdc44698f6658337ce294d210742e57164d25d7c0eb3eb5ea0c53f5f46dea099e6a0769fadcb709a5a8557ed3cae3
 DIST why3-2019-20190517-197BB-src.tar.gz 9439414 BLAKE2B 
68072064e8ee9152528c90afc948047a1f4d58b960ac05b276761fdca5ba1204100c75f33db7bb0ea1a8a646b734e62892ed41bd875b954354f52b8f9d498d4a
 SHA512 
9169a4ff9ee994a19f9f04b689d1b9c679f5340bcd631d7d49b4c55064f505bd5a6ca8149077e5d24d36f5365f0cab58587094e86f352a9105fc46f10c0746ba
 DIST why3-2021-20210519-19ADF-src.tar.gz 10386938 BLAKE2B 
93b6323c562126244f5cccef34088a521fe3dc1cec07c966e94472503ec8492707b20a641936449307f0439e711a82260d36679cbc69f53df8e7886a1d3673c3
 SHA512 
65e3c1430001962f2c7cce786f3e30f14b5295cff89c4087d95c1545e81743723319ba0309dbe15c4c46552110b25ff57addc3ee085dade02ea59a2273b127db
-DIST why3-for-spark-gpl-2018-src.tar.gz 7682767 BLAKE2B 
0b0272ca4d5519ca402990b234d0847378bcd2a0949fea78ea10e355233a16aebe79b938cdf8e4daadabb909171cab83b9d6ccacf9f2dc1c0b57bb6da6fd1fe0
 SHA512 
fc798acf343484fd8e70f470a318753c9a0e9967ff579f20ec185bf3c2a75e7a4a556388fc86a378610ce4a467f3e722c6f610da34d4c33bc3d6b10551731f07

diff --git a/sci-mathematics/why3-for-spark/metadata.xml 
b/sci-mathematics/why3-for-spark/metadata.xml
index 6581985ad1d8..edf687ae15b9 100644
--- a/sci-mathematics/why3-for-spark/metadata.xml
+++ b/sci-mathematics/why3-for-spark/metadata.xml
@@ -21,7 +21,6 @@
                <flag name="coq">Add <pkg>sci-mathematics/coq</pkg> 
support</flag>
                <flag name="html">Build HTML documentation</flag>
                <flag name="hypothesis-selection">Enable hypothesis 
selection</flag>
-               <flag name="profiling">Enable profiling</flag>
                <flag name="zarith">Use <pkg>dev-ml/zarith</pkg></flag>
                <flag name="zip">Enable compression of session files</flag>
        </use>

diff --git a/sci-mathematics/why3-for-spark/why3-for-spark-2018.ebuild 
b/sci-mathematics/why3-for-spark/why3-for-spark-2018.ebuild
deleted file mode 100644
index 48d190220579..000000000000
--- a/sci-mathematics/why3-for-spark/why3-for-spark-2018.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MYP=${PN}-gpl-${PV}-src
-
-DESCRIPTION="Platform for deductive program verification"
-HOMEPAGE="http://why3.lri.fr/";
-SRC_URI="http://mirrors.cdn.adacore.com/art/5b0819dec7a447df26c27a43
-       -> ${MYP}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="coq doc emacs gtk html hypothesis-selection +ocamlopt profiling zarith 
zip"
-RESTRICT="strip"
-
-DEPEND=">=dev-lang/ocaml-4.02.3:=[ocamlopt=]
-       dev-ml/menhir:=
-       coq? ( sci-mathematics/coq )
-       doc? ( dev-tex/rubber )
-       gtk? ( dev-ml/lablgtk:2=[sourceview] )
-       emacs? ( >=app-editors/emacs-23.1:* )
-       html? ( dev-tex/hevea:= )
-       hypothesis-selection? ( dev-ml/ocamlgraph:= )
-       zarith? ( dev-ml/zarith:= )
-       zip? ( >=dev-ml/camlzip-1.07:= )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/${MYP}
-
-PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
-
-REQUIRED_USE="html? ( doc )"
-
-src_configure() {
-       econf \
-               --disable-pvs-libs \
-               --disable-isabelle-libs \
-               $(use_enable coq coq-libs) \
-               $(use_enable coq coq-tactic) \
-               $(use_enable doc) \
-               $(use_enable emacs emacs-compilation) \
-               $(use_enable gtk ide) \
-               $(use_enable html html-doc) \
-               $(use_enable hypothesis-selection) \
-               $(use_enable ocamlopt native-code) \
-               $(use_enable profiling) \
-               $(use_enable zarith) \
-               $(use_enable zip)
-}
-
-src_compile() {
-       emake -j1
-       if use ocamlopt; then
-               emake byte
-       fi
-       use doc && emake doc
-}
-
-src_install() {
-       emake DESTDIR="${D}" -j1 install
-       emake DESTDIR="${D}" -j1 install-lib
-       emake DESTDIR="${D}" install_spark2014_dev
-       einstalldocs
-       docompress -x /usr/share/doc/${PF}/examples
-       dodoc -r examples
-       if use doc; then
-               dodoc doc/manual.pdf
-               use html && dodoc -r doc/html
-       fi
-}

diff --git a/sci-mathematics/why3-for-spark/why3-for-spark-2019-r2.ebuild 
b/sci-mathematics/why3-for-spark/why3-for-spark-2019-r2.ebuild
index 9fa713b6baaa..f0597604b01e 100644
--- a/sci-mathematics/why3-for-spark/why3-for-spark-2019-r2.ebuild
+++ b/sci-mathematics/why3-for-spark/why3-for-spark-2019-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,13 +12,13 @@ 
SRC_URI="http://mirrors.cdn.adacore.com/art/5cdf915d31e87a8f1c967d54
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="coq doc emacs gtk html hypothesis-selection +ocamlopt zarith zip"
 RESTRICT="strip"
 
 DEPEND=">=dev-lang/ocaml-4.09.0:=[ocamlopt=]
        >=dev-ml/ocamlbuild-0.14.0
-       dev-ml/menhir:=
+       <=dev-ml/menhir-20190924:=
        dev-ml/num:=
        coq? ( >=sci-mathematics/coq-8.9.1 )
        doc? ( dev-tex/rubber )

Reply via email to