diff options
author | Mike Gilbert <floppym@gentoo.org> | 2015-08-24 16:12:35 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2015-08-24 16:30:34 -0400 |
commit | 1bfb585cc60a9e59b690700e7a0dadc691e2b9d0 (patch) | |
tree | cbce55e6b267e850e3b680ff6806486deda6d0d9 /dev-ada/xmlada | |
parent | sys-kernel/hardened-sources: add 4.1.6-r1 (diff) | |
download | gentoo-1bfb585cc60a9e59b690700e7a0dadc691e2b9d0.tar.gz gentoo-1bfb585cc60a9e59b690700e7a0dadc691e2b9d0.tar.bz2 gentoo-1bfb585cc60a9e59b690700e7a0dadc691e2b9d0.zip |
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/xmlada')
-rw-r--r-- | dev-ada/xmlada/metadata.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ada/xmlada/metadata.xml b/dev-ada/xmlada/metadata.xml index 259918c6d8f7..66f2f1fc397f 100644 --- a/dev-ada/xmlada/metadata.xml +++ b/dev-ada/xmlada/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>XML/Ada includes a complete XML parser that fully supports the XML 1.0 specifications, including DTDs, entity resolution, external entities,attribute normalization, and conditional sections. XML/Ada also supports the SAX 2.0 standard. Through an object-oriented Ada interface, the XML/Ada SAX implementation provides an extremely efficient way to convert XML streams to application-specific data representations. XML/Ada includes full support for the core part of DOM 2.0. In addition to this XML support, XML/Ada includes an extensive set of packages to read, manipulate and write Unicode streams, in various encodings like UTF-8, UTF-16 and UTF-32. It provides a conversion mechanism between Unicode and encodings such as Latin-1, Latin-2, etc.</longdescription> |