commit: cb97b25bd87da46462a3d73b4d5bcda6cc13f2e1 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org> AuthorDate: Fri Oct 20 05:48:20 2017 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Fri Oct 20 05:48:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb97b25b
sci-mathematics/why3-for-spark: Fix metadata.xml Package-Manager: Portage-2.3.8, Repoman-2.3.3 sci-mathematics/why3-for-spark/metadata.xml | 46 ++++++++++++++--------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/sci-mathematics/why3-for-spark/metadata.xml b/sci-mathematics/why3-for-spark/metadata.xml index 6dbb21558b6..f73ffa40b69 100644 --- a/sci-mathematics/why3-for-spark/metadata.xml +++ b/sci-mathematics/why3-for-spark/metadata.xml @@ -1,27 +1,27 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="project"> - <email>sci-mathemat...@gentoo.org</email> - <name>Gentoo Mathematics Project</name> -</maintainer> -<longdescription> - 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. -</longdescription> -<use> - <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> -</use> + <maintainer type="person"> + <email>tup...@gentoo.org</email> + <name>Tupone Alfredo</name> + </maintainer> + <longdescription lang="en"> + 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. + </longdescription> + <use> + <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> + </use> </pkgmetadata>