summaryrefslogtreecommitdiff
path: root/dev-python/OutputCheck/metadata.xml
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-11-22 22:18:20 +0100
committerMichał Górny <mgorny@gentoo.org>2024-11-22 22:31:26 +0100
commit1cb7588b512b2e5e56d438fd5a7cdb748fa662c3 (patch)
tree00fe2d05db777dfc48c336bd25408c7da8726ce3 /dev-python/OutputCheck/metadata.xml
parent61c5b405610a280b0cce9e747b21128113323266 (diff)
downloadgentoo-1cb7588b512b2e5e56d438fd5a7cdb748fa662c3.tar.gz
gentoo-1cb7588b512b2e5e56d438fd5a7cdb748fa662c3.tar.bz2
gentoo-1cb7588b512b2e5e56d438fd5a7cdb748fa662c3.zip
Rename dev-python/{OutputCheck → outputcheck}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/OutputCheck/metadata.xml')
-rw-r--r--dev-python/OutputCheck/metadata.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/OutputCheck/metadata.xml b/dev-python/OutputCheck/metadata.xml
deleted file mode 100644
index 0891dc52ae07..000000000000
--- a/dev-python/OutputCheck/metadata.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!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>
- 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>
- <remote-id type="github">stp/OutputCheck</remote-id>
- <remote-id type="pypi">OutputCheck</remote-id>
- </upstream>
-</pkgmetadata>