From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CB4FC158086 for ; Wed, 15 Dec 2021 10:35:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 517CD2BC058; Wed, 15 Dec 2021 10:35:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1FBFC2BC058 for ; Wed, 15 Dec 2021 10:35:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D213434375B for ; Wed, 15 Dec 2021 10:35:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3BF527F for ; Wed, 15 Dec 2021 10:35:24 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1639564502.d6f443bcf23ca2f4f6e583bd02a79fadcb1c1875.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sci-mathematics/why3/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-mathematics/why3/Manifest sci-mathematics/why3/metadata.xml sci-mathematics/why3/why3-1.3.3.ebuild sci-mathematics/why3/why3-1.4.0.ebuild X-VCS-Directories: sci-mathematics/why3/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: d6f443bcf23ca2f4f6e583bd02a79fadcb1c1875 X-VCS-Branch: master Date: Wed, 15 Dec 2021 10:35:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9eb2945d-535e-4f46-b5ff-51568c2979bf X-Archives-Hash: 137b34fb9d461c78b381325caa5e8cbd Message-ID: <20211215103524.lGo7l7ppymWYeg87ktJ5IDspy5CmgAklq6XKeLRbylc@z> commit: d6f443bcf23ca2f4f6e583bd02a79fadcb1c1875 Author: Andrew Ammerlaan gentoo org> AuthorDate: Wed Dec 15 10:32:13 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Dec 15 10:35:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d6f443bc sci-mathematics/why3: moved to ::gentoo Signed-off-by: Andrew Ammerlaan gentoo.org> sci-mathematics/why3/Manifest | 2 - sci-mathematics/why3/metadata.xml | 28 ----------- sci-mathematics/why3/why3-1.3.3.ebuild | 83 -------------------------------- sci-mathematics/why3/why3-1.4.0.ebuild | 86 ---------------------------------- 4 files changed, 199 deletions(-) diff --git a/sci-mathematics/why3/Manifest b/sci-mathematics/why3/Manifest deleted file mode 100644 index 9987a255a..000000000 --- a/sci-mathematics/why3/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST why3-1.3.3.tar.gz 5807572 BLAKE2B b1a04e78010f841e217b9a81c096cadfa0cddabadbe81ef55c310a104668feb1e46cd50576a965a58c74658903d6d08f9fd348bd2064a79ac3b176548927bcbe SHA512 a2dc95691cea29bbd20843a05add3985f777085086b654b53566ecdb752ba892366da703e232c85d5e0237d0e59564527aed55f6ccae9118d49e5f2cf93a53ce -DIST why3-1.4.0.tar.gz 6306524 BLAKE2B ade7803a608d090ea06d974ae47e920993de92a5849d60bd63dba68252919a8f4fd1f0f6a3c975fdb727c4ae3afe13921b5d31a14c005e0d08f518e64bcf05e5 SHA512 b492f08a3c7073782b143a4849c47766b12045ad53c56aa8d251fd5b6bc1863ddebe260c99b3ddb27c4e1e1e9ab986c8b02286ec24f4c30f99f81f5f13fdc90a diff --git a/sci-mathematics/why3/metadata.xml b/sci-mathematics/why3/metadata.xml deleted file mode 100644 index d64bca822..000000000 --- a/sci-mathematics/why3/metadata.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - François-Xavier Carton - fx.carton91@gmail.com - - -Why3 is a platform for deductive program verification. It provides -a rich language for specification and programming, called WhyML, -and relies on external theorem provers, both automated and interactive, -to discharge verification conditions. Why3 comes with a standard -library of logical theories (integer and real arithmetic, Boolean -operations, sets and maps, etc.) and basic programming data structures -(arrays, queues, hash tables, etc.). A user can write WhyML programs -directly and get correct-by-construction OCaml programs through an -automated extraction mechanism. WhyML is also used as an intermediate -language for the verification of C, Java, or Ada programs. - - - Add sci-mathematics/coq support - Build the IDE x11-libs/gtk+ - Use Re (dev-ml/re) instead of Str for regular expressions - Add support for outputting S-expressions with dev-ml/ppx_sexp_conv - Use Zarith (dev-ml/zarith) instead of Nums (dev-ml/num) for computations - Enable compression of session files - - diff --git a/sci-mathematics/why3/why3-1.3.3.ebuild b/sci-mathematics/why3/why3-1.3.3.ebuild deleted file mode 100644 index 89ff253ff..000000000 --- a/sci-mathematics/why3/why3-1.3.3.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools findlib - -DESCRIPTION="Platform for deductive program verification" -HOMEPAGE="http://why3.lri.fr/" -SRC_URI="https://why3.gitlabpages.inria.fr/releases/${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="coq emacs gtk +ocamlopt re +zarith zip" - -DEPEND=">=dev-lang/ocaml-4.05.0[ocamlopt?] - >=dev-ml/menhir-20151112 - dev-ml/num - coq? ( >=sci-mathematics/coq-8.6 ) - emacs? ( app-editors/emacs:* ) - gtk? ( dev-ml/lablgtk:*[sourceview,ocamlopt?] ) - re? ( dev-ml/re dev-ml/seq ) - zarith? ( dev-ml/zarith ) - zip? ( dev-ml/camlzip )" -RDEPEND="${DEPEND}" - -# doc needs sphinxcontrib-bibtex which is currently not packaged -# doc? ( -# dev-python/sphinx -# dev-python/sphinxcontrib-bibtex -# || ( dev-texlive/texlive-latex dev-tex/latexmk dev-tex/rubber ) -# ) - -DOCS=( CHANGES.md README.md ) - -src_prepare() { - mv doc/why.1 doc/why3.1 || die - mv configure.in configure.ac || die - sed -i 's/configure\.in/configure.ac/g' Makefile.in || die - sed -e '/^lib\/why3[a-z]*\$(EXE):/{n;s/-Wall/$(CFLAGS) $(LDFLAGS)/}' \ - -e '/^%.o: %.c/{n;s/\$(CC).*-o/$(CC) $(CFLAGS) -o/}' \ - -i Makefile.in || die - eautoreconf - eapply_user -} - -src_configure() { - econf \ - --disable-hypothesis-selection \ - --disable-pvs-libs \ - --disable-isabelle-libs \ - --disable-frama-c \ - --disable-web-ide \ - --disable-doc \ - $(use_enable coq coq-libs) \ - $(use_enable emacs emacs-compilation) \ - $(use_enable gtk ide) \ - $(use_enable ocamlopt native-code) \ - $(use_enable re) \ - $(use_enable zarith) \ - $(use_enable zip) -} - -src_compile() { - emake - emake plugins - #use doc && emake doc -} - -src_install(){ - findlib_src_preinst - emake install install-lib DESTDIR="${ED}" - - doman doc/why3.1 - einstalldocs - docompress -x /usr/share/doc/${PF}/examples - dodoc -r examples - #if use doc; then - # dodoc doc/latex/manual.pdf - # dodoc -r doc/html - #fi -} diff --git a/sci-mathematics/why3/why3-1.4.0.ebuild b/sci-mathematics/why3/why3-1.4.0.ebuild deleted file mode 100644 index cce31164b..000000000 --- a/sci-mathematics/why3/why3-1.4.0.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools findlib - -DESCRIPTION="Platform for deductive program verification" -HOMEPAGE="http://why3.lri.fr/" -SRC_URI="https://why3.gitlabpages.inria.fr/releases/${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="coq doc emacs gtk +ocamlopt re sexp +zarith zip" - -DEPEND=">=dev-lang/ocaml-4.05.0[ocamlopt?] - >=dev-ml/menhir-20151112 - dev-ml/num - coq? ( >=sci-mathematics/coq-8.6 ) - doc? ( - dev-python/sphinx - dev-python/sphinxcontrib-bibtex - || ( dev-texlive/texlive-latex dev-tex/latexmk dev-tex/rubber ) - ) - emacs? ( app-editors/emacs:* ) - gtk? ( dev-ml/lablgtk:*[sourceview,ocamlopt?] ) - re? ( dev-ml/re dev-ml/seq ) - sexp? ( - dev-ml/ppx_deriving[ocamlopt?] - dev-ml/ppx_sexp_conv[ocamlopt?] - dev-ml/sexplib[ocamlopt?] - ) - zarith? ( dev-ml/zarith ) - zip? ( dev-ml/camlzip )" -RDEPEND="${DEPEND}" - -DOCS=( CHANGES.md README.md ) - -src_prepare() { - mv configure.in configure.ac || die - sed -i 's/configure\.in/configure.ac/g' Makefile.in || die - sed -e '/^lib\/why3[a-z]*\$(EXE):/{n;s/-Wall/$(CFLAGS) $(LDFLAGS)/}' \ - -e '/^%.o: %.c/{n;s/\$(CC).*-o/$(CC) $(CFLAGS) -o/}' \ - -i Makefile.in || die - eautoreconf - eapply_user -} - -src_configure() { - econf \ - --disable-hypothesis-selection \ - --disable-pvs-libs \ - --disable-isabelle-libs \ - --disable-frama-c \ - --disable-infer \ - --disable-web-ide \ - $(use_enable coq coq-libs) \ - $(use_enable doc) \ - $(use_enable emacs emacs-compilation) \ - $(use_enable gtk ide) \ - $(use_enable ocamlopt native-code) \ - $(use_enable re) \ - $(use_enable sexp pp-sexp) \ - $(use_enable zarith) \ - $(use_enable zip) -} - -src_compile() { - emake - emake plugins - use doc && emake doc -} - -src_install(){ - findlib_src_preinst - emake install install-lib DESTDIR="${ED}" - - einstalldocs - docompress -x /usr/share/doc/${PF}/examples - dodoc -r examples - if use doc; then - dodoc doc/latex/manual.pdf - dodoc -r doc/html - fi -}