1234567891011121314151617181920 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
- <pkgmetadata>
- <herd>sci-blah</herd>
- <maintainer>
- <email>my.email@blah.doh</email>
- </maintainer>
- <longdescription>
- Long description of the package. Check the homepage. Make it useful
- for users.
- </longdescription>
- <use>
- <flag name="flag">Description of how USE='flag' affects this package</flag>
- </use>
- <upstream>
- <remote-id type="blah">name-of-package-in-blah</remote-id>
- </upstream>
- </pkgmetadata>
|