summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2009-08-30 09:14:47 +0000
committerGeorge Shapovalov <george@gentoo.org>2009-08-30 09:14:47 +0000
commitc3ed4976faac9c00b195db80e780542a290cea6d (patch)
tree3d2e868e307aa0ae0c59420a376b287d93e85d35 /dev-ada
parentFix copy/pasto dep problem. Per bug #283067. (diff)
downloadgentoo-2-c3ed4976faac9c00b195db80e780542a290cea6d.tar.gz
gentoo-2-c3ed4976faac9c00b195db80e780542a290cea6d.tar.bz2
gentoo-2-c3ed4976faac9c00b195db80e780542a290cea6d.zip
changed longdescription to actually describe qtada
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ada')
-rw-r--r--dev-ada/qtada/Manifest2
-rw-r--r--dev-ada/qtada/metadata.xml5
2 files changed, 5 insertions, 2 deletions
diff --git a/dev-ada/qtada/Manifest b/dev-ada/qtada/Manifest
index f5d51fa2c7bf..2695b1e931eb 100644
--- a/dev-ada/qtada/Manifest
+++ b/dev-ada/qtada/Manifest
@@ -1,4 +1,4 @@
DIST qtada-gpl-1.0.4.tar.gz 1624466 RMD160 04a50e855d4c3d63213853d90bd2fa625547294e SHA1 9e71bfb47958793c324822ce9b03de308f397800 SHA256 e39b8f459361d8cf142527771b179d2aba77e7849359803042ed45e9129a9789
EBUILD qtada-1.0.4.ebuild 2860 RMD160 4803ca18df0736b1a060c7b90e36caf8b058b595 SHA1 87381a7f82bbb2ef43639042a533c266beb8760c SHA256 919ced653e243ed646f823fdc005ac608c193f531af623ef2e5322c9aeae42fa
MISC ChangeLog 874 RMD160 937ac027bd7e3a6cc52e31857ac3789bfac01763 SHA1 8b9e0fa1e6bcc1aa2d3f0065c4fa10d93975eeaf SHA256 247e5d4f3b24947d4db05cf9fad19ec50e62054c905186857c2d1b5752206815
-MISC metadata.xml 938 RMD160 d56fe21a5d0e3476dea7db8c325618f6ec007502 SHA1 47efe6a2dbcf0f11b04f1bd9d144e018ace7579d SHA256 2f009a0f62b8fc89cc7188d5bedfcd8cea774d70456f69454ad2ec6cd544a377
+MISC metadata.xml 779 RMD160 d3c0bc9adaf84e1e79ff415fccb4e0e1bd6c7eb5 SHA1 da4e41b2db454c50b74d335c29ae8a5069d90cc8 SHA256 47daa0e015cb77c4a89d8875bbd09c6f60adf9c030107b3c7ba589cdb0f979d2
diff --git a/dev-ada/qtada/metadata.xml b/dev-ada/qtada/metadata.xml
index 66f2f1fc397f..7f54c3d9c7ba 100644
--- a/dev-ada/qtada/metadata.xml
+++ b/dev-ada/qtada/metadata.xml
@@ -2,5 +2,8 @@
<!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>
+<longdescription>
+QtAda is an Ada2005 language bindings to the Qt libraries and a set of useful tools. Qt is a cross-platform C++ development framework developed and supported by Qt Software. QtAda supports Qt version 4.4 and later.
+QtAda allows easly to create cross-platform powerful graphical user interface completely on Ada 2005. QtAda applications will work on most popular platforms — Microsoft Windows, Mac OS X, Linux/Unix — without any changes and platform specific code. QtAda applications use native look and feel (and even use user's Control Panel setting) on every supported platforms.
+</longdescription>
</pkgmetadata>