summaryrefslogtreecommitdiff
path: root/dev-python/OutputCheck
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-04-29 06:01:20 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-04-29 06:01:20 +0000
commit585411f8a551570e81d5af64aac1ac83374fd93e (patch)
tree07aea7a4ff7f2ae12fe0bb5434a350d982a2ec01 /dev-python/OutputCheck
parent103afc75d23d19b7864dfb2e0fb35b982dfa5962 (diff)
downloadbaldeagleos-repo-585411f8a551570e81d5af64aac1ac83374fd93e.tar.gz
baldeagleos-repo-585411f8a551570e81d5af64aac1ac83374fd93e.tar.xz
baldeagleos-repo-585411f8a551570e81d5af64aac1ac83374fd93e.zip
Adding metadata
Diffstat (limited to 'dev-python/OutputCheck')
-rw-r--r--dev-python/OutputCheck/metadata.xml32
1 files changed, 17 insertions, 15 deletions
diff --git a/dev-python/OutputCheck/metadata.xml b/dev-python/OutputCheck/metadata.xml
index fca69831eb6a..0891dc52ae07 100644
--- a/dev-python/OutputCheck/metadata.xml
+++ b/dev-python/OutputCheck/metadata.xml
@@ -1,22 +1,24 @@
<?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="person">
- <email>xgqt@gentoo.org</email>
- <name>Maciej Barć</name>
- </maintainer>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <longdescription>
+ <maintainer type="person">
+ <email>xgqt@gentoo.org</email>
+ <name>Maciej Barć</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <longdescription>
OutputCheck is a tool for checking the output of console programs that is
inspired by the FileCheck tool used by LLVM. It has its own small language
(Check Directives) for describing the expected output of a tool that is
considerably more convenient and more powerful than GNU grep.
</longdescription>
- <upstream>
- <bugs-to>https://github.com/stp/OutputCheck/issues/</bugs-to>
- </upstream>
- <origin>gentoo-staging</origin>
-</pkgmetadata> \ No newline at end of file
+ <upstream>
+ <bugs-to>https://github.com/stp/OutputCheck/issues/</bugs-to>
+ <remote-id type="github">stp/OutputCheck</remote-id>
+ <remote-id type="pypi">OutputCheck</remote-id>
+ </upstream>
+</pkgmetadata>