summaryrefslogtreecommitdiff
path: root/dev-ada/aunit/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-06-22 11:30:24 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-06-22 11:30:24 +0100
commitd56d144655e3785864da43c9acb6c228ef9360ae (patch)
treeb769b599a558483f82e9a057c41f1edd29626dd1 /dev-ada/aunit/metadata.xml
parentfab849d1daed0ba7f2ac497d07985c3dbb692543 (diff)
gentoo resync : 22.06.2019
Diffstat (limited to 'dev-ada/aunit/metadata.xml')
-rw-r--r--dev-ada/aunit/metadata.xml14
1 files changed, 10 insertions, 4 deletions
diff --git a/dev-ada/aunit/metadata.xml b/dev-ada/aunit/metadata.xml
index 70ed4055100c..1d2d7f1a8b65 100644
--- a/dev-ada/aunit/metadata.xml
+++ b/dev-ada/aunit/metadata.xml
@@ -1,16 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>tupone@gentoo.org</email>
- <name>Tupone Alfredo</name>
+ <maintainer type="project">
+ <email>ada@gentoo.org</email>
</maintainer>
<use>
<flag name="gnat_2016">Compile with dev-lang/gnat-gpl-2016</flag>
<flag name="gnat_2017">Compile with dev-lang/gnat-gpl-2017</flag>
<flag name="gnat_2018">Compile with dev-lang/gnat-gpl-2018</flag>
+ <flag name="gnat_2019">Compile with dev-lang/gnat-gpl-2019</flag>
</use>
<longdescription lang="en">
- AUnit is a set of Ada packages based on the xUnit family of unit test frameworks. It’s intended as a developer’s tool to facilitate confident writing and evolution of Ada software. It is purposely lightweight, as one of its main goals is to make it easy to develop and run unit tests, rather than to generate artifacts for process management. The framework supports easy composition of sets of unit tests to provide flexibility in determining what tests to run for a given purpose.
+ AUnit is a set of Ada packages based on the xUnit family of unit test
+ frameworks. It’s intended as a developer’s tool to facilitate confident
+ writing and evolution of Ada software. It is purposely lightweight, as
+ one of its main goals is to make it easy to develop and run unit tests,
+ rather than to generate artifacts for process management. The framework
+ supports easy composition of sets of unit tests to provide flexibility
+ in determining what tests to run for a given purpose.
</longdescription>
</pkgmetadata>