Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/coq/
Date: Mon, 08 Feb 2021 08:00:27
Message-Id: 1612769815.2b0624b89cf627b5dc96bee1c7e33f90ae3f733d.sam@gentoo
1 commit: 2b0624b89cf627b5dc96bee1c7e33f90ae3f733d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 8 07:36:55 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 8 07:36:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b0624b8
7
8 sci-mathematics/coq: fix metadata indentation
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sci-mathematics/coq/metadata.xml | 42 +++++++++++++++++++++-------------------
14 1 file changed, 22 insertions(+), 20 deletions(-)
15
16 diff --git a/sci-mathematics/coq/metadata.xml b/sci-mathematics/coq/metadata.xml
17 index 3dd30ec8636..f49ad93c8b0 100644
18 --- a/sci-mathematics/coq/metadata.xml
19 +++ b/sci-mathematics/coq/metadata.xml
20 @@ -1,24 +1,26 @@
21 <?xml version="1.0" encoding="UTF-8"?>
22 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
23 <pkgmetadata>
24 - <maintainer type="project">
25 - <email>sci-mathematics@g.o</email>
26 - <name>Gentoo Mathematics Project</name>
27 - </maintainer>
28 - <longdescription lang="en">
29 - Developed in the LogiCal project, the Coq tool is a formal proof
30 - management system: a proof done with Coq is mechanically checked
31 - by the machine.
32 - In particular, Coq allows:
33 - * the definition of functions or predicates,
34 - * to state mathematical theorems and software specifications,
35 - * to develop interactively formal proofs of these theorems,
36 - * to check these proofs by a small certification "kernel".
37 - Coq is based on a logical framework called "Calculus of Inductive
38 - Constructions" extended by a modular development system for
39 - theories.
40 -</longdescription>
41 - <use>
42 - <flag name="camlp5">Build using camlp5. This is required for some plugins like Ssreflect.</flag>
43 - </use>
44 + <maintainer type="project">
45 + <email>sci-mathematics@g.o</email>
46 + <name>Gentoo Mathematics Project</name>
47 + </maintainer>
48 + <longdescription lang="en">
49 + Developed in the LogiCal project, the Coq tool is a formal proof
50 + management system: a proof done with Coq is mechanically checked
51 + by the machine.
52 +
53 + In particular, Coq allows:
54 + * the definition of functions or predicates,
55 + * to state mathematical theorems and software specifications,
56 + * to develop interactively formal proofs of these theorems,
57 + * to check these proofs by a small certification "kernel".
58 +
59 + Coq is based on a logical framework called "Calculus of Inductive
60 + Constructions" extended by a modular development system for
61 + theories.
62 + </longdescription>
63 + <use>
64 + <flag name="camlp5">Build using camlp5. This is required for some plugins like Ssreflect.</flag>
65 + </use>
66 </pkgmetadata>