commit: 855d6ced9b2c4eb84ec2b2db0742b111a7a3ff3a Author: Davide Pesavento <pesa <AT> gentoo <DOT> org> AuthorDate: Fri Jun 10 01:44:40 2016 +0000 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org> CommitDate: Fri Jun 10 01:45:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855d6ced
dev-util/qbs: expand metadata Package-Manager: portage-2.3.0_rc1 dev-util/qbs/metadata.xml | 30 ++++++++++++++++++++++-------- 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/dev-util/qbs/metadata.xml b/dev-util/qbs/metadata.xml index c6a1777..eb2faf7 100644 --- a/dev-util/qbs/metadata.xml +++ b/dev-util/qbs/metadata.xml @@ -1,12 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="person"> - <email>[email protected]</email> - <name>Davide Pesavento</name> -</maintainer> -<maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Qt Project</name> -</maintainer> + <maintainer type="person"> + <email>[email protected]</email> + <name>Davide Pesavento</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Qt Project</name> + </maintainer> + <longdescription lang="en"> + Qbs is a tool that helps simplify the build process for developing + projects across multiple platforms. Qbs can be used for any software + project, whether it is written in Qt or not. + + Qbs is an all-in-one tool that generates a build graph from a + high-level project description (like qmake or cmake) and additionally + undertakes the task of executing the commands in the low-level build + graph (like make). + </longdescription> + <upstream> + <bugs-to>https://bugreports.qt.io/</bugs-to> + <doc>http://doc.qt.io/qbs/</doc> + </upstream> </pkgmetadata>
