commit: fed80aea54a685879c2eb4bf217aa9f625c38715
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 25 10:02:14 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Jun 25 10:02:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fed80aea
dev-lang/aldor: fix PkgInvalidXml, duplicate maintainer entry
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-lang/aldor/metadata.xml | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/dev-lang/aldor/metadata.xml b/dev-lang/aldor/metadata.xml
index d3ae56a7c..b6f08490f 100644
--- a/dev-lang/aldor/metadata.xml
+++ b/dev-lang/aldor/metadata.xml
@@ -8,12 +8,8 @@
</maintainer>
<longdescription lang="en">Aldor is a programming language. It is the
successor of A# as the extension language of the Axiom computer algebra system.
-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>
- <maintainer type="person">
- <description>co-maintainers welcome</description>
- <email>[email protected]</email>
- <name>Alessandro Barbieri</name>
- </maintainer>
+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>
<upstream>
<remote-id type="github">pippijn/aldor</remote-id>
</upstream>