Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-lang/aldor/
Date: Fri, 25 Jun 2021 10:11:18
Message-Id: 1624615334.fed80aea54a685879c2eb4bf217aa9f625c38715.andrewammerlaan@gentoo
1 commit: fed80aea54a685879c2eb4bf217aa9f625c38715
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 25 10:02:14 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 25 10:02:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fed80aea
7
8 dev-lang/aldor: fix PkgInvalidXml, duplicate maintainer entry
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 dev-lang/aldor/metadata.xml | 8 ++------
14 1 file changed, 2 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-lang/aldor/metadata.xml b/dev-lang/aldor/metadata.xml
17 index d3ae56a7c..b6f08490f 100644
18 --- a/dev-lang/aldor/metadata.xml
19 +++ b/dev-lang/aldor/metadata.xml
20 @@ -8,12 +8,8 @@
21 </maintainer>
22 <longdescription lang="en">Aldor is a programming language. It is the successor of A# as the extension language of the Axiom computer algebra system.
23
24 -The Aldor language combines imperative, functional, and object-oriented features. It has an elaborate dependent type system, allowing types to be used as first-class values. Aldor's syntax is heavily influenced by Pascal, but it is optionally indentation-sensitive, like Python. In its current implementation, it is compiled, but an interactive listener is provided.</longdescription>
25 - <maintainer type="person">
26 - <description>co-maintainers welcome</description>
27 - <email>lssndrbarbieri@×××××.com</email>
28 - <name>Alessandro Barbieri</name>
29 - </maintainer>
30 +The Aldor language combines imperative, functional, and object-oriented features. It has an elaborate dependent type system, allowing types to be used as first-class values. Aldor's syntax is heavily influenced by Pascal, but it is optionally indentation-sensitive, like Python. In its current implementation, it is compiled, but an interactive listener is provided.
31 + </longdescription>
32 <upstream>
33 <remote-id type="github">pippijn/aldor</remote-id>
34 </upstream>