metadata.xml 634 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="project">
  5. <email>gnu-emacs@gentoo.org</email>
  6. <name>Gentoo GNU Emacs project</name>
  7. </maintainer>
  8. <longdescription>
  9. quilt-el is an Emacs minor mode for quilt. By using this, it becomes easy to
  10. edit files controlled by quilt. The main features are as follows:
  11. * Automatically detects files that are in a quilt hierarchy and enables
  12. itself.
  13. * Only files in topmost patch can be writable.
  14. * Some handy shortcut keys of quilt commands.
  15. </longdescription>
  16. </pkgmetadata>