metadata.xml 879 B

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <!-- maintainer-needed -->
  5. <use>
  6. <flag name="nss">
  7. Use Mozilla NSS (<pkg>dev-libs/nss</pkg>) as hash library; if
  8. this is disabled, <pkg>dev-libs/openssl</pkg> is used instead.
  9. </flag>
  10. <flag name="bindist">
  11. Alias for the nss USE flag, since there are license compliancy
  12. trouble when using OpenSSL.
  13. </flag>
  14. <flag name="curl">
  15. If enabled, <pkg>net-misc/curl</pkg> is used thorugh the libcurl
  16. library; if it's not, the curl command is used instead. Some
  17. features are only available when using the library, but using it
  18. as library requires matching SSL implementations.
  19. </flag>
  20. </use>
  21. <upstream>
  22. <remote-id type="sourceforge">liboauth</remote-id>
  23. </upstream>
  24. </pkgmetadata>