summaryrefslogtreecommitdiff
path: root/dev-ada/aunit
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2015-08-24 16:12:35 -0400
committerMike Gilbert <floppym@gentoo.org>2015-08-24 16:30:34 -0400
commit1bfb585cc60a9e59b690700e7a0dadc691e2b9d0 (patch)
treecbce55e6b267e850e3b680ff6806486deda6d0d9 /dev-ada/aunit
parent5accf4107ef4a7ae2b4ecfd1cb9d4c63cf4c50b4 (diff)
downloadgentoo-1bfb585cc60a9e59b690700e7a0dadc691e2b9d0.tar.gz
gentoo-1bfb585cc60a9e59b690700e7a0dadc691e2b9d0.tar.xz
Revert DOCTYPE SYSTEM https changes in metadata.xml
repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
Diffstat (limited to 'dev-ada/aunit')
-rw-r--r--dev-ada/aunit/metadata.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ada/aunit/metadata.xml b/dev-ada/aunit/metadata.xml
index 2b552ce8cf8..83f77149313 100644
--- a/dev-ada/aunit/metadata.xml
+++ b/dev-ada/aunit/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>ada</herd>
<longdescription>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>