summaryrefslogtreecommitdiff
blob: 72a9c81873855451eb1f9e73d4096ba5f4b7eff2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <!-- maintainer-needed -->
  <longdescription lang="en">
    Bitmessage is a P2P communications protocol used to send encrypted
    messages to another person or to many subscribers. It is
    decentralized and trustless, meaning that you need-not inherently
    trust any entities like root certificate authorities. It uses
    strong authentication which means that the sender of a message
    cannot be spoofed, and it aims to hide "non-content" data, like
    the sender and receiver of messages, from passive eavesdroppers
    like those running warrantless wiretapping programs.
  </longdescription>
  <upstream>
    <bugs-to>
      https://github.com/Bitmessage/PyBitmessage/issues
    </bugs-to>
    <doc lang="en">
      https://bitmessage.org/wiki/PyBitmessage_Help
    </doc>
    <remote-id type="github">Bitmessage/PyBitmessage</remote-id>
  </upstream>
  <use>
    <flag name="opencl">
      Uses <pkg>dev-python/pyopencl</pkg> for GPU acceleration.
    </flag>
  </use>
</pkgmetadata>