summaryrefslogtreecommitdiff
path: root/dev-ada/prettier-ada/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ada/prettier-ada/metadata.xml')
-rw-r--r--dev-ada/prettier-ada/metadata.xml25
1 files changed, 13 insertions, 12 deletions
diff --git a/dev-ada/prettier-ada/metadata.xml b/dev-ada/prettier-ada/metadata.xml
index c8a4240d8cee..7f40891ad6cd 100644
--- a/dev-ada/prettier-ada/metadata.xml
+++ b/dev-ada/prettier-ada/metadata.xml
@@ -1,10 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>ada@gentoo.org</email>
- </maintainer>
- <longdescription lang="en">
+ <maintainer type="project">
+ <email>ada@gentoo.org</email>
+ </maintainer>
+ <use>
+ <flag name="shared">Build shared library</flag>
+ <flag name="static-pic">Build static library with pic code</flag>
+ </use>
+ <longdescription lang="en">
This project is a port of the Prettier formatter to the Ada programming
language. The aim of this project is to provide a tool that allows Ada
programmers to create formatters for any language of their choosing.
@@ -12,10 +16,7 @@
dependencies were ported. The formatters for all supported languages
are not included in this project.
</longdescription>
-
- <use>
- <flag name="shared">Build shared library</flag>
- <flag name="static-pic">Build static library with pic code</flag>
- </use>
- <origin>liguros-repo</origin>
-</pkgmetadata> \ No newline at end of file
+ <upstream>
+ <remote-id type="github">AdaCore/prettier-ada</remote-id>
+ </upstream>
+</pkgmetadata>