| 1 | <?xml version="1.0" encoding="UTF-8"?> |
1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoolkit.xml,v 1.37 2012/07/24 12:12:51 swift Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoolkit.xml,v 1.38 2012/12/01 07:32:16 nightmorph Exp $ --> |
| 3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 4 | |
4 | |
| 5 | <guide> |
5 | <guide> |
| 6 | <title>Gentoolkit</title> |
6 | <title>Gentoolkit</title> |
| 7 | |
7 | |
| … | |
… | |
| 38 | This document covers the basics of some of the tools present in Gentoolkit. |
38 | This document covers the basics of some of the tools present in Gentoolkit. |
| 39 | </abstract> |
39 | </abstract> |
| 40 | |
40 | |
| 41 | <!-- Licensed under GFDL --> |
41 | <!-- Licensed under GFDL --> |
| 42 | |
42 | |
| 43 | <version>5</version> |
43 | <version>6</version> |
| 44 | <date>2012-07-24</date> |
44 | <date>2012-11-30</date> |
| 45 | |
45 | |
| 46 | <chapter> |
46 | <chapter> |
| 47 | <title>Introduction</title> |
47 | <title>Introduction</title> |
| 48 | <section> |
48 | <section> |
| 49 | <title>What is Gentoolkit?</title> |
49 | <title>What is Gentoolkit?</title> |
| … | |
… | |
| 458 | <body> |
458 | <body> |
| 459 | |
459 | |
| 460 | <p> |
460 | <p> |
| 461 | Each package in the Portage tree provides at least some metadata about |
461 | Each package in the Portage tree provides at least some metadata about |
| 462 | its maintainer, herd, etc. Read about <uri |
462 | its maintainer, herd, etc. Read about <uri |
| 463 | link="http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=4"> |
463 | link="http://devmanual.gentoo.org/ebuild-writing/misc-files/metadata/index.html"> |
| 464 | Gentoo Metadata</uri>. The amount of useful information depends on how much |
464 | Gentoo Metadata</uri>. The amount of useful information depends on how much |
| 465 | package maintainers decide to provide. With no options, <c>meta</c> returns |
465 | package maintainers decide to provide. With no options, <c>meta</c> returns |
| 466 | some basic useful information. |
466 | some basic useful information. |
| 467 | </p> |
467 | </p> |
| 468 | |
468 | |